lib/yinx.rb in yinx-0.1.6 vs lib/yinx.rb in yinx-0.1.7

- old
+ new

@@ -27,9 +27,19 @@ def fetch_all fetch {book /./} end + def fetch_all_books real = true + @real = real + note_store.listNotebooks + end + + def fetch_all_tags real = true + @real = real + note_store.listTags + end + private def download config.note_filters.map do |filter| note_store.findNotes(filter.merge Result)