Commit 0476242
authored
New Script Link Importer/Exporter/Converter (#276)
* New Script Link Importer/Exporter/Converter
Script suggestion for [Ways to improve compatibility with other markdown editors #3225](pbek/QOwnNotes#3225).
Closes #3225
* Update info.json
Changed Version Number: to 26.1.5.
* Update info.json
Mention necesssary conversion step before importing is possible:
"In Obsidian please use the plugin <a href='https://github.com/mnaoumov/obsidian-better-markdown-links'>Better markdown links</a> to first convert to standard markdown links instead of Wikilinks."
* Delete link-importer-and-converter-for-obsidian-github-pandoc-markor-and-others/F1 directory
Deleted Test files
* Update link-importer-and-converter-for-obsidian-github-pandoc-markor-and-others.qml
Fixed a bug, when cutting out Codeblocks as
`markdown =` was missing and so it never rewrote the content in
`markdown = markdown.replace(/(```[\s\S]*?```|`[^`]*`)/g, function (match) {`
Also uncommented the debugging functions.1 parent ce00c4d commit 0476242
File tree
2 files changed
+548
-0
lines changed- link-importer-and-converter-for-obsidian-github-pandoc-markor-and-others
2 files changed
+548
-0
lines changedLines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments