https://github.com/zotero/markdown-translator-builder
Builds Markdown translator for Zotero notes export
https://github.com/zotero/markdown-translator-builder
Last synced: 12 months ago
JSON representation
Builds Markdown translator for Zotero notes export
- Host: GitHub
- URL: https://github.com/zotero/markdown-translator-builder
- Owner: zotero
- License: other
- Created: 2021-09-21T14:40:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T13:10:12.000Z (almost 2 years ago)
- Last Synced: 2025-05-12T19:40:45.280Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Markdown Translator Builder
Does various transformations to ProseMirror generated notes and uses [Turndown](https://github.com/mixmark-io/turndown) to convert to Markdown.
## Build
```
git clone https://github.com/zotero/markdown-translator-builder
```
Edit translator and update `lastUpdated` in `src/translator.js` metadata.
```
npm i
npm test
npm run build
```
Copy `build/markdown.js` to [https://github.com/zotero/translators/markdown.js](https://github.com/zotero/translators/markdown.js).