• 1 Post
  • 52 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle






  • In my case, along with using my laptop as a regular PC, I also use this as my work computer. I contract for multiple companies and each window has tabs for each web software for every company, organized by consolidated tabs. So Google analytics, Crazyegg, tableau, and docs, calendar, etc. I also do web testing and each tab has tests.

    I find that Edge does a better job at memory management so it’s now my primary and I test on Chrome.



  • I’m a prosumer/hobbiest photographer for 20+ years and started from film as well. I have spent countless days/months of my life migrating from systems to systems. While my subsystem is folder based and all tags are on the photo itself, not every software is alike and migrations becomes a chore.

    The major issue with software systems like digikey(which I also had) is that they all eventually stop support. After switching to Synology, I have everything you are asking for and more. I went from a 2 bay system, to a 4 bay system and currently on an 8 bay system. Each time it was super seamless. Ran out of space? Pop a new drive in. A drive is starting to fail? It takes your spare drive and automatically brings it into rotation and emails you telling you to replace the spare drive. It does an automatic monthly data scrubbing to ensure data integrity. Seriously so much more. I recently added a docker container for Joplin(a notes, journaling app).

    Quite literally zero fiddling, and zero headaches.

    I have 8 family members using my system and it’s super easy to implement. Give them the credentials and ask them to download from the play store or Apple store.

    Yes it’s proprietary. And moving from Synology to another system will probably be a chore too. But honestly, it’s so simple that I’m willing to some money on it on that less headache.



  • Thanks for the feedback. I finally got all my files over. I got past the 250mg limit by going into the user admin on the server and changing the default to 1tb(the max). The devs says that it’s a limitation of postgre but it seems to be working.

    A simple way to find all my missing files was to search in Joplin for"NOT FOUND" and all the notes with missing files show up. Just went one by one reuploading the files.

    One of the highlights of Notestation is that it’s designed for normies. It uses Rich text editor.

    My first client(my wife) on Joplin is already complaining because the android client is markdowns only. She is semi ok with it because the desktop client is a fake Rich text editor wrapper.

    Obsidian is 100% markdowns. Not going to fly with the rest of the family.

    Thanks again for the help!!



  • Thank you!!!

    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.

    1 https://github.com/Maboroshy/Note-Station-to-markdown/ This had major issue in Windows and Linux. For some reason, it didn’t process any of the files correctly. I don’t recommend using this.

    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.

    3- https://github.com/andreas-vester/notestation-to-joplin This git is completely abandoned. This requires a github api(joplin-api) and the file has been deleted.

    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!



  • Someone here actually helped me with it.

    Automate the process:

    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.