Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natterstefan/readwise-template
Readwise Export Template for Roam (or other tools for thought)
https://github.com/natterstefan/readwise-template
networked-thought readwise readwise-api readwise-export readwise-highlights readwise-roam-template readwise-template roam-research roamjs roamresearch
Last synced: 26 days ago
JSON representation
Readwise Export Template for Roam (or other tools for thought)
- Host: GitHub
- URL: https://github.com/natterstefan/readwise-template
- Owner: natterstefan
- License: mit
- Created: 2021-12-29T18:23:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T05:44:14.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T18:11:44.891Z (2 months ago)
- Topics: networked-thought, readwise, readwise-api, readwise-export, readwise-highlights, readwise-roam-template, readwise-template, roam-research, roamjs, roamresearch
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-readwise - readwise-template - A Readwise export template for Roam (or other tools for thought). (Tools / Other)
README
# readwise-template
[![Lint](https://github.com/natterstefan/readwise-template/actions/workflows/lint.yml/badge.svg)](https://github.com/natterstefan/readwise-template/actions/workflows/lint.yml)
## Requirements
```bash
python 3.8.0
```## Setup
```bash
# Install dependencies
pip install -r requirements.txt# Add new dependencies
pip install
pip freeze > requirements.txt
```## Preview
Either copy and paste the Jinja2 templates into Readwise or run the following
command to get a preview of all cases:```bash
# Preview of all cases
python preview.py
```## Docs
- Readwise
- [How can I customize the Readwise to Roam Export?](https://help.readwise.io/article/112-how-can-i-customize-the-roam-export#title)
- Jinja
- [Jina2 Documentation](https://jinja.palletsprojects.com/en/2.11.x/)
- How to Test Templates
- [Jinja live parser](https://cryptic-cliffs-32040.herokuapp.com/)
- An [updated version](https://stackoverflow.com/a/48907913/1238150) can be found here.
- [qn7o/jinja2-live-parser: Jinja2 live (web) parser](https://github.com/qn7o/jinja2-live-parser)## Community Resources
- [Leveraging Backlinks in Obsidian and Readwise Export | by TfTHacker | Medium](https://tfthacker.medium.com/leveraging-backlinks-in-obsidian-and-readwise-export-aebb52ffa9d4)
- [Using Readwise’s highlight_id as a single source of truth in Obsidian | by TfTHacker | Feb, 2022 | Medium](https://tfthacker.medium.com/using-readwises-highlight-id-as-a-single-source-of-truth-in-obsidian-b1de98a8b87c)## License
[MIT](./LICENSE)