Extract Highlights Plugin Versions Save

Manage your highlights in Obsidian by easily creating, removing and exporting them.

0.0.18

3 years ago

New Feature

Create Contextual Quotes in "Note Explode Mode"

Based on @ngirard's ideas https://github.com/akaalias/extract-highlights-plugin/issues/6 🎉

An optional new setting that will retain the full line of a highlight for the quote in the exploded notes.

Screenshot 2021-02-25 at 10 58 50

How this works:

Note the one highlight in line 3:

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Ut enim ad minim veniam, ==quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat==. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Resulting note ("quis nostrud exercitation ullamco laboris nisi ut aliquip....md")

Check out the quote under "Source": It's the full line with the highlight embedded giving context for your transcription etc.

## Source
> Ut enim ad minim veniam, ==quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat==. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[^1]

[^1]: [[Origin Note]]

Refactors

  • This release removes all the unnecessary console.log() statements.

0.0.17

3 years ago

Fixes

  • Fixes bug where file names were not cut off and resulted in being too long for filenames.

Issue: https://github.com/akaalias/extract-highlights-plugin/issues/5

0.0.16

3 years ago

New Features

💥 "Explode Notes Mode" 💥

A secret mode that will take your highlighting to the next level. Only available if you have 'Create Links' and 'Create new File' enabled. After enabling both, close this window and open again to see options.

  • Explode links into notes - If enabled, will turn each highlight into a note with the highlighted text as quote and a backlink to the MOC and source-file. Very powerful but use with caution! (Disabled by default)

  • Open exploded notes on creation – If enabled, will open each of your exploded notes when you create them. Fun and useful to continue working in your highlight-notes right away! (Disabled by default)

Settings Pane

Screenshot 2021-01-14 at 15 12 23

What you get with this feature:

Part 1: Like before, based on your highlights you get your highlights MOC note
Screenshot 2021-01-14 at 15 19 04 Screenshot 2021-01-14 at 15 15 17 Screenshot 2021-01-14 at 15 16 55 Screenshot 2021-01-14 at 15 17 44

0.0.15

3 years ago

New Features

  • Option to automatically create a new file after extraction (Off by default)

newfile

Screenshot 2020-12-24 at 13 23 08

0.0.14

3 years ago

Issues Fixed

  • Fixes split-view bug where highlights were created in another note with multiple notes open.

0.0.13

3 years ago

New Features

Toggling Highlight Hotkey

  • Expands the SHIFT + ALT + _ hotkey to allow for toggling a highlight on/off.

onoff

Refactoring

Continuous testing for ToggleHighlight.ts

  • npm test will run and watch tests for continuous integration
Screenshot 2020-12-05 at 10 27 33

0.0.12

3 years ago

New Features

Auto-capitalize highlights

I've found it annoying that my highlights would have these lowercase first-letters in the list. Just looked wonky, especially in combination with the ad-hoc MOC creation via links.

Optional and off by default.

Screenshot 2020-12-04 at 15 25 58

Before:

Screenshot_2020-12-04_at_15_32_06

After:

Screenshot_2020-12-04_at_15_32_22

0.0.11

3 years ago

New Features

Turn your highlights into an ad-hoc MOC!

  • A new setting that turns each highlight in your list automatically into a link to a note. Off by default.
Screenshot_2020-12-04_at_14_28_47

Demo

flow_links

0.0.10

3 years ago

New features

Adding new highlights on the fly

  • A new hotkey that allows you to highlight the sentence that's under your cursor without having to manually highlight the sentence: SHIFT + ALT + _

cursor

0.0.9

3 years ago

New features

  • Allow for optional inclusion of bold sections (**) to be extracted as highlights. Off by default.
Screenshot 2020-11-24 at 11 13 00 Screenshot 2020-11-24 at 11 12 51