Show the Note Tree
The note tree in the intermediate format can be shown by --print-tree
.
ExamplesΒΆ
- Simply show the imported note tree:
$ jimmy-cli-linux .cache/arbitrary_folder/arbitrary_folder/ --print-tree
[09/17/24 17:39:20] INFO Importing notes from ".cache/arbitrary_folder/arbitrary_folder"
INFO Start parsing
[09/17/24 17:39:21] INFO Finished parsing: 3 notebooks, 7 notes, 3 resources, 1 note links
Note Tree
βββ π 20240917T153920Z - Jimmy Import
βββ π arbitrary_folder
βββ π sample
β βββ π΄ test.png
β βββ π link to second_sample_file
βββ π plaintext
βββ π test
βββ π Big-Fish
βββ π nested_arbitrary_folder
βββ π LibreOffice Writer
β βββ π΄ 1000000100000B5F00000449B7E060775BACC2F0.png
βββ π asciidoc
β βββ π΄ test\_image
βββ π second_sample_file
INFO Start filtering
INFO Finished filtering: 3 notebooks, 7 notes, 3 resources, 1 note links
INFO Start writing to file system
INFO Converted notes successfully to Markdown. Please verify that everything was converted correctly.
INFO Feel free to open an issue on Github, write a message at the Joplin forum or an email.
Notebooks 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 3/3 [00:00<00:00]
Notes 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 7/7 [00:00<00:00]
Resources 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 3/3 [00:00<00:00]
Note Links 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 1/1 [00:00<00:00]
- Verify that the tags are really excluded:
$ jimmy-cli-linux .cache/obsidian/obsidian_vault --format obsidian --exclude-tags "*" --print-tree
[09/17/24 17:42:14] INFO Importing notes from ".cache/obsidian/obsidian_vault"
INFO Start parsing
INFO Finished parsing: 2 notebooks, 2 notes, 3 resources, 4 tags, 4 note links
Note Tree
βββ π 20240917T154214Z - Jimmy Import
βββ π Sample note
β βββ π΄ markdown image
β βββ π inline-tag-obsidian
β βββ π frontmatter-tag-obsidian
β βββ π another-tag-obsidian
β βββ π alias
β βββ π internal link markdown syntax
βββ π folder
βββ π Second sample note
βββ π΄ test.png
βββ π΄ plaintext.txt
βββ π inline-tag-obsidian
βββ π Sample note
βββ π Sample note alias
INFO Start filtering
INFO Finished filtering: 2 notebooks, 2 notes, 3 resources, 4 tags, 4 note links
Note Tree Filtered
βββ π 20240917T154214Z - Jimmy Import
βββ π Sample note
β βββ π΄ markdown image
β βββ π alias
β βββ π internal link markdown syntax
βββ π folder
βββ π Second sample note
βββ π΄ test.png
βββ π΄ plaintext.txt
βββ π Sample note
βββ π Sample note alias
INFO Start writing to file system
INFO Converted notes successfully to Markdown. Please verify that everything was converted correctly.
INFO Feel free to open an issue on Github, write a message at the Joplin forum or an email.
Notebooks 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2/2 [00:00<00:00]
Notes 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2/2 [00:00<00:00]
Resources 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 3/3 [00:00<00:00]
Note Links 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 4/4 [00:00<00:00]