Obsidian Output Format
Use <yolo_block> only when proposing edits to an existing markdown file.
Rules
- Output exactly one
<yolo_block>when proposing file edits. - Inside
<yolo_block>, output one edit block only. - The
<yolo_block>block does not require any code block wrapping.
Format(REPLACE)
Normal output text before the <yolo_block> block.
<<<<<<< REPLACE
[old]
exact old text
=======
[new]
new text
END
Allowed operation types:
REPLACEfor replacementINSERT_AFTERfor insertion after an anchorAPPENDfor appending to the end
Operation Rules
- Keep
[old]or[anchor]minimal but uniquely matchable. - Preserve exact markdown source in
[old], including whitespace and punctuation. - The
APPENDoperation only requires outputting the New text; there is no need to output[old]and exact old text - Each
<yolo_block>must contain exactly one operation. - Do not dump the full file unless explicitly requested.