Move obsidian vault to the content directory

This commit is contained in:
2025-02-17 13:04:50 +00:00
parent 86a0d562d3
commit e07f4cf4e4
35 changed files with 13 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
{
"mySetting": "default",
"contextMenu": true,
"finalLinkFormat": "relative-path",
"keepMtime": false
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-link-converter",
"name": "Link Converter",
"version": "0.1.6",
"minAppVersion": "0.9.12",
"description": "Scan all your links in the vault and convert them to your desired format.",
"author": "Ozan Tellioglu",
"authorUrl": "https://ozan.pl",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,4 @@
.oz-coffee-div {
text-align: center;
margin-top: 20px;
}