r/Supernote_dev

[Plugin] SuperFun : I procrastinated so hard I accidentally built a game arcade for the Supernote 🎮
▲ 16 r/Supernote_dev+1 crossposts

[Plugin] SuperFun : I procrastinated so hard I accidentally built a game arcade for the Supernote 🎮

SuperFun : little games for your Supernote 🎮

What does a Supernote plugin dev do to procrastinate? Build a whole games plugin, of course!

So here's SuperFun: a tiny launcher that drops five calm, paper-friendly games onto your e-ink slab. Pure black & white, finger-first, 100% offline: no accounts, no ads, no tracking, no internet. Just you, some breaks, and a tablet that occasionally beats you at its own game...

So far:

  • Sudoku: fresh grids generated on the device, guaranteed unique solution. Handwritten-style answers, pencil notes, a "check" and a "give me one" hint.
  • Nonogram (Picross): reveal the hidden picture from the number clues. Weirdly meditative.
  • Minesweeper: the classic. First tap is always safe (I'm not a monster). Flag mode included.
  • Tic-Tac-Toe: you're O, the Supernote is X, and on Hard it is literally unbeatable. Draw or lose, those are your options. Sorry.
  • Connect Four: drop four in a row against an actual thinking opponent (alpha-beta search, not a random potato).

Every game has a little "Rules" card with a worked example.

The nerdy bits I'm weirdly proud of

  • Puzzles generated on-device (except Nonogram) → effectively endless.
  • Sudoku, Nonogram Minisweeper grids can be saved and survive closing the plugin.
  • Built for e-ink: high contrast, big tap targets, zero animation, board never jumps.

Screenshots

https://preview.redd.it/k8o8vx9c45kh1.png?width=1920&format=png&auto=webp&s=7270d68cb45e5b76b73bf41e163293b1c5467564

https://preview.redd.it/g62nkoqg45kh1.png?width=1920&format=png&auto=webp&s=d5c4d2a0bb42ceedb9d75e7720cebca7536721e6

https://preview.redd.it/2rd26xpo45kh1.png?width=1920&format=png&auto=webp&s=36be3e8239a1345500a65d9a8a5301dea49a6409

https://preview.redd.it/ogqdyd2hb5kh1.png?width=1920&format=png&auto=webp&s=e5f129d040124472f3522c1245f14bde4e87f96c

https://preview.redd.it/u06p1dps45kh1.png?width=1920&format=png&auto=webp&s=cdd9ae8911912d718ed55f51bf7bce7f0d9fe6e8

Get it

Which game next?

What would you actually play on e-ink? 2048, sliding puzzle, Mastermind, Reversi, word search…? Comment below this post or a GitHub issue, I take requests (= I still have boring meetings ahead, don't tell my boss...).

Free and open-source. Coffee jar if it rescues your meetings: https://ko-fi.com/agp42

Have (Super)Fun !

reddit.com
u/WhoAmI1234532 — 2 days ago

Supernote Plugin Template

Hey all,

I made a small template repo for Supernote plugin development that I wanted to share. I originally made it to make frequent edits to plugins a little less annoying, and figured it might be useful to other developers too.

It comes with the basic project structure already set up, plus scripts for some of the repetitive parts of development, like building the plugin, automatically installing it on your Supernote, and running it through ADB.

You can use npm run deploy to build and install the full plugin. If the plugin is already installed and you've only changed the JavaScript/TypeScript files, you can use npm run send instead to quickly push the new bundle without doing a full reinstall. You can also use npm run run to automatically launch the plugin.

https://github.com/Ziv-Ink/supernote-plugin-template

If you try it out, I'd love to hear any feedback, issues, or ideas for other useful things to add!

reddit.com
u/spazzboi — 2 days ago
▲ 18 r/Supernote_dev+1 crossposts

Supernote Annotations Obsidian Plugin

Some of the community plugins for the Supernote didn't quite make it for me, because it lacked some PDF features for my use.

So I created a new Obsidian plugin. It makes it possible to view your Supernote notes and annotated PDFs seamlessly as converted PDFs. Standard .note files are automatically converted and displayed as PDFs, while annotated PDFs, including their accompanying .mark annotation files, are rendered together so all handwritten notes and annotations appear directly on the PDF.

Check it out if you want: https://community.obsidian.md/plugins/supernote-annotations :)

Here an example of how the features work

https://preview.redd.it/0v8nr8pt8rjh1.png?width=1590&format=png&auto=webp&s=af9e96f00e978018476aeec50acda52f5a040cff

reddit.com
u/No_Reveal3744 — 3 days ago
▲ 45 r/Supernote_dev+1 crossposts

[Plugin] SuperStickyNote — floating sticky quick-notes that stay on top of your notebook

Hello everyone,

I am glad to present you my new plugin : a Sticky Note plugin !

A flotting bubble allow you to add up to 8 visible sticky notes, overlapping notes or documents or anything on the Supernote. Max 8 visibles at the same time, no limitation how many Sticky notes you have in total. The size of the content of the note itself is also not limited.

A tap on it and it open the keyboard to quickly grab a thought, a tap outside and you continu your working flow. Auto-save. Closing a sticky note doesn't delete it's content, it is just hidden from the screen.

Tap the title of the note and it collapse, another tap to re-open. You can re-size by dragging the bottom right corner, and you can move the Sticky note by dragging the header.

A tap on the icon drive you to the overview with all the Sticky Notes. Here you can change the icon, select the display size, search into your sticky notes, etc...

SuperStickyNote Plugin

https://preview.redd.it/ohogas9ulljh1.png?width=1920&format=png&auto=webp&s=37472f77c312752a25e8b3421f061d79d73d1489

What it does

  • Floating post-its over the NOTE and DOCUMENT apps — up to 8 on screen, overlapping
  • Single-tap inline keyboard editing, auto-saved; tap outside to finish
  • Collapse to title, move, resize each post-it
  • Long-press to copy / paste
  • A full page to browse & search all notes, per-note icons (symbols + 0–9), text size XS→XXL
  • Insert into your notebook page, or export .txt
  • Backup / restore everything to .json
  • Notes stored in the plugin's private storage (not cloud-synced)

Good to know

  • Text only for now — handwriting inside a post-it isn't supported yet. But you can anyway handwritte on the Supernote keyboard that will make it a text automatically.
  • Tested on Manta (A5 X2) and A5 X
  • After uninstalling, the bubble stays until you restart the device

Free & open source. Feedback welcome!

Edit - update (v0.9.0) 🎉

Thanks so much for all the feedback on the first post, nice to see entousiasmus around this plugin, this has pushed me to finish my "feature list" right away. Here's everything that's new since I first shared SuperStickyNote:

🏷️ Labels & filtering

  • Tag your notes with labels, shown as rounded chips right in the post-it header
  • In the Manager: filter by labels (a note must match all the ones you pick), an Untagged filter, plus text search with a one-tap clear (✕)
  • Adding/removing labels is possible via the main page of the plugin, not directly on the sticky note to keep a clean design.

✍️ Lasso → sticky (OCR)

  • Lasso some handwriting in a notebook, tap Add to sticky, and it's recognized (OCR) straight into a new post-it. Great for pulling a to-do out of your notes.

📝 Better editing

  • Edit a note's text, icon and labels right from the Main plugin page, with Copy / Paste
  • Merged the on-screen/closed state into a single toggle, tidied the row actions (Export / Delete bottom-right), and added tap shortcuts (tap the icon, title or labels to jump to the right editor)

🔤 Fonts & size

  • Choose Sans / Serif / Mono, or your own fonts dropped in MyStyle/fonts (handwriting fonts look great)
  • Sticky notes stay on top of the main page of the plugin, so font/size changes preview live

Latest .snplg + full guide on GitHub (link above).

SuperStickyNote v0.9.0

reddit.com
u/WhoAmI1234532 — 4 days ago
▲ 14 r/Supernote_dev+1 crossposts

Ink2Task 1.1 Update: TickTick Integration

My Ink2Task plugin is updated with TickTick task integration and you can actually see what's happening during a sync! It now syncs with Apple Reminders, Google Tasks, Todoist AND TickTick. Setup for TickTick needs a small always-on server like Google Tasks does (OAuth app + one-time authorize), all documented on the GitHub page.

Before, hitting SYNC on the page just sat there for several seconds with nothing visible, which made it easy to wonder if it actually registered your tap. Now a small floating status bubble shows up right on the note (as seen in the video) so you know it's working instead of wondering if the device froze.

I moved the on-page button, but it can still misfire on the note picker/menu overlay (a Supernote SDK limitation) if you tap where the button sits, but it's fine once you're on any other note. There is a new toggle to turn the on-page sync off in Settings if that bothers you.

Everything else from the original post is still there: handwriting-first format, same lasso-from-any-note capture, same on-page SYNC button, same handwritten due dates.

Message me with bugs or ideas, same as before. This is built with Claude Code, so that's how I'll keep fixing/extending it. Working on another version of this that has a calendar view, so stay tuned!

Here is the link to Ink2Task plugin:

https://github.com/LVEVAN/ink2task

Here is the link to the developer beta to get access to the plugins by all the amazing developers:

https://www.reddit.com/r/Supernote_dev/comments/1u842pk/plugin_preview_build_chauvet32942_beta_for_manta/

Here is the updated list of available plugins:

https://www.reddit.com/r/Supernote_dev/comments/1tibpxy/list_of_all_available_plugins/

https://reddit.com/link/1voiqvq/video/gnfi5j69iejh1/player

reddit.com
u/Lvevan — 6 days ago
▲ 11 r/Supernote_dev+1 crossposts

Considering moving to Chauvet Beta for the plugin system (Dictionary + Digest workflow) – Stability & Roadmap questions

Hi everyone!

I've been following the development of the new plugin system closely, and I'm very tempted to jump into the Chauvet Beta. My primary use case is heavy reading across multiple languages (English, Italian, and Spanish) combined with the Digest feature. The new dictionary plugin looks like an absolute game-changer for my workflow.

Before I take the plunge, I wanted to ask the community a few things:

  1. Stability: How stable is this current beta build for daily use? Specifically, my library consists of around a hundred books and documents. Would handling a library of this size cause any noticeable performance issues, crashes, or data loss with the current plugin implementation?
  2. Roadmap: Does anyone know if there is a new beta release planned soon that might fix some of the current rough edges (like multi-dictionary management or toggles)?

I'd love to hear your experiences if you are already using it daily. Thanks in advance!

reddit.com
u/Loud-Owl6337 — 12 days ago

Term Definition v1.0.0 — define and cross-reference terms in your handwritten notes

Term Definition is a plugin that lets you mark a word, phrase, or math/code notation as a term, insert references to it anywhere else in a note, jump back to it with a tap, and rename it — every reference updates automatically.

https://reddit.com/link/1vieh3o/video/km9wlji621ih1/player

Installing

  1. Download term_definition.snplg directly: https://github.com/vincentaravantinos/supernote-symbol-definition/releases/latest/download/term_definition.snplg
  2. On the device: Settings → Apps → Plugins → Add Plugin, pick the downloaded file, Install.

Using it

Define and reference terms

  • Lasso any handwriting and press (Re)Define Term to turn it into a term. A ≝ marker and underline appear next to it, and it becomes available everywhere in the note.
  • Press Insert Reference to pick any defined term from a preview picker and insert a copy of its ink, underlined, at the current page. Tapping a reference jumps straight to its term, with a spotlight highlighting it on arrival.
  • Tapping a term's own ink directly shows the same spotlight, without navigating anywhere, since you're already there.

Redefine a term

  • Lasso a term's ≝ marker together with new ink (freshly written, some/all of the old ink kept, or a mix) and press (Re)Define Term again to change what a term looks like. Every reference across the whole note updates to match — this can take a while on a big note with many references.

Assign a definition

  • Lasso a term's ≝ marker together with explanatory ink and press Assign Definition to attach a definition, kept distinct from the term's own identifying ink. Tapping a reference or the term itself spotlights both the term and its definition together. Redefining a term's own ink never disturbs its assigned definition, or vice versa.

Orphaned references

  • If a term's ink is erased by hand, its remaining references become "orphaned." Tapping one explains that the term no longer exists and marks it with a ⚠.
  • Find Orphans scans the whole note at once, marks every orphan, and generates a report page grouped by term (with an ink preview per group) — tap any entry to jump straight to it.
  • Lasso one of an orphaned term's own references and press (Re)Define Term to recover it: recreates the term from a copy of that reference's own ink, instead of requiring anything to be drawn from scratch, and clears every reference's orphan status at once.

Find usages

  • Lasso a term's own ink (with or without its ≝ marker) and press Find Usages to generate a report of every reference to it across the note, with one tappable entry per usage.

Limitations

  • Overall it can be pretty slow.
  • Clearly we are pushing the limits of the plugin system here, there are many multi-page changes, many async modifications and interactions.
  • Meaning it can often be a bit buggy. To fix misbehavior: try the Repair Terms button, or activate/deactivate the plugin (and worst case restart the device, but so far never was needed for me).

GitHub: https://github.com/vincentaravantinos/supernote-symbol-definition

reddit.com
u/AdNew2316 — 13 days ago
▲ 26 r/Supernote_dev+1 crossposts

Ink2Task Plugin Release

Introducing a new Supernote plugin called Ink2Task! It is a handwritten checklist that works within a .note that syncs with Apple Reminders, Google Tasks, and/or Todoist. You can write in your tasks and check off your tasks with your pen, press the SYNC button on the top of the note… and boom, it converts the handwriting to text and removes the finished tasks. It also recognizes due dates written by hand as well. You can also lasso tasks from other notes, and they get added too! 

I created this because I really like the handwriting-first workflow. That’s the most natural way to use a device like the Supernote. Everything is designed to keep you right on the note page, even when you sync. You can keep handwriting and adding tasks to your list without interrupting your flow. There’s no need to sync every time you make a change. Just hit sync whenever it makes sense for you.

The sync feature really grew out of one goal: being able to manage your tasks even when you’re away from your Supernote. Now, you have three different options for doing that. You will see that Todoist is the most friction-free of the options because they have an API that allows you to sync without having an always-on computer. 

Set up is all described on the GitHub page. I included the link to get on the developer beta if you haven’t. Don’t be scared by the “developer” part because it is a really stable beta, and you just update to the newest firmware on the device when you want to switch. Just turn off auto-update if you want to keep using the plugins until they are officially put into a future release.

And message me with any suggestions or bugs! I created this with Claude Code, so I will use that to fix/add anything!

Here is the link to Ink2Task plugin:

https://github.com/LVEVAN/ink2task 

Here is the link to the developer beta to get access to the plugins by all the amazing developers: 

https://www.reddit.com/r/Supernote_dev/comments/1u842pk/plugin_preview_build_chauvet32942_beta_for_manta/ 

Here is the updated list of available plugins: 

https://www.reddit.com/r/Supernote_dev/comments/1tibpxy/list_of_all_available_plugins/

https://reddit.com/link/1vicnln/video/d8jqd3iyn0ih1/player

 

reddit.com
u/Lvevan — 13 days ago

Plugin Search / Request

Is there a plugin that will allow me to customize the toolbar (both short and full) items and placement?

u/boredrandom — 13 days ago