Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Yukaii/quiver-markdown-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiver Library Markdown exporter to Obsidian [Unmaintained]


npm

A Quiver markdown note exporter. I started to use Quiver around 2015 and 2016. But I quickly get back to Evernote. Recently I found Obsidian quite useful and migrated all of my notes to it. So I write this exporter to migrate my notes from Quiver to Obsidian.

And my Quiver notes only use a subset of Quiver features, so I can't guarantee that the exported notes are the same as the ones in Quiver. But I hope it's enough for you to get started.

Some working features:

Installation

npm install -g quiver-markdown-exporter

Usage

Usage
  $ quiver-markdown <input.qvlibrary> -o <output folder>

Options
  --output, -o Output folder

Examples
  $ quiver-markdown MyLibrary.qvlibrary -o dist

Contributing

If you find any bugs or have any suggestions, simply fork this repo and modify it on your own. I would probably not gonna run this repo again. 😝

Also check out the Quiver Data format Reference.

License

MIT