Skip to content

Ink2Task v1.0.2

Choose a tag to compare

@LVEVAN LVEVAN released this 01 Aug 19:30
· 24 commits to main since this release

Performance release: syncing is faster and no longer flashes the screen more than it needs to.

Fixes

  • One less redraw on capture syncs. Writing a task by hand used to repaint the page three times instead of two. The erase check ran before the page was saved, so it saw handwriting that was about to be discarded anyway and redrew the whole page a second time to "fix" it. It now runs after the save, and only redraws if something genuinely survived.
  • No more stray repaints when completing lasso-captured tasks. Cleaning up a task's back-link repainted the checklist once per task, even though the link being removed lives on a different note.
  • Fewer round-trips per sync. The plugin was re-resolving which note page it was working on separately in each step of a sync; it now does that once. Erase verification is also skipped entirely on pages with no handwriting.
  • Clearer Todoist setup message. Switching to the Todoist profile said "set its IP below" — Todoist talks straight to the cloud and has no IP. It now points you at the API token, which is what it actually needs.

No changes to how anything works — same features, same setup, just quicker.

Install

  1. Download Ink2Task.snplg below.
  2. Copy it to your Supernote's MyStyle/ folder (USB, or Settings → Browse and Access).
  3. On the device: Settings > Apps > Plugins → remove the old Ink2Task → Install.

Your settings, list bindings, and checklist pages survive the reinstall.

New here? See the README for setup and backend options.