obsidian-text-format icon indicating copy to clipboard operation
obsidian-text-format copied to clipboard

Format Action: Combo of multi format function

Open Benature opened this issue 3 years ago • 2 comments

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

Benature avatar Aug 24 '22 03:08 Benature

I like this too. I often paste in some text paragraphs that get three spaces between each, so I end up first using the command to remove newlines, then the command to add just 1 newline after each paragraph, and finally I use the (non-plugin) command Toggle blockquote.

However, this makes me wonder if there's another plugin that already allows you to create such combos that could be used to create a new command for calling any sequence of commands.

ryanwwest avatar Aug 31 '22 17:08 ryanwwest

However, this makes me wonder if there's another plugin that already allows you to create such combos that could be used to create a new command for calling any sequence of commands.

Take a look at the QuickAdd plugin it can allow you to combine Obsidian commands as macros and then executing them using either the command palette, a little custom pop up menu or a hotkey. Its great !

icytree avatar Oct 14 '22 16:10 icytree