No description
Find a file
2020-11-20 13:32:04 +01:00
src Adds support to extract highlights marked in **bold** 2020-11-20 13:32:04 +01:00
.gitignore .DS_Store banished! 2020-11-20 12:56:18 +01:00
clipboard-flow.gif Updates gif 2020-11-08 16:22:18 +01:00
data.json Adds support to extract highlights marked in **bold** 2020-11-20 13:32:04 +01:00
main.js Adds support to extract highlights marked in **bold** 2020-11-20 13:32:04 +01:00
manifest.json Adds support to extract highlights marked in **bold** 2020-11-20 13:32:04 +01:00
package-lock 2.json Adds plugin settings for heading 2020-11-20 10:03:57 +01:00
package.json Adds plugin settings for heading 2020-11-20 10:03:57 +01:00
README.md Updates README 2020-11-17 11:25:43 +01:00
rollup.config.js Adds plugin settings for heading 2020-11-20 10:03:57 +01:00
styles.css Updates readme 2020-11-11 14:10:52 +01:00
tsconfig.json initial commit 2020-11-08 14:47:29 +01:00
yarn.lock V0.0.2 with suggested improvements from https://github.com/obsidianmd/obsidian-releases/pull/41 2020-11-14 11:36:41 +01:00

Extract Highlights Plugin

Extracts all highlights from a current note in Obsidian into your clipboard.

This is a very bare-bones implementation of icebear's plugin request on Obsidian Forum https://forum.obsidian.md/t/extract-highlights-from-note/7867

Email me if you have any questions, suggestions, issues => alexis.rondeau@gmail.com

How it works

This release will copy the highlights delimited by == into your clipboard as a bullet-list.

Demo

basic functionality

Hotkey

The default short-cut is:

SHIFT + ALT + =

This will extract all highlighted parts in your current note and place it in your clipboard.

Then, anywhere you want, just paste

Command + v (MacOS) or the equivalent on Windows/Linux

The output is a markdown-block titled "Highlights" with a bullet-list of the highlights.

Ribbon Button

There is also a button (a circle-shape) that's added to your left-side ribbon.

Clicking on it will also extract all highlighted parts in your current note and place it in your clipboard.

Backlog

icebear ideas

UI

  • command (SHIFT + ALT + =) which then copies all of the highlighted text either into:
  • click a button which then copies all of the highlighted text either into:

Outputs

  • my clipboard
  • the top/botton of the note and selected for a next step,
  • a designated area in the note such as {{highlights}}, or
  • a new note