-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from bulhakovolexii/obsidian
Add obsidian folder with publisher plugin
- Loading branch information
Showing
14 changed files
with
349 additions
and
1,208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"accentColor": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ | ||
"obsidian-mkdocs-publisher" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"file-explorer": true, | ||
"global-search": true, | ||
"switcher": true, | ||
"graph": true, | ||
"backlink": true, | ||
"canvas": true, | ||
"outgoing-link": true, | ||
"tag-pane": true, | ||
"properties": false, | ||
"page-preview": true, | ||
"daily-notes": true, | ||
"templates": true, | ||
"note-composer": true, | ||
"command-palette": true, | ||
"slash-command": false, | ||
"editor-status": true, | ||
"bookmarks": true, | ||
"markdown-importer": false, | ||
"zk-prefixer": false, | ||
"random-note": false, | ||
"outline": true, | ||
"word-count": true, | ||
"slides": false, | ||
"audio-recorder": false, | ||
"workspaces": false, | ||
"file-recovery": true, | ||
"publish": false, | ||
"sync": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
"file-explorer", | ||
"global-search", | ||
"switcher", | ||
"graph", | ||
"backlink", | ||
"canvas", | ||
"outgoing-link", | ||
"tag-pane", | ||
"page-preview", | ||
"daily-notes", | ||
"templates", | ||
"note-composer", | ||
"command-palette", | ||
"editor-status", | ||
"bookmarks", | ||
"outline", | ||
"word-count", | ||
"file-recovery" | ||
] |
87 changes: 87 additions & 0 deletions
87
docs/_obsidian/.obsidian/plugins/obsidian-mkdocs-publisher/data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"github": { | ||
"user": "bulhakovolexii", | ||
"repo": "bilux-calc", | ||
"branch": "main", | ||
"automaticallyMergePR": true, | ||
"tokenPath": "%configDir%/plugins/%pluginID%/env", | ||
"api": { | ||
"tiersForApi": "Github Free/Pro/Team (default)", | ||
"hostname": "" | ||
}, | ||
"workflow": { | ||
"commitMessage": "[PUBLISHER] Merge", | ||
"name": "" | ||
}, | ||
"otherRepo": [], | ||
"verifiedRepo": true, | ||
"rateLimit": 4998 | ||
}, | ||
"upload": { | ||
"behavior": "obsidian", | ||
"defaultName": "docs", | ||
"rootFolder": "", | ||
"yamlFolderKey": "", | ||
"frontmatterTitle": { | ||
"enable": false, | ||
"key": "title" | ||
}, | ||
"replaceTitle": [], | ||
"replacePath": [], | ||
"autoclean": { | ||
"enable": false, | ||
"excluded": [] | ||
}, | ||
"folderNote": { | ||
"enable": true, | ||
"rename": "index.md", | ||
"addTitle": { | ||
"enable": false, | ||
"key": "title" | ||
} | ||
}, | ||
"metadataExtractorPath": "" | ||
}, | ||
"conversion": { | ||
"hardbreak": false, | ||
"dataview": true, | ||
"censorText": [], | ||
"tags": { | ||
"inline": false, | ||
"exclude": [], | ||
"fields": [] | ||
}, | ||
"links": { | ||
"internal": true, | ||
"unshared": true, | ||
"wiki": true, | ||
"slugify": true | ||
} | ||
}, | ||
"embed": { | ||
"attachments": true, | ||
"overrideAttachments": [], | ||
"keySendFile": [], | ||
"notes": false, | ||
"folder": "", | ||
"convertEmbedToLinks": "keep", | ||
"charConvert": "->", | ||
"useObsidianFolder": true | ||
}, | ||
"plugin": { | ||
"shareKey": "share", | ||
"fileMenu": false, | ||
"editorMenu": false, | ||
"excludedFolder": [], | ||
"copyLink": { | ||
"enable": false, | ||
"links": "", | ||
"removePart": [], | ||
"addCmd": false | ||
}, | ||
"noticeError": false, | ||
"displayModalRepoEditing": false, | ||
"migrated": true | ||
}, | ||
"tabsID": "plugin-settings" | ||
} |
48 changes: 48 additions & 0 deletions
48
docs/_obsidian/.obsidian/plugins/obsidian-mkdocs-publisher/main.js
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
docs/_obsidian/.obsidian/plugins/obsidian-mkdocs-publisher/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"id": "obsidian-mkdocs-publisher", | ||
"name": "Github Publisher", | ||
"version": "6.12.5", | ||
"minAppVersion": "0.15.4", | ||
"description": "Github Publisher helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", | ||
"author": "Mara-Li", | ||
"authorUrl": "https://github.com/Mara-Li", | ||
"fundingUrl": "https://ko-fi.com/lisandra_dev", | ||
"isDesktopOnly": false, | ||
"helpUrl": "https://obsidian-publisher.netlify.app" | ||
} |
1 change: 1 addition & 0 deletions
1
docs/_obsidian/.obsidian/plugins/obsidian-mkdocs-publisher/styles.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
{ | ||
"main": { | ||
"id": "dd90678d61955e05", | ||
"type": "split", | ||
"children": [ | ||
{ | ||
"id": "c3f7f60925ae3c1e", | ||
"type": "tabs", | ||
"children": [ | ||
{ | ||
"id": "20f32341881d7db3", | ||
"type": "leaf", | ||
"state": { | ||
"type": "empty", | ||
"state": {} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"direction": "vertical" | ||
}, | ||
"left": { | ||
"id": "9d414f3e0d7537f7", | ||
"type": "split", | ||
"children": [ | ||
{ | ||
"id": "69581b5cef405ca1", | ||
"type": "tabs", | ||
"children": [ | ||
{ | ||
"id": "8deb112c08797cf9", | ||
"type": "leaf", | ||
"state": { | ||
"type": "file-explorer", | ||
"state": { | ||
"sortOrder": "alphabetical" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "4e572a39b38d342f", | ||
"type": "leaf", | ||
"state": { | ||
"type": "search", | ||
"state": { | ||
"query": "", | ||
"matchingCase": false, | ||
"explainSearch": false, | ||
"collapseAll": false, | ||
"extraContext": false, | ||
"sortOrder": "alphabetical" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "5cf723e295f851ef", | ||
"type": "leaf", | ||
"state": { | ||
"type": "bookmarks", | ||
"state": {} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"direction": "horizontal", | ||
"width": 300 | ||
}, | ||
"right": { | ||
"id": "d73d1f0058f45796", | ||
"type": "split", | ||
"children": [ | ||
{ | ||
"id": "b8369516657a55c3", | ||
"type": "tabs", | ||
"children": [ | ||
{ | ||
"id": "0f72b564aa28e7a4", | ||
"type": "leaf", | ||
"state": { | ||
"type": "backlink", | ||
"state": { | ||
"collapseAll": false, | ||
"extraContext": false, | ||
"sortOrder": "alphabetical", | ||
"showSearch": false, | ||
"searchQuery": "", | ||
"backlinkCollapsed": false, | ||
"unlinkedCollapsed": true | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "f4bb95be8d830364", | ||
"type": "leaf", | ||
"state": { | ||
"type": "outgoing-link", | ||
"state": { | ||
"linksCollapsed": false, | ||
"unlinkedCollapsed": true | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "d5678ac226f69e43", | ||
"type": "leaf", | ||
"state": { | ||
"type": "tag", | ||
"state": { | ||
"sortOrder": "frequency", | ||
"useHierarchy": true | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "6ae7e513720f442d", | ||
"type": "leaf", | ||
"state": { | ||
"type": "outline", | ||
"state": {} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"direction": "horizontal", | ||
"width": 300, | ||
"collapsed": true | ||
}, | ||
"left-ribbon": { | ||
"hiddenItems": { | ||
"switcher:Відкрити провідник файлів": false, | ||
"graph:Граф": false, | ||
"canvas:Створити нове полотно": false, | ||
"daily-notes:Сьогоднішня нотатка": false, | ||
"templates:Вставити шаблон": false, | ||
"command-palette:Відкрити меню команд": false | ||
} | ||
}, | ||
"active": "20f32341881d7db3", | ||
"lastOpenFiles": [] | ||
} |
Oops, something went wrong.