Skip to content

andrdru/joplin-auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto update joplin notify

Joplin notify auto updater written in golang
Supported protocols: S3, web clipper API

  • automatically aggregate notes with markdown todo lists
  • prioritize tasks

If you're looking for joplin S3 sync or web clipper api integration, see joplin_provider package

Note format

- [x] format like this. This note not auto listed
- [ ] joplin creates it with default editor. This note still not listed
- [ ] !this note will be listed because ! mark
- [ ] !!this note will be higher
- [ ] !!!this note will be on top

Requirements

  • joplin sync with S3
  • or web clipper API

Prepare

  1. create joplin notebooks, add some notes in markdown todo format
  2. create joplin note for auto update
  3. pick notebook ID, note for auto update ID (from S3, API or backups)

Install

configure

cp internal/configs/config.template.yaml config.yaml

run

go run .
go run . --provider=web_clipper

Local env

see docker

run local env

make up

stop local env

make down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages