From b8984d2e69c3e7a8fc172c4b7d15c21695677255 Mon Sep 17 00:00:00 2001 From: Spencer Gouw Date: Wed, 30 Aug 2023 21:59:45 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6534b9..53e7e35 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ It's since been incorporated back into [julia.vim](https://github.com/JuliaEdito - [ ] Control characters in snippets - [ ] Semantic symbols in snippets (e.g. where does cursor go afterwards? a snippet with braces might benefit from placing the cursor inside...) -- [ ] Regex capabilities +- [ ] Regex capabilities - at least on selection. +- [ ] A backup for snippets - or a way of specifying snippets in a file, to modularize snippets. May be useful if regex snippets need to be defined separately from text snippets. - [ ] Bugfixes and auditing? -- [x] Add newline option for snippet definition to make simple snippets easy rather than cumbersome - [ ] Do the things liamcain suggested in my plugin PR to the Obsidian plugin repo. (one half done) ### Other caveats