Taitava / obsidian-shellcommands

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
GNU General Public License v3.0
348 stars 11 forks source link

Internal: Refactor variable parsing to become asynchronous #265

Closed Taitava closed 1 year ago

Taitava commented 2 years ago

Some new variables depend on Obsidian API methods that return JavaScript Promises instead of direct values. One of these variables is #77 {{note_content}}. I'm not going into much details here on how the refactoring is done. I've done it already, just needed an issue that I can reference in commits.

Taitava commented 1 year ago

Released now.