Update README.md

This commit is contained in:
Spencer Gouw 2023-08-30 21:59:45 -07:00 committed by GitHub
parent b43bd93d0f
commit b8984d2e69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,9 +81,9 @@ It's since been incorporated back into [julia.vim](https://github.com/JuliaEdito
- [ ] Control characters in snippets - [ ] 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...) - [ ] 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? - [ ] 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) - [ ] Do the things liamcain suggested in my plugin PR to the Obsidian plugin repo. (one half done)
### Other caveats ### Other caveats