Home

Awesome

logseq-extract-plugin

A fork of the logseq extract plugin by @sidharth-panwar The logseq-extract-plugin is used to extract bold and highlighted text from a block and all its nested blocks or the complete page.

Here's how it looks like:

Extract Block

Block Extract

Extract Page

{Page Extract}

The plugin relies on regex to match and extract the desired text. So, technically, you can change the match settings and extract custom text as well, for e.g., if you mark certain points in your text with a special character like $$ etc., you can update the regex settings and the plugin will extract this new text for you.

Settings Overview

Here's an overview of some of the settings:

Whenever changing the settings, you'll need to restart logseq for settings to take effect.

Running the Plugin

Dev Considerations

Steps to build the plugin: