Character Insertion

approved

by TakamiChie

Insert a specified symbol under the cursor.

ā˜… 3 stars↓ 3,867 downloadsUpdated 3y agoMIT
View on GitHub

Character Insertion Plugin

A plug-in that inserts a specified character in advance at the cursor position.

demo

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.