obsidian-build
obsidian-build copied to clipboard
Split $.io.output into write and append
Currently, only $.io.output
is supported. This creates or overwrites a file. It would be better to have a $.io.write
and $.io.append
instead.