Skip to content

Releases: akaalias/extract-highlights-plugin

0.0.18

25 Feb 10:02
Compare
Choose a tag to compare

New Feature

Create Contextual Quotes in "Note Explode Mode"

Based on @ngirard's ideas #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

10 Feb 17:54
Compare
Choose a tag to compare

Fixes

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

Issue: #5

0.0.16

14 Jan 14:20
Compare
Choose a tag to compare

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

Part 2: Explode now also creates new notes for each link in your highlights MOC (See the right-side with titles)

Screenshot 2021-01-14 at 15 15 17

Part 3: Each note includes the highlight as a quote and a backlink to the original source note

Screenshot 2021-01-14 at 15 16 55

Part 4: With the quote, you can now EASILY turn each highlight into your own words and explore the idea with questions, related notes etc.

Screenshot 2021-01-14 at 15 17 44

0.0.15

24 Dec 12:26
Compare
Choose a tag to compare

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

16 Dec 10:05
Compare
Choose a tag to compare

Issues Fixed

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

0.0.13

05 Dec 09:28
Compare
Choose a tag to compare

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

04 Dec 14:29
Compare
Choose a tag to compare

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

04 Dec 13:31
Compare
Choose a tag to compare

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

04 Dec 11:55
Compare
Choose a tag to compare

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

24 Nov 10:17
Compare
Choose a tag to compare

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