-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathmarkdownload-config.json
31 lines (31 loc) · 1.2 KB
/
markdownload-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"backmatter": "",
"bulletListMarker": "-",
"codeBlockStyle": "fenced",
"contextMenus": true,
"customCopiedText": "[{pageTitleWithoutSiteName}]({baseURI}) ([双语机翻译文](https://clip.owenyoung.com/{date:YYYY}/{date:MM}/{date:DD}/{slug}/))",
"disallowedChars": "[]#^,'’",
"downloadImages": true,
"downloadMode": "downloadsApi",
"emDelimiter": "_",
"fence": "```",
"frontmatter": "---\ntitle: \"{pageTitleWithoutSiteName}\"\ndate: {date:YYYY-MM-DDTHH:mm:ss}+08:00\nupdated: {date:YYYY-MM-DDTHH:mm:ss}+08:00\ntaxonomies:\n tags: {tags}\nextra:\n source: {baseURI}\n hostname: {hostname}\n author: {byline}\n original_title: \"{title}\"\n original_lang: {lang}\n---\n",
"headingStyle": "atx",
"hr": "___",
"imagePrefix": "",
"imageRefStyle": "inlined",
"imageStyle": "markdown",
"includeTemplate": true,
"linkReferenceStyle": "full",
"linkStyle": "inlined",
"mdClipsFolder": "clip/content/{date:YYYY}/{date:MM}/{date:DD}/{slug}",
"obsidianFolder": "",
"obsidianIntegration": false,
"obsidianVault": "",
"saveAs": false,
"strongDelimiter": "**",
"tags": "Finace,Tech,Dev,Politics,China",
"timezone": "Asia/Shanghai",
"title": "index",
"turndownEscape": true
}