this post was submitted on 22 Jun 2025
63 points (98.5% liked)

Selfhosted

60587 readers
1167 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hey,

I'm using Joplin (a Markdown note taking app) and think about migrating to Logseq because of multiple reasons.

The main problems I have not yet solved:

  1. OSS-Syncing Logseq notes between Desktop OS and Android. Logseq does not have an OSS selfhostable sync-server like Joplin has...
  2. Making sure to transform my stuff, so that Logseq can work with it. Yes, it's both Markdown, but especially images and how Joplin handles them seem to be a problem for this migration.

What are your experiences? Have you ever switched between 2 Markdown note taking apps?

  • Which ones?
  • How well went it?

Is it maybe even possible to use app 1 and a Desktop OS and a totally different app on Android simultaneously on the same data? The common standard is Markdown...

you are viewing a single comment's thread
view the rest of the comments
[–] Shimitar@downonthestreet.eu 7 points 1 year ago (3 children)

Have you tried to open a joplin .MD file in a plain text editor? That is not markdown. Its markdown wrapped into some Joplin format.

Can it really be migrated 1:1 to another app?

[–] Paid_in_cheese@lemmings.world 6 points 1 year ago

I can't say whether it can be cleanly migrated to another app but there are a number of export options to get you either to plain Markdown or something else within reason. When using the export option, the resulting Markdown at lest gives relative paths to any included media.

I don't think it's fair to suggest it's not using Markdown. It just has a wrapper around it to make it work better for the usual use case of being a digital workbook.

Screenshot from the Joplin app showing the Notebook selector panes and part of the body pane. Tags and several other section names are anonymized. The visible section is Technology with subheadings for Cheat sheets, Flows, Python, Rust, and Wiki. A context menu is open from the Technology sheet showing the Export menu has been chosen and the MD - Markdown option is highlighted to click.

[–] bwat47@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

Joplin's notes can easily be exported as standard markdown (File | Export All | Markdown).

When I was evaluating Joplin and Obsidian for my notes, I switched between them multiple times and it was very easy. The folder of markdown files exported from joplin can be opened directly as an obsidian vault. The only issue is if you had resized any images with Joplin's rich text editor (doing that converts the images to html img src tags, but that was easily fixed with a script to convert them back to markdown links)