update
This commit is contained in:
7
.obsidian/plugins/github-sync/data.json
vendored
Normal file
7
.obsidian/plugins/github-sync/data.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"remoteURL": "https://gitea.dariow.fr",
|
||||
"gitLocation": "",
|
||||
"syncinterval": 0,
|
||||
"isSyncOnLoad": true,
|
||||
"checkStatusOnLoad": true
|
||||
}
|
4870
.obsidian/plugins/github-sync/main.js
vendored
Normal file
4870
.obsidian/plugins/github-sync/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/github-sync/manifest.json
vendored
Normal file
10
.obsidian/plugins/github-sync/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "github-sync",
|
||||
"name": "GitHub Sync",
|
||||
"version": "1.0.6",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Sync vault to personal GitHub.",
|
||||
"author": "Kevin Chin",
|
||||
"authorUrl": "https://kevin.gd/",
|
||||
"isDesktopOnly": true
|
||||
}
|
42
.obsidian/plugins/github-sync/styles.css
vendored
Normal file
42
.obsidian/plugins/github-sync/styles.css
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
/*
|
||||
|
||||
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.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
.gh-sync-ribbon
|
||||
{
|
||||
order: 100;
|
||||
}
|
||||
|
||||
.gh-sync-status
|
||||
{
|
||||
order: -1;
|
||||
}
|
||||
|
||||
.howto {
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.howto_title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.howto_text {
|
||||
color: var(--text-muted);
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.my-plugin-setting-text {
|
||||
width: 30em;
|
||||
}
|
||||
|
||||
.my-plugin-setting-text2 {
|
||||
width: 30em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user