Postfix
approvedby Bhagya Nirmaan Silva (@bhagyas)
Use postfix completions to automatically format text.
Obsidian Postfix Plugin
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.
Usage
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.
Author
Bhagya Nirmaan Silva - https://linkedin.com/in/bhagyas
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.