Count Occurrence
pendingby Rohit Rai
Show number of occurrences in file.
Count Occurrence
This plugin allows for showing number of occurrences of given string in Obsidian (https://obsidian.md).
Usage
Add a code block with countoccurrence language code. Each line of string will be updated with its number of occurrences in front of it:
Code block
```countoccurrenece
Watched
Read
Played
```
Output
Watched: 3
Read: 6
Played: 8
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.