chore: vault backup from Joachims-PC at 2024-08-08T12:15

This commit is contained in:
Joachim Happel 2024-08-08 12:15:06 +02:00
parent eb7d1a918d
commit b27eaec60c
8 changed files with 5688 additions and 5793 deletions

View file

@ -1,3 +1,3 @@
[
"cicada-sync"
"yet-another-obsidian-synchronizer"
]

File diff suppressed because one or more lines are too long

View file

@ -1,10 +0,0 @@
{
"id": "cicada-sync",
"name": "Cicada Synchronizer",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "uses Git to synchronize vaults for team collaboration.",
"author": "Adapole, Mahyar Mirrashed",
"authorUrl": "https://github.com/adapole",
"isDesktopOnly": true
}

View file

@ -1,15 +0,0 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.sync-title {
margin-top: 0;
}
.sync-conflicting-files {
margin-top: 0;
}

View file

@ -1,8 +1,5 @@
{
"deviceName": "Joachims-PC",
"remoteRepo": "git@github.com:adapole/obsidian-yaos.git",
"basePath": "C:\\Users\\Joachim\\AppData\\Local\\Obsidian\\resources\\electron.asar\\renderer",
"branchName": "main",
"syncImages": false,
"syncAudio": false,
"syncVideos": false,

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,10 @@
{
"id": "yet-another-obsidian-synchronizer",
"name": "Yet Another Obsidian Synchronizer",
"description": "This is yet another obsidian synchronizer that uses Git to synchronize your vault contents across devices.",
"version": "0.7.0",
"minAppVersion": "0.15.0",
"author": "Mahyar Mirrashed",
"authorUrl": "https://github.com/mahyarmirrashed",
"isDesktopOnly": true
}

View file

@ -0,0 +1,7 @@
.yaos-title {
margin-top: 0;
}
.yaos-conflicting-files {
margin-top: 0;
}