Brandon Philips
9da9551e2c
2.2.7
2024-05-21 21:52:34 -07:00
Brandon Philips
c7d37d7e3e
gitignore: add node_modules
2024-05-21 20:40:43 -07:00
Brandon Philips
6b51cb65d6
supernote-typescript: bump versions
2024-05-21 19:34:00 -07:00
Brandon Philips
e0b460c74e
2.2.6
2024-05-21 18:00:39 -07:00
Brandon Philips
85b13ae402
github: styles not style
2024-05-21 18:00:18 -07:00
Brandon Philips
237f217e8a
2.2.5
2024-05-21 17:58:56 -07:00
Brandon Philips
6a3249dc85
github: add style.css as part of the release
2024-05-21 17:58:43 -07:00
Brandon Philips
313f816a2a
2.2.4
2024-05-21 17:50:52 -07:00
Brandon Philips
ed3dbc1573
node_modules: remove node_modules
2024-05-21 17:50:39 -07:00
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