reuseman / flashcards-obsidian

🎴 An Anki plugin for Obsidian.md
MIT License
897 stars 87 forks source link

Feat: Generate URI in 'Source' to point directly to a block. #191

Open zzhirong opened 1 year ago

zzhirong commented 1 year ago

Obsidian already supports URI to a block by block ID through the URI 'obsidian://open?file=file#^block_id'. Please note that the 'file#^block_id' part needs to be URI encoded. Therefore, the URI in the 'Source' field will be 'obsidian://open?file={file}%23%5E{block_id}'.