logseq-summarizer
logseq-summarizer copied to clipboard
Logseq plugin to summarize text
Logseq Summarizer
Uses sumy to summarize long text in logseq
Installation
- Download a released version assets from Github.
- Unzip it.
- Click Load unpacked plugin, and select destination directory to the unzipped folder.
Usage
- Paste a big block of text into a block. News articles, blog posts, etc
- In the block type /Summary
Configuration
-
language
to use to interpret the text in blocks -
numberOfSentences
how many senetences should be generated during summary -
replaceSourceContent
if you prefer to keep the source material set this to false and it will next summaries underneath
Development
- yarn
- yarn build
- Load the unpacked plugin from
dist
Pyodide
Minimal version created following these steps
- Place full release in
public/pyodide
- Build plugin
- Run the summarization function in logseq
- Delete everything that is not the latest access time. Find by
ls -ltu
- Repeat 2 and 3
- Restore files until it works