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

help-circle

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