mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-07 00:48:01 +00:00
Migrating notes from Notion - Initial stage
This commit is contained in:
21405
content/notes/.obsidian/plugins/obsidian-local-images-plus/main.js
vendored
Normal file
21405
content/notes/.obsidian/plugins/obsidian-local-images-plus/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
content/notes/.obsidian/plugins/obsidian-local-images-plus/manifest.json
vendored
Normal file
11
content/notes/.obsidian/plugins/obsidian-local-images-plus/manifest.json
vendored
Normal 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
|
||||
}
|
||||
14
content/notes/.obsidian/plugins/obsidian-local-images-plus/styles.css
vendored
Normal file
14
content/notes/.obsidian/plugins/obsidian-local-images-plus/styles.css
vendored
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user