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 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-26T15:06:58.000Z (7 months ago)
- Last Synced: 2025-12-28T03:16:34.360Z (7 months ago)
- Topics: jekyll, jekyll-site, joplin, joplin-api
- Language: Python
- Homepage: https://ascii.mcejp.com/
- Size: 449 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://notes.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"
```
### TODO
- Align Jekyll versions between Gemfile and Docker image (currently using jekyll/jekyll:4.2.2 which only goes up to 4.2.x)
### Bugs
- Editing the unpublished part of a note changes the modification date of the published note