Initial commit
This commit is contained in:
93
.obsidian/plugins/obsidian-mkdocs-publisher/data.json
vendored
Normal file
93
.obsidian/plugins/obsidian-mkdocs-publisher/data.json
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"github": {
|
||||
"branch": "main",
|
||||
"automaticallyMergePR": true,
|
||||
"api": {
|
||||
"tiersForApi": "Github Free/Pro/Team (default)",
|
||||
"hostname": ""
|
||||
},
|
||||
"workflow": {
|
||||
"name": "",
|
||||
"commitMessage": "[PUBLISHER] MERGE"
|
||||
},
|
||||
"tokenPath": ".obsidian/plugins/obsidian-mkdocs-publisher/env",
|
||||
"verifiedRepo": true,
|
||||
"repo": "",
|
||||
"user": "",
|
||||
"otherRepo": []
|
||||
},
|
||||
"upload": {
|
||||
"behavior": "fixed",
|
||||
"subFolder": "",
|
||||
"defaultName": "content/post",
|
||||
"rootFolder": "",
|
||||
"yamlFolderKey": "",
|
||||
"frontmatterTitle": {
|
||||
"enable": true,
|
||||
"key": "title"
|
||||
},
|
||||
"replaceTitle": [],
|
||||
"autoclean": {
|
||||
"enable": false,
|
||||
"excluded": [
|
||||
"docs/assets/js",
|
||||
"docs/assets/meta",
|
||||
"docs/assets/css",
|
||||
"tags.md",
|
||||
"graph.md"
|
||||
]
|
||||
},
|
||||
"folderNote": {
|
||||
"enable": true,
|
||||
"rename": "index.md"
|
||||
},
|
||||
"metadataExtractorPath": "",
|
||||
"replacePath": []
|
||||
},
|
||||
"conversion": {
|
||||
"hardbreak": false,
|
||||
"dataview": false,
|
||||
"censorText": [
|
||||
{
|
||||
"entry": "/!\\[\\[([^[\\]]+)\\]\\]/gi",
|
||||
"replace": "",
|
||||
"after": false
|
||||
},
|
||||
{
|
||||
"entry": "/\\[\\[([^|\\]]+)\\|([^\\]]+)\\]\\]|\\[\\[([^\\]|]+)\\]\\]/gi",
|
||||
"replace": "[$2$3]({{< ref \"$1$3\" >}})",
|
||||
"after": false
|
||||
}
|
||||
],
|
||||
"tags": {
|
||||
"inline": false,
|
||||
"exclude": [],
|
||||
"fields": []
|
||||
},
|
||||
"links": {
|
||||
"internal": false,
|
||||
"unshared": false,
|
||||
"wiki": false
|
||||
}
|
||||
},
|
||||
"embed": {
|
||||
"attachments": true,
|
||||
"keySendFile": [],
|
||||
"notes": true,
|
||||
"folder": "content/images"
|
||||
},
|
||||
"plugin": {
|
||||
"shareKey": "share",
|
||||
"fileMenu": true,
|
||||
"editorMenu": true,
|
||||
"excludedFolder": [],
|
||||
"copyLink": {
|
||||
"enable": false,
|
||||
"links": "",
|
||||
"removePart": [],
|
||||
"addCmd": false
|
||||
},
|
||||
"noticeError": false,
|
||||
"displayModalRepoEditing": true
|
||||
}
|
||||
}
|
||||
64
.obsidian/plugins/obsidian-mkdocs-publisher/main.js
vendored
Normal file
64
.obsidian/plugins/obsidian-mkdocs-publisher/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-mkdocs-publisher/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-mkdocs-publisher/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-mkdocs-publisher",
|
||||
"name": "Github Publisher",
|
||||
"version": "6.3.2",
|
||||
"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
|
||||
}
|
||||
1
.obsidian/plugins/obsidian-mkdocs-publisher/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-mkdocs-publisher/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user