Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcejp/ascii-posts

Publishing Joplin notes in bulk
https://github.com/mcejp/ascii-posts

jekyll jekyll-site joplin joplin-api

Last synced: 5 days ago
JSON representation

Publishing Joplin notes in bulk

Awesome Lists containing this project

README

        

Intro: [ASCII Posts](https://ascii.mcejp.com/posts/ASCII-Posts.html)

Prerequisities:
- Joplin with Web Clipper server enabled
- `requests` Python package
- Git

### config.toml

```toml
port = 41184
publish_tag = "publish"
starred_tag = "starred
token = "YOUR JOPLIN WEB CLIPPER TOKEN"
```