I'm currently running a Synology Notestation with around 8 clients and while it mostly works, sometimes images don't load correctly(or doesn't at all) and has failed on me one too many times.
I'm looking for another notes app similar to DS notes.
1- Rich Text Editor
2- Self hosted
3- Has multiple users enabled
4- Native Android app
Nice to have:
1- offline mode
2- FOSS
3- Has an active community
I host files for my entire family and they rely on notes for all their important documents. So it has to be simple to use.
I have tried benotes, but not having a Native Android app makes it hard for normies to use it. I also tried Joplin, but it's single user only.
There are several scripts that automatically take the Sinology .NSX export you just created, then they translate all it’s content into .md files that you can then easily import in one-click into Joplin. Here are the ones I’ve found:
https://github.com/Maboroshy/Note-Station-to-markdown/
“It creates md files and puts all attachments into a sub folder.”
https://github.com/xinbindai/Note-Station-to-Joplin
A customized version of the above script “to export notes/images in markdown + Front Matter (Directory) that can be [more] easily imported into Joplin.”
https://github.com/andreas-vester/notestation-to-joplin
This script might be worth it if the above scripts don’t work. Some people had issues with this script, but managed to mostly fix them. See here.
Copy-paste each note:
This sounds tedious at first, but once you get in the flow, it isn’t that bad. It isn’t doable if you have 10’000+ notes, but in my case, I got it in a few hours. Remember that even if it takes you one hour a day for a week to move them all, since you’re switching to a nonproprietary format you only have to do this once and then you’re set for life. This person on the Synology forum had your same problem and ended up choosing this option.
I finally got it working with some issues. But working.
I think I was lagging on moving because it was super annoying proprietary file format. I finally decided to bite the bullet because I was looking for a specific image that I uploaded a day ago and it's not loading.
The main thing issue I had with the 3 options you provided had an issue in Windows.
2- https://github.com/xinbindai/Note-Station-to-Joplin
This one is the one that actually worked but only in Linux. In Windows it completely bugs out. I had to install Mint on a VM and install python3 to be able to run this. Unfortunately, it too had problems. It was not able to process any files larger than 250 MB and completely ignored files like .tar.gz and even .pdf. I'm just going through my notes and manually doing it.
Overall I have the majority of my files and I'm hoping I don't have to move from Joplin for awhile. But I'm glad to know that its easier to move if I need to.
Thanks for the help internet friend. I appreciate you!