This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:30:51 +02:00
parent f5b9c3d02c
commit 03ecc4a65b
3433 changed files with 1756195 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"serverUrl": "https://noteshare.space",
"selfHosted": false,
"anonymousUserId": "fb934e059b4caea8",
"useFrontmatter": true,
"frontmatterDateFormat": "YYYY-MM-DD HH:mm:ss",
"shareFilenameAsTitle": true,
"useFsCache": true
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-quickshare",
"name": "QuickShare",
"version": "1.3.1",
"minAppVersion": "0.13.25",
"description": "Securely share your Obsidian notes with one click. Notes are end-to-end encrypted. No API keys or configuration required.",
"author": "Maxime Cannoodt (@mcndt)",
"authorUrl": "https://mcndt.dev",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,4 @@
/* Dummy class to fool the build system into not producing an error */
.dummy {
background: #fff;
}