Skip to content
 
 

Repository files navigation

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:

  1. ### - Heading level 3
    • Type My Heading.### and then hit space to convert to a level 3 heading: ### My Heading
  2. ## - Heading level 2
    • Type My Heading.## and then hit space to convert to a level 2 heading: ## My Heading
  3. # - Heading level 1
    • Type My Heading.# and then hit space to convert to a level 1 heading: # My Heading
  4. - - Unordered list item
    • Type My item.- and then hit space to convert to an unordered list item: - My item
  5. > - Blockquote
    • Type My quote.> and then hit space to convert to a blockquote: > My quote
  6. + - 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
  7. [ ] - Incomplete task list item
    • Type My task.[ ] and then hit space to convert to an incomplete task list item: [ ] My task
  8. [x] - Completed task list item
    • Type My task.[x] and then hit space to convert to a completed task list item: [x] My task

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

About

A postfix plugin for Obsidian

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages