Jafner.net/dotfiles/config/markdownload/MarkDownload-settings.json

28 lines
873 B
JSON
Raw Normal View History

2024-06-04 03:04:47 -07:00
{
"headingStyle": "atx",
"hr": "---",
"bulletListMarker": "-",
"codeBlockStyle": "fenced",
"fence": "```",
"emDelimiter": "*",
"strongDelimiter": "**",
"linkStyle": "inlined",
"linkReferenceStyle": "full",
"imageStyle": "originalSource",
"imageRefStyle": "inlined",
"frontmatter": "---\ncreated: {date:YYYY-MM-DDTHH:mm:ss} (UTC {date:Z})\ntags: [{keywords}]\nsource: {baseURI}\nauthor: {byline}\n---\n\n# {pageTitle}\n\n> ## Excerpt\n> {excerpt}\n\n---",
"backmatter": "",
"title": "{pageTitle}",
"includeTemplate": true,
"saveAs": false,
"downloadImages": true,
"imagePrefix": "img/{pageTitle}/",
"mdClipsFolder": "MarkDownload",
"disallowedChars": "[]#^",
"downloadMode": "downloadsApi",
"turndownEscape": true,
"contextMenus": true,
"obsidianIntegration": true,
"obsidianVault": "Notes",
"obsidianFolder": "Webclips"
}