Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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)