tldr.chat
Summarize Plugin for Logseq byOptimize your time with concise summaries of web pages and YouTube videos.
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