Releases: philips/supernote-obsidian-plugin
2.2.7
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
Bugfix to include styles for dark mode invert.
2.2.4
Add a number of settings to customize the note view including inversion and hiding UI elements.
2.1.10
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
Update funding and author URLs
2.1.8
Rename repo from obsidian-supernote-plugin to supernote-obsidian-plugin
2.1.7
Fix code review nits from Obsidian review obsidianmd/obsidian-releases#3314 (comment)
2.1.6
2.1.6
2.1.5
Change manifest name from supernote-plugin to supernote