jingyi's blog

Obsidian 101

  1. add aliases to a markdown file

just add a YAML metadata like this:

---
aliases: [事件驱动 I/O, Event Driven I/O]
---

Note that if you use obsidian anki plugin and ruled style, the metadata field will be treated as anki card.

Change the regex line to this:

((?:[^\n][\n]?)+\n)-{4,}((?:\n(?:^.{1,3}$|^.{4}(?<!<!--).*))*)

And use four or more dashes to separate question and answer.

more tips to come, stay tuned :)

#notetaking