lucasbordeau / obsidian-tiddlywiki

Import/export TiddlyWiki tiddler files with Obsidian
MIT License
18 stars 2 forks source link

Fix: several convert problems #13

Closed joka63 closed 5 months ago

joka63 commented 1 year ago

I have fixed several conversion problems when importing from or exporting to TiddlyWiki, notably:

Added a new unit test file tests/TiddlyWikiToMarkdown.test.ts with a number of small test cases testing the mapping between Tiddly syntax to and from Markdown. Minor fixes in current test files.

Please note: Nested list items in TiddlyWiki are marked like:

* Level 1
** Level 2
*** Level 3

not by indented '*' or '#' characters, at least in the current version of TiddlyWiki, see https://tiddlywiki.com/#Lists%20in%20WikiText

lucasbordeau commented 3 months ago

@joka63 Would be glad to reopen this PR