Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukaii/quiver-markdown-exporter
Export Quiver library to obsidian compatible markdown
https://github.com/yukaii/quiver-markdown-exporter
obsidian-md quiver
Last synced: 2 months ago
JSON representation
Export Quiver library to obsidian compatible markdown
- Host: GitHub
- URL: https://github.com/yukaii/quiver-markdown-exporter
- Owner: Yukaii
- License: mit
- Created: 2022-05-11T16:21:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T03:03:16.000Z (8 months ago)
- Last Synced: 2024-04-16T06:03:27.852Z (8 months ago)
- Topics: obsidian-md, quiver
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiver Library Markdown exporter to Obsidian [Unmaintained]
> [!WARNING]
> Please checkout [blue-monk](https://github.com/blue-monk)'s [fork](https://github.com/blue-monk/quiver-to-obsidian-exporter) instead!
>
> https://github.com/blue-monk/quiver-to-obsidian-exporter---
![npm](https://img.shields.io/npm/v/quiver-markdown-exporter)
A [Quiver](https://yliansoft.com/) markdown note exporter. I started to use Quiver around 2015 and 2016. But I quickly get back to Evernote. Recently I found [Obsidian](https://obsidian.md/) 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:
- [Attachments](https://github.com/Yukaii/quiver-obsidian-markdown/blob/c13f42daa8af30268797b3d902ba9f844bc24873/src/quiver-markdown.mts#L24-L29)
- Images, [\[1\]](https://github.com/Yukaii/quiver-obsidian-markdown/blob/c13f42daa8af30268797b3d902ba9f844bc24873/src/quiver-markdown.mts#L32-L46), and [\[2\]](https://github.com/Yukaii/quiver-obsidian-markdown/blob/c13f42daa8af30268797b3d902ba9f844bc24873/src/quiver-markdown.mts#L95-L103A)
- [Diagrams and Markdown/Code block](https://github.com/Yukaii/quiver-obsidian-markdown/blob/c13f42daa8af30268797b3d902ba9f844bc24873/src/quiver-markdown.mts#L117-L120)## Installation
```bash
npm install -g quiver-markdown-exporter
```## Usage
```bash
Usage
$ quiver-markdown -oOptions
--output, -o Output folderExamples
$ 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](https://github.com/HappenApps/Quiver/wiki/Quiver-Data-Format).
## License
MIT