obsidian-text-format
obsidian-text-format copied to clipboard
Format seleted text in Obsdidian.md
This should be custom, users can self-config at setting. e.g. `replace ligature` + `convert url links to wikilink` + `lowercase` + `capitalize only first word of sentence`
Thanks for the great plug-in. Would be amazing if it could add a section on the context menu (Shift F10 on Windows/Control + Click on Mac) with all the format...
Hi. Love your plugin but I was a bit frustrated having to map the keyboard shortcuts to uppercase and lower case. So I added the option just to toggle the...
The js code can be written in a textarea, the content will be `eval()` in the plugin.
Settings for the characters like `-`, `+` e.g. ```md > [!note]- heading > body ``` ```md > [!note]+ heading > body ```
```md a) test case. b) test case. c) test case. a. test case. b. test case. c. test case. 1) test case. 2) test case. 3) test case. (a) test...
Possibly related to #23, it would be good to replace ligatures with its separate characters when cleaning up text coming from a PDF file. The only time I see the...