Oh, is this Linux-only?
Free and Open Source Software
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Ive been able to run this app on linux, mac, and windows. Mac and windows build is not available tho, I dont think I can maintain it because i mainly use linux in all of my machines.
Pros
- Encrypted
- Written in Rust
- Not Electron
Cons
- It's not markdown
- No plugins
Personally, I'm going to stick to Obsidian, because my notes are already there, in markdown, and I can encrypt them with GPG if I want to. But I love to see other options in this space!
Thanks for the review! The reason for both of the cons are:
- markdown: IIRC the WYSIWYG rich text editor that Treedome use doesn't use markdown to store its text because there are better alternative for a structured and stylized document that's also extensible. It's stored in JSON with Tiptap's own defined structure.
- no plugins: never say never, but I intend to make treedome with a stable file format. Plugins may (will) introduce instability because it could change the way documents are stored.
No problem! I understand that every project is a little bit different. That's the beauty of Foss, after all! Just because one solution doesn't work for me does not mean that it won't work for everyone. Keep up the good work!
Just a heads up but your codeberg link returns a 404 not found
- Edit: huh it's just the embeded link that does that, strange
besides that I really like your project, it hits all the right spots for me in terms of languages used, features being implemented, and in addition the interface also looks nice!✨
Thank you! This project was made for my learning purposes, but I accidentally got a working product at the end, so that's nice!