Add Test Vault and Fix Unknown Color

This commit is contained in:
Genei180 2024-09-23 11:03:07 +02:00
parent 9da9551e2c
commit e06bb4e4ca
16 changed files with 4650 additions and 1 deletions

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1,4 @@
[
"hot-reload",
"supernote"
]

View 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
}

View 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"
]

View 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
}

View 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
}

View 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);
}

View 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"
]
}

View 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.

View 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

4381
yarn.lock Normal file

File diff suppressed because it is too large Load diff