Migrating notes from Notion - Initial stage

This commit is contained in:
2025-02-14 16:56:31 +00:00
parent 8e3b07730b
commit 2c6d0e104d
167 changed files with 39800 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "obsidian-local-images-plus",
"name": "Local Images Plus",
"version": "0.16.3",
"minAppVersion": "1.0.3",
"description": "Local Images Plus plugin searches for all external media links in your notes, downloads and saves them locally and adjusts the links in your notes to point to the saved files.",
"author": "catalysm, aleksey-rezvov, Sergei Korneev",
"authorUrl": "https://github.com/Sergei-Korneev/obsidian-local-images-plus",
"fundingUrl": "https://www.buymeacoffee.com/sergeikorneev",
"isDesktopOnly": true
}

View File

@@ -0,0 +1,14 @@
/* This file was created to satisfy requirements for Obsidian's plugins */
.title_txt{
color:white;
align:center;
}
.donheader_txt{
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
font-weight: 600;
color:red;
align:center;
}