Notebook Selector - Linux Desktop #11333
pyz0123-cpu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’ve built a small notebook selector app in Flutter that makes it easier to manage multiple Trilium notebooks. Instead of opening the last notebook by default, it scans a central directory and presents a simple menu to create or open notebooks.
The project is lightweight — just a single Dart source file plus a README explaining setup and platform notes. Since it was compiled on Linux, the provided binary runs only on Linux systems. The source itself is cross‑platform, so it can be compiled on Windows or macOS using the native Flutter toolchains.
Before I package or publish it, I’d like to ask:
Is anyone interested it this? If so, let me know if would you prefer to receive the source + README directly or if you would like me to set up a minimal GitHub repo for easier access?
I can also provide the Linux binary bundle alongside the source for anyone who wants it. Just let me know.
All reactions