Yukaii / quiver-markdown-exporter

Export Quiver library to obsidian compatible markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Export Quiver library to obsidian compatible markdown

License:MIT License


Languages

Language:TypeScript 87.0%Language:JavaScript 13.0%