Skip Navigation

Posts
9
Comments
104
Joined
2 yr. ago

  • really? how come? I thought they are mentioned because of the diffs if compared to master, which merge basically just... merge on top of my branch (?)

  • AAAH NOT LIKE THIS

  • Please for the love of god don't use merge, especially in a crowded repository. Don't be me and suffer the consequences. I mistakenly mention every person with a commit between the time I created the branch until current master.

  • I dont think youre imposing into anything lol

    Flatpak could be nice, appimage too, maybe you could make an issue for this in the repo? It will be a long road tho

  • Hello, relax guys Ive had my fair share of internet discourse. Youre by no means disrespectful at all. I know you come from a good place in your argument and its more than fair to questioned the decision of "reinventing the wheel".

  • The WYSIWYG editor supports markdown shortcuts like (#) will auto mode to H1 tag. But internally its stored as a json file, courtesy of tiptap library. Self hostable server would be cool, but for now I only use syncthing to do my sync.

  • It depends on the size of the images, but what matters is that a single big note cant slow down the loading time of other notes*

    *sqlite is finnicky, this is just the experience on notes less than 500MB sized.

  • 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.

  • Sometimes, not being able to do something is the best thing you could ever become.

  • 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.
  • Thank you! This project was made for my learning purposes, but I accidentally got a working product at the end, so that's nice!

  • So its not about transistor being too small that the electron just jumps from one circuit to another unintentionally?

  • They shouldve releases redis under agplv3 if they really want those corpo to give back to community.

  • thank you, sorry for the mistake 🙏

  • rather than just merging shit then fixing their nits do you have something in mind better/more practical? Merging stuff from any contributor without reviews sounds bad.

  • Just for disclaimer, @Gooey0210@sh.itjust.works isnt me. I agree, even though the encryption used in treedome is pretty solid (imo), my note taking app is definitely not recommended for keeping your password. Use a dedicated password manager, open source one ofc. I think the lock time idea is good.

    But I did put my password there, for when I can't access my other password manager. Backup of a backup of a backup.

  • Nft storage? Who wrote this? Bruh

  • Deb support is incidental, its a compilation result by tauri (backend for treedome), not made by me.