forked from philips/supernote-obsidian-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setting for max image width when viewing .note files
Per issue philips#22, adds a max px width setting in the settings pane. Notes are still responsive to window size below the max width.
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule supernote-typescript
updated
11 files
+0 −6 | .prettierrc | |
+0 −3 | .vscode/settings.json | |
+2 −5 | package.json | |
+243 −274 | src/conversion.ts | |
+172 −181 | src/format.ts | |
+3 −3 | src/index.ts | |
+96 −107 | src/mirror.ts | |
+364 −416 | src/parsing.ts | |
+1 −1 | src/supernote.d.ts | |
+ − | tests/input/1to10.note | |
+22 −53 | tests/main.test.ts |