mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
Add Test Vault and Fix Unknown Color
This commit is contained in:
parent
9da9551e2c
commit
e06bb4e4ca
16 changed files with 4650 additions and 1 deletions
1
sample-vault/Supernote-Plugin-Demo/.obsidian/app.json
vendored
Normal file
1
sample-vault/Supernote-Plugin-Demo/.obsidian/app.json
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
1
sample-vault/Supernote-Plugin-Demo/.obsidian/appearance.json
vendored
Normal file
1
sample-vault/Supernote-Plugin-Demo/.obsidian/appearance.json
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
4
sample-vault/Supernote-Plugin-Demo/.obsidian/community-plugins.json
vendored
Normal file
4
sample-vault/Supernote-Plugin-Demo/.obsidian/community-plugins.json
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[
|
||||
"hot-reload",
|
||||
"supernote"
|
||||
]
|
||||
30
sample-vault/Supernote-Plugin-Demo/.obsidian/core-plugins-migration.json
vendored
Normal file
30
sample-vault/Supernote-Plugin-Demo/.obsidian/core-plugins-migration.json
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"properties": false,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"bookmarks": true,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false
|
||||
}
|
||||
20
sample-vault/Supernote-Plugin-Demo/.obsidian/core-plugins.json
vendored
Normal file
20
sample-vault/Supernote-Plugin-Demo/.obsidian/core-plugins.json
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"canvas",
|
||||
"outgoing-link",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"daily-notes",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"bookmarks",
|
||||
"outline",
|
||||
"word-count",
|
||||
"file-recovery"
|
||||
]
|
||||
22
sample-vault/Supernote-Plugin-Demo/.obsidian/graph.json
vendored
Normal file
22
sample-vault/Supernote-Plugin-Demo/.obsidian/graph.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"close": true
|
||||
}
|
||||
0
sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin/.hotreload
vendored
Normal file
0
sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin/.hotreload
vendored
Normal file
11
sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin/manifest.json
vendored
Normal file
11
sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin/manifest.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"id": "supernote",
|
||||
"name": "Unofficial Supernote by Ratta Integration",
|
||||
"version": "2.2.7",
|
||||
"minAppVersion": "1.5.12",
|
||||
"description": "View Supernote notes, generate markdown from note and capture screen mirror.",
|
||||
"author": "Brandon Philips",
|
||||
"authorUrl": "https://ifup.org",
|
||||
"fundingUrl": "https://github.com/philips/supernote-obsidian-plugin/blob/main/README.md#funding",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
15
sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin/styles.css
vendored
Normal file
15
sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin/styles.css
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.theme-dark img[alt*="supernote-invert-dark"] {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.theme-light img[alt*="supernote-invert-light"] {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.theme-dark img.supernote-invert-dark {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.theme-light img.supernote-invert-light {
|
||||
filter: invert(1);
|
||||
}
|
||||
149
sample-vault/Supernote-Plugin-Demo/.obsidian/workspace.json
vendored
Normal file
149
sample-vault/Supernote-Plugin-Demo/.obsidian/workspace.json
vendored
Normal file
|
|
@ -0,0 +1,149 @@
|
|||
{
|
||||
"main": {
|
||||
"id": "d764dcfa2d4ee56a",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "dfa33a31f43bc0c5",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "31b4aa07827299c6",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "b48a9d49fc6adc3a",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "44c648534f78bf66",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "d700bf1ff2869514",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f73ea6a80089d0a4",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "6bb79592b49873fe",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "bookmarks",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "32be1b571777d251",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "c927028db1937294",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "0c12e16c03c0e379",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "b40eba2355b759bf",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "d18b7146c33e3b56",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "da1a6951a916ea3c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"switcher:Open quick switcher": false,
|
||||
"graph:Open graph view": false,
|
||||
"canvas:Create new canvas": false,
|
||||
"daily-notes:Open today's daily note": false,
|
||||
"templates:Insert template": false,
|
||||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "31b4aa07827299c6",
|
||||
"lastOpenFiles": [
|
||||
"Welcome.md",
|
||||
"Functioning_Note.note",
|
||||
"Error_Provoking_Note.note",
|
||||
"Error_Provoking_Note.md",
|
||||
"MainNote.note"
|
||||
]
|
||||
}
|
||||
BIN
sample-vault/Supernote-Plugin-Demo/Error_Provoking_Note.note
Normal file
BIN
sample-vault/Supernote-Plugin-Demo/Error_Provoking_Note.note
Normal file
Binary file not shown.
BIN
sample-vault/Supernote-Plugin-Demo/Functioning_Note.note
Normal file
BIN
sample-vault/Supernote-Plugin-Demo/Functioning_Note.note
Normal file
Binary file not shown.
5
sample-vault/Supernote-Plugin-Demo/Welcome.md
Normal file
5
sample-vault/Supernote-Plugin-Demo/Welcome.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
This is your new *vault*.
|
||||
|
||||
Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)!
|
||||
|
||||
When you're ready, delete this note and make the vault your own.
|
||||
10
sample-vault/TestInVault.sh
Normal file
10
sample-vault/TestInVault.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
# Copy the built plugin in to the Sample vault.
|
||||
# Should be run from the Git Repo Root.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cp main.js manifest.json styles.css \
|
||||
sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin
|
||||
|
||||
touch sample-vault/Supernote-Plugin-Demo/.obsidian/plugins/supernote-obsidian-plugin/.hotreload
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 57f19b7a2a5722cadf06dbb817ab53111ad4b0e2
|
||||
Subproject commit ff96eacb1122836c8af85469953a55a613632849
|
||||
Loading…
Reference in a new issue