doc: updated readme

This commit is contained in:
Spencer Gouw 2023-04-14 15:35:20 -07:00
parent 35db28b423
commit ead9521598

View file

@ -62,8 +62,6 @@ rhs
superb |+| superbowls
```
(NOTE: At this point in time, it WON'T work correctly; if you use the part divider in the rhs of a snippet it will fail to register the snippet entirely. I actually have a fix in master for this 066cdab, but I haven't updated the plugin yet.)
## Why?
I wanted to make a generic snippets plugin that operated on text and worked as I needed. There is an existing snippets plugin already, [Text Snippets](https://github.com/ArianaKhit/text-snippets-obsidian) by ArianaKhit, but not only is the plugin code somewhat outdated and a little complex, it seems to use an older API. (It is a very good plugin by the way.)