Skip to content

Commit

Permalink
Fixed obsidian publisher internal link slugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Jan 7, 2024
1 parent 46732c5 commit 5a5ab0c
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 1,161 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,87 @@
{
"github": {
"user": "",
"repo": "",
"branch": "main",
"automaticallyMergePR": true,
"tokenPath": "%configDir%/plugins/%pluginID%/env",
"api": {
"tiersForApi": "Github Free/Pro/Team (default)",
"hostname": ""
},
"workflow": {
"commitMessage": "[PUBLISHER] Merge",
"name": ""
},
"otherRepo": [],
"verifiedRepo": false,
"rateLimit": 0
},
"upload": {
"behavior": "fixed",
"defaultName": "",
"rootFolder": "",
"yamlFolderKey": "",
"frontmatterTitle": {
"enable": false,
"key": "title"
},
"replaceTitle": [],
"replacePath": [],
"autoclean": {
"enable": false,
"excluded": []
},
"folderNote": {
"enable": false,
"rename": "index.md",
"addTitle": {
"enable": false,
"key": "title"
}
},
"metadataExtractorPath": ""
},
"conversion": {
"hardbreak": false,
"dataview": true,
"censorText": [],
"tags": {
"inline": false,
"exclude": [],
"fields": []
},
"links": {
"internal": false,
"unshared": false,
"wiki": false,
"slugify": false
}
},
"embed": {
"attachments": true,
"overrideAttachments": [],
"keySendFile": [],
"notes": false,
"folder": "",
"convertEmbedToLinks": "keep",
"charConvert": "->"
},
"plugin": {
"shareKey": "share",
"fileMenu": false,
"editorMenu": false,
"excludedFolder": [],
"copyLink": {
"enable": false,
"links": "",
"removePart": [],
"addCmd": false
},
"noticeError": false,
"displayModalRepoEditing": false,
"migrated": true
},
"skipTopLevel": false,
"firstLevel": 2,
"maxLevel": 6,
Expand Down
Loading

0 comments on commit 5a5ab0c

Please sign in to comment.