Postfix

approved

by Bhagya Nirmaan Silva (@bhagyas)

Use postfix completions to automatically format text.

5 stars3,182 downloadsUpdated 2y agoApache-2.0
View on GitHub

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

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.