Skip to content

A very rough and minimalistic joplin to logseq importer - don't blame me i usually don't write go ;)

License

Notifications You must be signed in to change notification settings

dasrecht/joplin-to-logseq-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joplin to Logseq Importer

This is a simple script to import Joplin notes into Logseq. I took inspiration from this script. It is a very simple script that takes a Joplin Markdown export and converts it to Logseq format. Upon doing so we check if assets are existing and copy them over to output folder.

Usage

  1. You can run the application prior to having exported anything - it will create the necessary folders for you.
  2. Export your Joplin notes as a MD Markdown + Front Matter file into a folder called joplin-input.
  3. Run the script with go run main.go.
  4. The script will create a logseq-output folder with the converted notes.
  5. Copy the contents of the logseq-output folder into your Logseq notes folder.

Features

  • Frontmatter cleanup if you pass --frontmatter-cleanup flag. This will remove Latitude, Longitude, Altitude, Title, Author, and make the tags usable in logse from the frontmatter.

Fair warning and warranty

frantic laughter - You have been warned - there is no warranty or guarantee this will work for you. It worked for me, but I make no promises.

About

A very rough and minimalistic joplin to logseq importer - don't blame me i usually don't write go ;)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages