Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Publishing Joplin notes in bulk
- Host: GitHub
- URL: https://github.com/mcejp/ascii-posts
- Owner: mcejp
- Created: 2024-01-03T14:56:38.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-09T17:00:41.000Z (7 months ago)
- Last Synced: 2024-04-09T20:22:46.753Z (7 months ago)
- Topics: jekyll, jekyll-site, joplin, joplin-api
- Language: Python
- Homepage: https://ascii.mcejp.com/
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```