Skip to content

Summarize Plugin for Logseq by tldr.chat

License

Notifications You must be signed in to change notification settings

avelino/logseq-summarize

Repository files navigation

Summarize Plugin for Logseq by tldr.chat

Optimize your time with concise summaries of web pages and YouTube videos.

demo

Slash Commands: /summarize or /sum

dev setup

written in ClojureScript with shadow-cljs as the main tooling.

Need to have clojure (and java) and babashka installed on your machine, you can run the following command to start the development server:

bb run dev

tldr.chat mock server

docker run -it \
  -p 8000:8000 -v $(pwd)/moclojer.yml:/app/moclojer.yml \
  ghcr.io/moclojer/moclojer:dev