From 3d9594893bd0716f6df29b778395fb54528e85e5 Mon Sep 17 00:00:00 2001 From: Spencer Gouw Date: Thu, 22 Jun 2023 05:32:29 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a21c90b..219f6f2 100644 --- a/README.md +++ b/README.md @@ -76,12 +76,12 @@ It's since been incorporated back into [julia.vim](https://github.com/JuliaEdito ## Future Improvements/TODO --[ ] Control characters in snippets (e.g. whitespace, particularly newlines? currently snippets are trimmed on both ends; should probably not trim spaces) --[ ] Semantic symbols in snippets (e.g. where does cursor go afterwards? a snippet with braces might benefit from placing the cursor inside...) --[ ] Regex capabilities --[ ] 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) +- [ ] Control characters in snippets (e.g. whitespace, particularly newlines? currently snippets are trimmed on both ends; should probably not trim spaces) +- [ ] Semantic symbols in snippets (e.g. where does cursor go afterwards? a snippet with braces might benefit from placing the cursor inside...) +- [ ] Regex capabilities +- [ ] 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