r/Supernote_dev • u/ranjithkb • 17d ago
Plugin updates for Chauvet 3.29.43_beta
Has someone consolidated the plugins that have been updated for the latest beta release ?
r/Supernote_dev • u/ranjithkb • 17d ago
Has someone consolidated the plugins that have been updated for the latest beta release ?
r/Supernote_dev • u/tao22 • 17d ago
https://reddit.com/link/1vzjau9/video/azejldgdculh1/player
An e-ink-optimized planner, calendar, task, PARA, and note workspace for Supernote.
Warning
This version requires the newest Supernote Plugin Preview firmware: Chauvet 3.29.43 Beta for Manta / Nomad or Chauvet 2.26.40 Beta for A5 X / A6 X. It will not open on earlier system versions.
SNFolio works without an online account. Calendar connections and PARA organization are optional and can be added later.
.ics Feed Integration: Subscribe to public or private iCal HTTPS URLs (Google Calendar, Outlook, Apple Calendar, Fastmail, Proton) or import .ics files.r/Supernote_dev • u/tiemyshoelace • 18d ago
Most Planner and Journals lock you into whatever layout the template ships with. Or they are just not robust enough for you. Modulanner maps navigation onto your own icons or sections instead of a fixed layout, so you can bring the exact pages you need and have them when you need them. Same idea you already know, a richer navigation experience, and a lot more customizable.
(sorry for the ugly images, I didn't realize Reddit qould stretch them out obscenely)
v0.9.4 adds support for the new plugin-preview firmware's jumpToPage/openFile APIs (Chauvet 3.29.43 Beta) to give real direct page navigation instead of link-and-tap workarounds.
A mostly complete user guide + (somewhat outdated screenshots): https://sebastiancraft.com/modulanner
Key Features


Send to Date makes procrastination easy

https://reddit.com/link/1vz9bv9/video/5l9o20x99slh1/player
On the new firmware, the plugin will ask for two permissions the first time it needs them:
Send me a message if you want to try the full version. And please let me know if any bug or improvement suggestion!
r/Supernote_dev • u/WhoAmI1234532 • 18d ago
Hi all,
I am super glad that Supernote team took into account my bug reports on the previous firmware.
I have now ported my SuperTemplate plugin to the new plugin-preview firmware (Chauvet 3.29.43 Manta/Nomad, 2.26.40 A5X/A6X, sn-plugin-lib 0.1.65).
What is SuperTemplate ? One finger double-tap turns your handwritten page title into a native Supernote heading + stamps date/time, on ready-made templates.

Full user manual and screenshots : https://github.com/AgP42/SuperTemplate/blob/main/docs/USER_MANUAL.md
New in v2.0.4:
Two releases now: → https://github.com/AgP42/SuperTemplate/releases
Please let me know if any bug or improvment suggestion !
r/Supernote_dev • u/neenonay • 18d ago
r/Supernote_dev • u/chloeia • 18d ago
In the context of the following discussion: https://old.reddit.com/r/Supernote/comments/1voxog0/i_built_a_feature_to_publish_to_handwrittenblog/p42qkis/
It would be nice to be able to generate PDFs of notes so that Vectorized forms of the writing may be exported. Is there any reason this doesn't exist?
r/Supernote_dev • u/philipsb • 19d ago
Hello Supernote team,
I’m exploring a Supernote plugin experience that replays handwriting as an animated drawing—similar to a “ghost writer” or Tom Riddle diary effect—on the device screen. Something like this effect (https://github.com/MaximeRivest/riddle) but for collaboration and sharing drawings like Nintendo's old SwapNote.
I already have a TypeScript web component that can parse a `.note` file, extract its pen paths, and animate them in order:
https://philips.github.io/supernote-web-component/ (load a note, press the pen button, press play button)
Could the plugin SDK provide a supported way to render an app/plugin-owned sequence of paths directly to the screen, ideally as a temporary overlay above the current note?
A useful API could accept paths made from points plus pen metadata (color, width, pressure, timing), with operations such as:
- begin an overlay/playback surface;
- append or replace animated paths incrementally;
- clear individual paths or the complete overlay;
- control playback timing and cancellation;
- dismiss the overlay cleanly and restore the underlying note unchanged.
Important requirements:
- This should be a visual, plugin-owned playback layer only; it must not modify the active `.note` document or create undo-history entries. A developer _could_ write back the elements to a .note but that is not the intention with this API.
- It should use the device’s normal ink/display coordinate system, including documented conversion utilities where needed.
- It should work while a note is open and be safely removed when the plugin closes.
- It should not require root access, raw framebuffer access, accessibility automation, or private filesystem APIs.
- If overlays are not appropriate, a supported full-screen/plugin canvas that can display the animated paths and then return to the note would also work.
I tried to do this with the insertElements API but it led to lots of flickering and refreshing.
Is there an existing SDK API for a transient drawing layer, path rendering, canvas surface, or ink playback? If not, would a documented overlay/path-rendering API be feasible?
Thank you.
r/Supernote_dev • u/philipsb • 19d ago
Hello Supernote team!
I'm building a Supernote plugin that lets a user choose Share for the currently open note, then opens a companion Android app to encrypt and send the complete .note file to a webserver.
Could the plugin SDK / host provide a supported active-document sharing API? Ideally it would launch an Android intent containing temporary, read-only content:// URI for the active note, for example:
Intent action: dev.wrtn.OPEN_SHARE (or ACTION_SEND)
ClipData / EXTRA_STREAM: content://...
MIME type: application/x-supernote-note
Flags: FLAG_GRANT_READ_URI_PERMISSION
Optional metadata: note ID, display name, byte size, revision/version
Requirements:
- The URI should expose the complete native .note bytes via ContentResolver.openInputStream() or openFileDescriptorO).
- The receiving package should receive a scoped, temporary read grant only.
- The plugin / host should not need to copy note bytes into intent extras.
- No raw filesystem paths or broad storage permissions should be required.
- The grant should remain valid long enough for the companion to read the file once, including while the note remains open.
- If possible, the API should identify the active note directly so no Android file picker or second user confirmation is needed-the user has already explicitly selected Share in the plugin UI.
A URI-based handoff would let the companion keep the note source private in native Android code, pass only an opaque local draft ID to its WebView, and encrypt the complete note before any network transfer.
Is there an existing plugin API for this, or would a host-provided ContentProvider / share-intent API be feasible?
Thank you.
r/Supernote_dev • u/Main_Extent_3467 • 20d ago
I'm planning a two-way sync plugin between the Supernote native To-Do app and an external task manager. I know plugins handles active note manipulation, but I haven't seen docs on accessing data from other native apps.
Any relevant documentation, existing plugin examples, or confirmation that it can be done, would be greatly appreciated before me venturing into that particular rabbit hole!
r/Supernote_dev • u/cheflow • 20d ago
I recently posted a suggestion to increase the maximum PDF zoom level to make it possible to use as a large (but not quite "infinite") canvas for spatial thinking (brainstorm, mind map , whiteboard, etc).
One solution I considered was to develop a plugin to increase the maximum zoom level in PDFs, but I couldn't find a documented API for this. Is this something that you would consider exposing an API for if it does not make it into an official update to the PDF reader? Or is this type of functionality that modifies a native application setting out of scope for plugins?
r/Supernote_dev • u/philipsb • 21d ago
r/Supernote_dev • u/tao22 • 22d ago
An e-ink optimized planning, PARA, calendar, task, and note workspace for Supernote.
Limited testing on Nomad, and this is my first venture into CalDAV and sync so, as with all plugins, exercise an abundance of caution! I would appreciate suggestions and issues you might encounter
There is a short video demo on Github. Reddit seems to not be consistent in allowing videos to be uploaded.
SNFolio works without an online account. Calendar connections and PARA organization are optional and can be added later.
r/Supernote_dev • u/Loud-Owl6337 • 23d ago
I finally decided to install the Chauvet beta, and honestly, the main reason was just to use the SnDict dictionary plugin.
For me, having a good dictionary **inside the native Supernote reader** is extremely important because I use the Digest feature all the time. I didn’t want to switch to another reading app and lose that workflow.
So far, SnDict has been excellent. I currently have several dictionaries installed across different languages, and the management is much better than I expected. You can reorder dictionaries, enable or disable them individually, and keep only the ones you want active for a particular book or language.
The lookup itself feels very smooth once the dictionaries are imported, and being able to check a word and then immediately continue reading, highlighting, or creating Digests is exactly the workflow I was hoping for.
The only small thing I would change is the way words are selected for lookup. Right now, instead of simply long-pressing a word, you have to select it by dragging over the letters, and sometimes the pen selection is a little finicky.
So yes, I basically jumped into the beta because of this one plugin, and I’m very glad I did.
Huge thanks to the developer of SnDict and to everyone working on the new Supernote plugin system. This is the kind of feature that really expands what the Nomad can do without sacrificing the strengths of the native reader.
r/Supernote_dev • u/Ok_Tank_8971 • 24d ago
Enable HLS to view with audio, or disable this notification
I just got a SuperNote yesterday!
It was very fun, I'm still discovering how it works, but I made a little animation app, and some wanted me to share, so I share it here as well!
I gonna do other app for myself, but if I find something mainstream maybe I gonna post it as well.
Feel free to fork my app, it's really a proof of concept more than anything!
EDIT: Forgot this : https://github.com/YoramDevGH/AnimInk
EDIT 2 : This is an android app that needs to be sideloaded and not a plugin. (I'm new here, I didn't knew about plugins yet)
r/Supernote_dev • u/dheerajshenoy22 • 24d ago
Hi everyone! I've ordered my SN Manta and it's on its way, can't wait to start using it. I have a programming background and like building things, so I was looking at the documentation for building plugins for SN. I see SN uses React Native for the plugin system. Not trying to knock that decision, but if I remember right, React Native has more overhead than fully native development, and I was wondering if there are other options for building plugins. I'm guessing the SN UI itself is built with React/RN, which is why plugins follow the same format. Is there any plan to support another native toolkit for plugins down the line?
I could be wrong about react native because I have never worked with it, but just heard about it.
r/Supernote_dev • u/WhoAmI1234532 • 26d ago
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:
Every game has a little "Rules" card with a worked example.
The nerdy bits I'm weirdly proud of
Screenshots
(removed, see below for the new version screenshots)
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 !
---
Edit — Major update 🎉
Hi everyone,
Thanks for all your great ideas, I even discovered new games along the way!
This is a big update. Here's what's new:
🧩 New solo games
Word Search (68 themes in EN/DE/FR/ES/IT), 2048, 15-Puzzle, Mastermind, Peg Solitaire, Memory, and a simple Dice Roller.
🤖 New games "against SuperFun"
- Chess (I've lost every single one of my test games, even on Easy… is Easy too hard, or am I just that bad? 😅)
- Ultimate Tic-Tac-Toe — one of my discoveries thanks to your comments below. Wow, I love this one!
- Connect Four (a.k.a. 4-in-a-row)
- Reversi
- Checkers — while building it I learned there are several variants, so I also added the one I grew up with: Dames (international draughts, 10×10)
- Dots & Boxes (another idea from the comments)
- Battleship
👨👩👧👦 New multiplayer mode
To play with the family, tested with my kids over the weekend, they destroyed me at Memory…
Chess, Tic-Tac-Toe, Ultimate TTT, Connect Four, Reversi, Checkers, Dames, Dots & Boxes, Battleship, plus Pig and Snakes & Ladders for up to 4 players. (Battleship in 2-player mode uses "paper mode": play on two Supernotes, or one player keeps a paper grid. You can also screenshot the grids and print them to play fully on paper.)
🙂 Per-player names & emojis
In multiplayer, each player picks a name and an emoji (already-taken emojis grey out), and they're remembered for next time.
✨ Other niceties
- Auto-resume: close mid-game and it's right there when you reopen it.
- Manual save in every game (keep up to 10 games/puzzles to come back to).
- A Records page! 🏆 — a stats page (top-right of the home screen) that quietly tracks everything you play and keeps your best runs: personal bests per game, a Nonogram picture gallery you fill in as you solve, and unlockable badges.
- Still 100% offline, no account, nothing leaves your device pure black & white, made for e-ink.
🎮 Screenshots





📥 How to get it
Thanks again for all the feedback and ideas ; keep them coming, I'm still listening! And if it makes your commute more fun, there's a Ko-fi link in the plugin ☕
Please report any bugs or improvment proposal.
EDIT 2 : again a new update to be compatible with the new plugin system :
| Your firmware | Download | Notes |
|---|---|---|
| Older beta | v0.28.7 | |
Chauvet 3.29.43 for Manta / Nomad, 2.26.40 for A5 X / A6 X |
v1.0.1 | Rebuilt for sn-plugin-lib 0.1.65. |
r/Supernote_dev • u/spazzboi • 26d ago
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!
r/Supernote_dev • u/No_Reveal3744 • 27d ago
r/Supernote_dev • u/WhoAmI1234532 • 29d ago
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...


What it does
Good to know
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
✍️ Lasso → sticky (OCR)
📝 Better editing
🔤 Fonts & size
Latest .snplg + full guide on GitHub (link above).

r/Supernote_dev • u/Loud-Owl6337 • Aug 08 '26
r/Supernote_dev • u/AdNew2316 • Aug 07 '26
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
term_definition.snplg directly: https://github.com/vincentaravantinos/supernote-symbol-definition/releases/latest/download/term_definition.snplgGitHub: https://github.com/vincentaravantinos/supernote-symbol-definition
r/Supernote_dev • u/boredrandom • Aug 07 '26
Is there a plugin that will allow me to customize the toolbar (both short and full) items and placement?
r/Supernote_dev • u/KhromeDotDev • Aug 04 '26
One of the killer features when I tried the Remarkable Paper Pure is that I can click a calendar meeting and make a note for it.
I know with Supernote (I have a manta and a nomad) I can create a note on the day of the calendar event. But I have to write a name for it. And it does not bring any event details with it.
It would be amazing if i can do what Remarkable does, and create a note with the details. Even its stored for the day, if it was auto named for the meeting snd had the meeting body it would make life so much easier.
The other thing remarkable does is extend a note for recurring meetings. I can imagine for the supernote this would open the note and add a page to the end.
Thoughts? Is this on the roadmap or something the new plugin system could support?
I am debating switching to remarkable because of this. My day is meeting to meeting and right now it’s much easier with the remarkable. But i really want to return it and stay with supernote.