Michael Naumov
Michael Naumov
Currently, those mappings are not tested at all. So it is better for increasing code coverage
This is more verbose but much more flexible
Fixes #1868 I realized that having it as a setting is not a right thing, because linter fixes should be essentially the same code, just restyled. Trimming trailing spaces essentially...
Sometimes you need to have a multiline string where trailing whitespaces are intentional The plugin breaks the usecases of such strings. `template-indent` ```js const str = dedent` Line 1 with...
I would like to have a nicer syntax for multiline lists in inline fields. Right now we have two ways to define fields **front matter** ``` --- my-list: - long...
**Plugin information (please complete the following information):** - OS: Android 11 - Templater version: 1.12.0 - Obsidian version: 1.3.0 (63) - Templater settings: default **Describe the bug** Templater doesn't run...
I reversed-engineered the way Obsidian makes markdown links and reimplemented it in the plugin Closes #15
Consider the following wikilink which uses both English and Russian letters ```md [[English Русский]] ``` If in Obsidian setting turn on `Use [[Wikilinks]]` option, Obsidian natively converts the wikilink above...
`Error: ENOENT: no such file or directory, rename 'F:\Obsidian\!!!\xxx\xxx.md' -> 'F:\Obsidian\!!!\yyy\yyy.md`
Fixes #122