This is a postfix plugin for Obsidian (https://obsidian.md).
This plugin does the following.
- Allows users to add a postfix to automatically format the text typed in the current line to be substituted with a pattern.
Here is a list of templates and examples available:
Here are some examples of how each template in the templates array can be used:
###- Heading level 3- Type
My Heading.###and then hit space to convert to a level 3 heading:### My Heading
- Type
##- Heading level 2- Type
My Heading.##and then hit space to convert to a level 2 heading:## My Heading
- Type
#- Heading level 1- Type
My Heading.#and then hit space to convert to a level 1 heading:# My Heading
- Type
-- Unordered list item- Type
My item.-and then hit space to convert to an unordered list item:- My item
- Type
>- Blockquote- Type
My quote.>and then hit space to convert to a blockquote:> My quote
- Type
+- Unordered list item (alternative symbol)- Type
My item.+and then hit space to convert to an unordered list item using an alternative symbol:+ My item
- Type
[ ]- Incomplete task list item- Type
My task.[ ]and then hit space to convert to an incomplete task list item:[ ] My task
- Type
[x]- Completed task list item- Type
My task.[x]and then hit space to convert to a completed task list item:[x] My task
- Type
These templates allow you to quickly insert common markdown formatting symbols by typing the text followed by a dot and the corresponding symbol, and then hitting space.
Bhagya Nirmaan Silva - https://linkedin.com/in/bhagyas