Skip to content

Commit

Permalink
Merge pull request #2 from HeyItsGilbert/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 28, 2024
2 parents 9f18ed8 + 4aea732 commit f8f8f65
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions presets/quartz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"github": {
"branch": "v4",
"automaticallyMergePR": true,
"tokenPath": ".obsidian/plugins/obsidian-mkdocs-publisher/env",
"api": {
"tiersForApi": "Github Free/Pro/Team (default)",
"hostname": ""
},
"workflow": {
"commitMessage": "[PUBLISHER] MERGE",
"name": ""
},
"tokenPath": ".obsidian/plugins/obsidian-mkdocs-publisher/env",
"verifiedRepo": true
},
"upload": {
"behavior": "obsidian",
"defaultName": "content",
"rootFolder": "",
"yamlFolderKey": "",
"frontmatterTitle": {
"enable": true,
"key": "title"
},
"replaceTitle": [],
"replacePath": [],
"autoclean": {
"enable": false,
"excluded": []
},
"folderNote": {
"enable": true,
"rename": "_index.md",
"addTitle": {
"enable": true,
"key": "title"
}
},
"metadataExtractorPath": "",
"subFolder": ""
},
"conversion": {
"hardbreak": false,
"dataview": true,
"censorText": [],
"tags": {
"inline": true,
"exclude": [],
"fields": []
},
"links": {
"internal": false,
"unshared": false,
"wiki": false,
"slugify": false
}
},
"embed": {
"attachments": true,
"keySendFile": [],
"notes": true,
"folder": "",
"useObsidianFolder": true
}
}

0 comments on commit f8f8f65

Please sign in to comment.