# 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 ```