Skip to content

Commit

Permalink
get_text
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarragher committed Dec 27, 2021
1 parent c03edd6 commit 6d4bbd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ This is how **`obsidiantools`** can complement your workflows for note-taking:
- Tags via `vault.get_tags(<NOTE>)` or `vault.tags_index`
- Check which notes are isolated (`vault.isolated_notes`)
- Check which notes do not exist as files yet (`vault.nonexistent_notes`)
- Get text of note (via `vault.get_text(<NOTE>)`, as long as `gather()` has been called)

Check out the functionality in the demo repo. Launch the '10 minutes' demo in a virtual machine via Binder:

Expand Down

0 comments on commit 6d4bbd7

Please sign in to comment.