Skip to content

Releases: philips/supernote-obsidian-plugin

2.2.7

22 May 04:55
Compare
Choose a tag to compare

I made a new release of the Obsidian Supernote plugin today with new dark mode support which inverts the colors on notes for easier reading in low light situations. Also included are some new settings to minimize the number of UI elements when viewing a note, and optionally hiding recognized text (#25).

This also includes a bugfix for page ordering for notes over 10 pages. #21

If you can't get the new dark mode to work please try removing the plugin and reinstalling. For some reason on my macOS machine Obsidian wasn't picking up the new CSS after an upgrade- only after a reinstall.

Thanks for the support everyone. This plugin now has over 1,000 installs! Make it 1025 by installing from here: https://obsidian.md/plugins?id=supernote

2.2.6

22 May 01:02
Compare
Choose a tag to compare

Bugfix to include styles for dark mode invert.

2.2.4

22 May 00:52
Compare
Choose a tag to compare

Add a number of settings to customize the note view including inversion and hiding UI elements.

2.1.10

04 Apr 14:30
Compare
Choose a tag to compare

Address feedback from Obsidian official review obsidianmd/obsidian-releases#3314

"fundingUrl": "https://signal.org/donate/",
The expectation for the funding url is that users can donate to you as a developer, not to some other unrelated project.
What you can do is put some text into your README explaining that you don't accept donations and that all donations should go to signal instead, then link to that here.

"minAppVersion": "0.15.0",
You are using newer API's, set this to the latest public build number.

import * as path from 'path';
Remove this unused import.

text: "Attach Markdown to Vault",, text: "Attach Markdown and Images to Vault",, atoc.createEl("h2", { text: "Table of Contents" });, text: "Save Image to Vault",
Use sentence case in UI

2.1.9

31 Mar 14:58
Compare
Choose a tag to compare

Update funding and author URLs

2.1.8

31 Mar 14:24
Compare
Choose a tag to compare

Rename repo from obsidian-supernote-plugin to supernote-obsidian-plugin

2.1.7

31 Mar 14:17
Compare
Choose a tag to compare

Fix code review nits from Obsidian review obsidianmd/obsidian-releases#3314 (comment)

2.1.6

30 Mar 17:19
Compare
Choose a tag to compare
2.1.6

2.1.5

30 Mar 17:17
Compare
Choose a tag to compare

Change manifest name from supernote-plugin to supernote

2.1.4

30 Mar 16:52
Compare
Choose a tag to compare
  • Don't generate markdown as an attachment #13
  • Follow user preferences for markdown link format #12