kanthi / joplin2obsidian-fork

Making the move from Joplin to Obsidian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

joplin2obsidian

What is joplin2obsidian?

joplin2obsidian is a conversion tool to help you making the move from Joplin to Obsidian

How to use

  1. Firstly, Open Joplin, export all data (notes and corresponding resources) as RAW to a directory

export

  1. Run joplin2obsidian to convert the "RAW - Joplin Export Directory" to Obsidian-Compatible vault directory
Usage of joplin2obsidian:
  -s string
        Specify the source directory where Joplin exported the RAW data
  -d string
        The destination directory of Obsidian vault
  1. Open the destination directory as vault in Obsidian

Done!

Build from source

$ git clone https://github.com/luxi78/joplin2obsidian.git
$ cd  joplin2obsidian
$ make
$ cd dist

About

Making the move from Joplin to Obsidian


Languages

Language:Go 92.3%Language:Makefile 7.7%