notebook/notes/.obsidian/plugins/obsidian-to-anki-plugin/data.json

122 lines
3.1 KiB
JSON
Raw Normal View History

2024-02-01 14:34:27 +00:00
{
"settings": {
"CUSTOM_REGEXPS": {
"Basic": "",
"Basic (and reversed card)": "",
"Basic (optional reversed card)": "",
"Cloze": "",
"Image Occlusion": "",
"Image Occlusion Enhanced": ""
},
"FILE_LINK_FIELDS": {
"Basic": "Reference",
"Basic (and reversed card)": "Front",
"Basic (optional reversed card)": "Front",
"Cloze": "Reference",
"Image Occlusion": "Occlusion",
"Image Occlusion Enhanced": "ID (hidden)"
},
"CONTEXT_FIELDS": {
"Basic": "Context",
"Cloze": "Context"
},
"FOLDER_DECKS": {
"Linux": "",
"linux": ""
},
"FOLDER_TAGS": {
"Linux": "",
"linux": ""
},
"Syntax": {
"Begin Note": "%%ANKI",
"End Note": "END%%",
"Begin Inline Note": "STARTI",
"End Inline Note": "ENDI",
"Target Deck Line": "TARGET DECK",
"File Tags Line": "FILE TAGS",
"Delete Note Line": "DELETE",
"Frozen Fields Line": "FROZEN"
},
"Defaults": {
"Scan Directory": "",
"Tag": "",
"Deck": "Obsidian",
"Scheduling Interval": 0,
"Add File Link": false,
"Add Context": true,
"CurlyCloze": true,
"CurlyCloze - Highlights to Clozes": true,
"ID Comments": true,
"Add Obsidian Tags": true
},
"IGNORED_FILE_GLOBS": [
"**/*.excalidraw.md"
]
},
"Added Media": [],
"File Hashes": {
"index.md": "e48e895feeed7046425bb2ee15419770",
"Linux/Signals.md": "f58f1a36a9fe53928fdc3dc02fc4c3e3",
"linux/index.md": "6e50c924ee9e09294fd3b907fbdeaf0f",
"linux/signals.md": "e9ab74723981ebc232189c84d3b0da74",
"templates/daily.md": "7866014e730e85683155207a02e367d8",
2024-02-01 14:34:27 +00:00
"daily/2024-01-31.md": "72e343cef8d56e169cac7b360a88fcf0",
"posix/index.md": "f7b1ae55f8f5e8f50f89738b1aca9111",
"posix/signals.md": "2120ddd933fc0d57abb93c33f639afd8",
"gawk.md": "4517acfbf4e186e8cc66a9002fbad73f",
2024-02-01 14:34:27 +00:00
"bash/index.md": "3b5296277f095acdf16655adcdf524af",
"bash/shebang.md": "ad178efeb4a05190b80b5df108c175c7",
"bash/robustness.md": "de97cd77aae047b5eea27440b43c9c42",
"journal/2024-02-01.md": "f4cc061bfc8e41ce15ae9a354c65ffe9",
"journal/2024-01-31.md": "7c7fbfccabc316f9e676826bf8dfe970",
"bash/quoting.md": "b1d8869a91001f8b22f0cdc54d806f61",
"nix/callPackage.md": "5ef6bc5d1a549c55d43ebb4d48c64427",
"nix/index.md": "dd5ddd19e95d9bdbe020c68974d77a33"
2024-02-01 14:34:27 +00:00
},
"fields_dict": {
"Basic": [
"Front",
"Back",
"Reference",
"Context"
],
"Basic (and reversed card)": [
"Front",
"Back",
"Reference"
],
"Basic (optional reversed card)": [
"Front",
"Back",
"Reference",
"Add Reverse"
],
"Cloze": [
"Text",
"Reference",
"Context"
],
"Image Occlusion": [
"Occlusion",
"Image",
"Header",
"Back Extra",
"Comments"
],
"Image Occlusion Enhanced": [
"ID (hidden)",
"Header",
"Image",
"Question Mask",
"Footer",
"Remarks",
"Sources",
"Extra 1",
"Extra 2",
"Answer Mask",
"Original Mask",
"Reference"
]
}
}