Everyone should install vscode+some LLMs, writing macros/addons just got easier. "mm->anki"
Hi,
in mid 2023, when there is only web Chatgpt 4 i copy/pasted many rounds of code to write
the mindmanager to anki macro script.
now, with vscode, you dont need copy/paste, the LLM directly read your script files on the disk;
it provide "snapshots" thru git (git commits).
you got better "engines" i.e. claude code cli or gemni cli that give you the ORIGINAL context window (somehow like the RAM size of the LLM), instead of copilot or cursor's minimal quota.
here is my V2 of mm2ak script. Previously, it's only QnA type, now (indeep just
refer the LLM to "obsidian to anki", it can grab the engine/logic for you) it support cloze too.
mindmap:
ankicard:
even with font color/background; boundaries(working)
yo~~
the topic notes could be write into COLLAPSABLE HTML tags!
so i further solved the [reference name] problem.
now i can have the reference name in end of topic text, or in topic notes,
and i got a macro to switch between them AUTOMATICALLY~
i cant imagine this years ago.
I like this idea
ps
"obsidian to anki" is an obsidian plugin that do same thing, but for obsidian.
And, you can refer LLM to it, to learn the idea, the algorhythm.
ask it to grab the logic and use in ur script!
"stand on the shoulder of the giants"
ps
"obsidian to anki" is an obsidian plugin that do same thing, but for obsidian.
And, you can refer LLM to it, to learn the idea, the algorhythm.
ask it to grab the logic and use in ur script!
"stand on the shoulder of the giants"
---