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

161 lines
4.8 KiB
JSON

{
"settings": {
"CUSTOM_REGEXPS": {
"Basic": "",
"Basic (and reversed card)": "",
"Basic (optional reversed card)": "",
"Cloze": "",
"Image Occlusion": "",
"Image Occlusion Enhanced": ""
},
"FILE_LINK_FIELDS": {
"Basic": "Front",
"Basic (and reversed card)": "Front",
"Basic (optional reversed card)": "Front",
"Cloze": "Text",
"Image Occlusion": "Occlusion",
"Image Occlusion Enhanced": "ID (hidden)"
},
"CONTEXT_FIELDS": {
"Basic": "Context",
"Cloze": "Context"
},
"FOLDER_DECKS": {
"algorithms": "",
"bash": "",
"c": "",
"gawk": "",
"journal": "",
"logic": "",
"lua": "",
"nix": "",
"posix": "",
"templates": "",
"algorithms/sorting": ""
},
"FOLDER_TAGS": {
"algorithms": "",
"bash": "",
"c": "",
"gawk": "",
"journal": "",
"logic": "",
"lua": "",
"nix": "",
"posix": "",
"templates": "",
"algorithms/sorting": ""
},
"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": false
},
"IGNORED_FILE_GLOBS": [
"**/*.excalidraw.md"
]
},
"Added Media": [],
"File Hashes": {
"algorithms/index.md": "1583c07edea4736db27c38fe2b6c4c31",
"algorithms/sorting/index.md": "7b3b43d63ab2143e1314bb1b4e8392d2",
"algorithms/sorting/insertion-sort.md": "6ad645860c9c281eb8eb06c93135746f",
"bash/index.md": "3b5296277f095acdf16655adcdf524af",
"bash/prompts.md": "61cb877e68da040a15b85af76b1f68ba",
"bash/quoting.md": "b1d8869a91001f8b22f0cdc54d806f61",
"bash/robustness.md": "7ab094b95ba2bfa885adba8e9efedf68",
"bash/shebang.md": "9006547710f9a079a3666169fbeda7aa",
"c/escape-sequences.md": "0d6219ebb51f6f21e026de67603e25b8",
"c/index.md": "aa8a34c62e7bc284ff589e28609222dc",
"gawk/index.md": "d23f281fcfef7169a1ab68b974359c5b",
"gawk/variables.md": "4482c297e7f4f5987f42f1926a880ca7",
"index.md": "e48e895feeed7046425bb2ee15419770",
"journal/2024-01-31.md": "7c7fbfccabc316f9e676826bf8dfe970",
"journal/2024-02-01.md": "3aa232387d2dc662384976fd116888eb",
"journal/2024-02-02.md": "a3b222daee8a50bce4cbac699efc7180",
"journal/2024-02-03.md": "c6d411f0e2e964270399dd3a99f48382",
"logic/index.md": "3084b41fe1451259a0cf3e54560c2e85",
"logic/propositional.md": "e7dbb24674336beb44dc9ef4c9ae51ff",
"lua/index.md": "26632dae1f852519e2f1af11d65c34eb",
"nix/callPackage.md": "59796c480e2856fa7491f62ceb7e3c9c",
"nix/index.md": "dd5ddd19e95d9bdbe020c68974d77a33",
"posix/index.md": "f7b1ae55f8f5e8f50f89738b1aca9111",
"posix/signals.md": "2120ddd933fc0d57abb93c33f639afd8",
"templates/daily.md": "7866014e730e85683155207a02e367d8",
"posix/regexp.md": "2529451da41c81b891ea8ce82cca549e",
"journal/2024-02-04.md": "e2b5678fc53d7284b71ed6820c02b954",
"gawk/regexp.md": "dbd5f9f85a2658b304a635a47379e871",
"_templates/daily.md": "7866014e730e85683155207a02e367d8",
"_journal/2024-02-05.md": "f8505abd415c50fd97c81fd6153a6d4f",
"_journal/2024-02-06.md": "1ea415f3c3f5be17f796b9a0d4df565f",
"_journal/2024-02-04.md": "f77a3c5f3ce7969120f226738836dc92",
"_journal/2024-02-03.md": "c6d411f0e2e964270399dd3a99f48382",
"_journal/2024-02-02.md": "a3b222daee8a50bce4cbac699efc7180",
"_journal/2024-02-01.md": "3aa232387d2dc662384976fd116888eb",
"_journal/2024-01-31.md": "7c7fbfccabc316f9e676826bf8dfe970",
"logic/equiv-trans.md": "82a3376977bc5579fba5f9201c9f2c14",
"_journal/2024-02-07.md": "9197386e8caaf9502f12fdc10d68fa9f"
},
"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"
]
}
}