- Free and open source
- 100%-internet-independent.
- It works on all the platforms: Windows, Mac and Linux
- It uses SQLite as the store format of metadata, which makes it easy to read and modify programmatically.
- A node can be either a filesystem resource: a file / folder, or a hierarchy building block: a category
- All desirable metadata can be created by the user through categories
- Search for files: by name OR by an ancestor category of the file
You're welcome to leave questions here, and I will try to address them as best as I can.
You can try inverting the colors used for the light theme to obtain a decent starting point for the dark theme design.
If you use SASS you can use `invert` for that, or `invert` from the CSS-in-JS library "polished"
For anyone curious how the inverse of a color is calculated, read this answer on StackExchange: https://graphicdesign.stackexchange.com/a/95100