Brandon Philips
235421c62b
2.2.3
2024-05-21 17:45:58 -07:00
Brandon Philips
ed97d5818f
github: bump release to node 21
2024-05-21 17:45:40 -07:00
Brandon Philips
92d25be901
2.2.2
2024-05-21 17:42:54 -07:00
Brandon Philips
8818271788
package.json: use correct module name
2024-05-21 17:42:37 -07:00
Brandon Philips
1f2717f43a
2.2.1
2024-05-21 17:39:10 -07:00
Brandon Philips
db6a1782f6
github: update to node 20
2024-05-21 17:39:03 -07:00
Brandon Philips
712df8d096
2.2.0
2024-05-21 17:33:48 -07:00
james-xli
737f63e9a9
settings: add features to hide UI elements
...
This adds three features to hide UI elements on the .note view:
- Toggle the TOC and page headings
- Hide export buttons (there is a command pallete tool as well)
- Collapse recognized text
2024-05-21 17:12:23 -07:00
Brandon Philips
517ee256fb
main: format code
2024-05-11 08:37:52 -07:00
Brandon Philips
d665e33bec
main: invert images automatically based on light/dark mode
...
This adds a feature and setting to invert images when Dark mode is
enabled.
Fixes https://github.com/philips/supernote-obsidian-plugin/issues/23
2024-05-11 08:36:49 -07:00
Brandon Philips
a48ca02a77
README.md: a handful of small updates
2024-05-10 10:15:54 -07:00
Brandon Philips
e5600da224
README: add link to Organizing for Change video
...
This is a good overview of the plugin- add a link.
2024-04-14 01:37:28 -07:00
Brandon Philips
e06165ef1d
CODE_OF_CONDUCT.md: create
2024-04-06 08:53:39 -07:00
Brandon Philips
2518e666d2
node_modules: initial import
...
Since there is no native code I am just checking all of the dependencies
in to simplify life and avoid a hard dependency on npm working on any
given day.
2024-04-05 23:08:52 -07:00
Brandon Philips
cff4ddcb35
README: official store information
2024-04-05 13:42:26 -07:00
Brandon Philips
14862f587d
2.1.10
2024-04-04 07:28:19 -07:00
Brandon Philips
1633a8d83b
main: Use sentence case in UI
...
Follow Obsidian style guide:
https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines#Use+sentence+case+in+UI
2024-04-04 07:27:29 -07:00
Brandon Philips
dbe58b55e8
main: remove unused import
2024-04-04 07:22:48 -07:00
Brandon Philips
446c814576
manifest: set minAppVersion to current version
...
Review feedback: You are using newer API's, set this to the latest public build number.
2024-04-04 07:22:07 -07:00
Brandon Philips
3558352379
manifest: update funding URL to README
2024-04-03 10:29:29 -07:00
Brandon Philips
20c485db32
README: add funding note
2024-04-03 10:28:23 -07:00
Brandon Philips
0f8bc55c75
README.md: update to new URL
2024-03-31 08:18:08 -07:00
Brandon Philips
3980cdf85a
2.1.9
2024-03-31 07:30:01 -07:00
Brandon Philips
f83f43c0a6
manifest: update funding and author URL
2024-03-31 07:29:31 -07:00
Brandon Philips
37ae69d10a
2.1.8
2024-03-31 07:22:54 -07:00
Brandon Philips
4c7e195f95
manifest.json: update github URL
2024-03-31 07:22:40 -07:00
Brandon Philips
9a750dde8c
2.1.7
2024-03-31 07:14:52 -07:00
Brandon Philips
c4ca3ccf67
main: cleanup coding style stuff
...
Using innerHTML, outerHTML or similar API's is a security risk. Instead, use the DOM API or the Obsidian helper functions: https://docs.obsidian.md/Plugins/User+interface/HTML+elements
- You should not cast this, instead use a instanceof check to make sure that it's actually a file/folder.
2024-03-31 07:13:54 -07:00
Brandon Philips
a7690e502b
2.1.6
2024-03-30 10:18:54 -07:00
Brandon Philips
2142efc27a
2.1.5
2024-03-30 10:16:41 -07:00
Brandon Philips
b475af5b9b
manifest: drop -plugin from the id
...
This is required by the github-actions bot on the official repo.
> Please don't use the word plugin in the plugin ID. The ID is used for your plugin's folder so keeping it short and simple avoids clutter and helps with sorting.
2024-03-30 10:16:01 -07:00
Brandon Philips
f4e3794536
2.1.4
2024-03-30 09:49:46 -07:00
Brandon Philips
aae9709741
github: cleanup build and add deps
2024-03-30 09:49:35 -07:00
Brandon Philips
50be6a3d0d
2.1.3
2024-03-30 09:36:45 -07:00
Brandon Philips
cd85d15ec2
github: add npm install
2024-03-30 09:36:28 -07:00
Brandon Philips
0568487e73
2.1.2
2024-03-30 09:35:35 -07:00
Brandon Philips
e21c0e45ac
github: add submodule stuff to build
2024-03-30 09:34:39 -07:00
Brandon Philips
bd6242b616
2.1.1
2024-03-30 09:31:16 -07:00
Brandon Philips
68abc937e8
main: don't attach the markdown note
...
Instead of attaching the markdown note that is generated put it
alongside the .note file. I think this follows the spirit of attachments
a bit more than the old logic.
2024-03-30 09:28:42 -07:00
Brandon Philips
eb3efebb9b
main: use generateMarkdownLink
...
Instead of open coding the format use the Obsidian API to generate a
markdown link based on user preferences.
Fixes: https://github.com/philips/obsidian-plugin-supernote/issues/12
2024-03-29 20:35:44 -07:00
Brandon Philips
4555558e86
README: add introduction
2024-03-29 17:24:41 -07:00
Brandon Philips
596baf7019
github: add release workflow
2024-03-29 06:28:53 -07:00
Brandon Philips
6d47d49f4e
2.1.0
2024-03-28 23:02:09 -07:00
Brandon Philips
56324866ef
main: drop buffer dependency
...
Buffer was the only NodeJS API remaning in use in the libraries. So,
this should make everything work on mobile.
Fixes: https://github.com/philips/obsidian-plugin-supernote/issues/3
2024-03-28 22:59:49 -07:00
Brandon Philips
da86d3d7e9
2.0.2
2024-03-27 19:49:59 -07:00
Brandon Philips
134e948f8d
2.0.1
2024-03-27 19:49:56 -07:00
Brandon Philips
25586781b4
markdown: use wikilink style links to note
...
Markdown links need URL encoding. So, use Obsidian default Wikilink
style instead.
https://help.obsidian.md/Linking+notes+and+files/Internal+links
Fixes https://github.com/philips/obsidian-plugin-supernote/issues/12
2024-03-27 19:49:56 -07:00
Brandon Philips
65a53c1412
README.md: update demo video URL
2024-03-27 13:03:48 -07:00
Brandon Philips
45f7cd4dbd
2.0.0
2024-03-27 12:15:34 -07:00
Brandon Philips
e956f6eb0c
README: add an FAQ about the outline mode
2024-03-27 12:14:34 -07:00