Character Insertion
approvedby TakamiChie
Insert a specified symbol under the cursor.
Character Insertion Plugin
A plug-in that inserts a specified character in advance at the cursor position.

Insert the character set in advance in the cursor position in the settings.
For example, if the value of the specified "input charactor" is the following value...
ā
š¶
š
Each time the command is executed, the following characters are inserted / deleted in the cursor position.
flowchart LR
A[Without letters] --> B["ā"]
B --> C["š¶"]
C --> D["š"]
D --> E["No text <br> (deleted š)"]
When to use it?
The author creates a diary with Obsidian.
In the diary, each line marked each line with emoticons, but I felt it was troublesome to copy the mark and paste it to the necessary parts.
Similarly.If you want to mark the markdown documents with fixed rules, I think this plugin will be useful.
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.