chore: vault backup from Joachims-PC at 2024-08-08T12:15
This commit is contained in:
parent
eb7d1a918d
commit
b27eaec60c
2
.obsidian/community-plugins.json
vendored
2
.obsidian/community-plugins.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
[
|
[
|
||||||
"cicada-sync"
|
"yet-another-obsidian-synchronizer"
|
||||||
]
|
]
|
5764
.obsidian/plugins/cicada-sync/main.js
vendored
5764
.obsidian/plugins/cicada-sync/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/cicada-sync/manifest.json
vendored
10
.obsidian/plugins/cicada-sync/manifest.json
vendored
|
@ -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
|
|
||||||
}
|
|
15
.obsidian/plugins/cicada-sync/styles.css
vendored
15
.obsidian/plugins/cicada-sync/styles.css
vendored
|
@ -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;
|
|
||||||
}
|
|
|
@ -1,8 +1,5 @@
|
||||||
{
|
{
|
||||||
"deviceName": "Joachims-PC",
|
"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,
|
"syncImages": false,
|
||||||
"syncAudio": false,
|
"syncAudio": false,
|
||||||
"syncVideos": false,
|
"syncVideos": false,
|
5670
.obsidian/plugins/yet-another-obsidian-synchronizer/main.js
vendored
Normal file
5670
.obsidian/plugins/yet-another-obsidian-synchronizer/main.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
10
.obsidian/plugins/yet-another-obsidian-synchronizer/manifest.json
vendored
Normal file
10
.obsidian/plugins/yet-another-obsidian-synchronizer/manifest.json
vendored
Normal 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
|
||||||
|
}
|
7
.obsidian/plugins/yet-another-obsidian-synchronizer/styles.css
vendored
Normal file
7
.obsidian/plugins/yet-another-obsidian-synchronizer/styles.css
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.yaos-title {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yaos-conflicting-files {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
Loading…
Reference in a new issue