Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.03 KB

Joplin-to-Logseq-Integrater

A basic powershell scripts to be used while moveing from Joplin to Logseq!

Why this?

Ok, while you export notes from Joplin to Logseq as Markdown File! Joplin also transfer all of the image asssets from the notes within a directory named _resources, and in the real note files, it alter the images path to be used from _resources, but (I think it is a disfunctionality from Logseq) Logseq can't utilize these image file as correctly rendered images inside the note. Logseq use assets folder to store the images, and link them. So I create a simple powershell script which reads all the exported md file as plaintext and rename every _resources(which was used in image linking) with assets which is a Logsec native. So enjoy! this script is fast.

Usage

Edit your Joplin Exported Folder path inside the script and run, it's good to go!

Pictures

Before Before


After After

Take it eazy, I use Logseq!