From 48b64c6f6551bc82e1fe17861bdc2a16ff8b9348 Mon Sep 17 00:00:00 2001 From: Jariel Que Date: Fri, 26 Aug 2022 14:52:30 +0800 Subject: [PATCH] update todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 599516b..0fedcfb 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,9 @@ ipm install command-palette ## Todo +- [ ] ability to open specific notes, notebooks etc. Will be using plugin instance. - [ ] ability to use commands that require an argument, **requires a bit of reverse engineering** -- [ ] finalize decision on whether i should isolate commands such as `focus on ****` because we'd be already focusing on it or have another command invokable related to it that works targeted by the selector[^3]. +- [ ] finalize decision on whether i should isolate commands such as `focus on ****` because we'd be already focusing on it or have another command invokable related to it that works targeted by the selector[^3]. (still have no idea) - [ ] code documentation/prettify to make it less stressful on the eyes. - [ ] find a way to make commands that rely on native stuff target the proper selector, as of now i could only rule this as a javascript DOM limitation (still researching on it though!)