- In
./xotodo-edit
, runtrunk build
. - In
./xotodo-parser
and./xotodo-store
. runwasm-pack build --target web
. deno bundle --config web/deno.json web/main.ts web/lib/bundle.js
- Start the system:
deno run --allow-all --watch main.ts
deno test --allow-read
Alternatively, navigate to a rust crate and run cargo test
deno compile --allow-all --cached-only main.ts
Currently doesn't work: denoland/deno#10693
Applications/Firefox.app/Contents/MacOS/firefox -start-debugger-server
Next, use the debugger in VS Code
- Inline (in-browser) editing of todos
- GitHub issues integration
- "my focus for today" - high-level goals to focus on today
- extension: @due: data auto-complete: this friday, next friday, +5 (in 5 days...)
- @created auto-generated
- @project to overwrite default.
- click the due-date number to increase it by +1 (postpone by a day)