codeblock-completer icon indicating copy to clipboard operation
codeblock-completer copied to clipboard

Results 3 codeblock-completer issues
Sort by recently updated
recently updated
newest added

Actually, it's three minor bugs all related to the codeblock label: 1. even turning the setting off, the `{}` still gets appended 2. the `{}` shouldn't be appended for code...

In the v0.0.13, and `obsidian==1.9.14`, inserting a python code block looks like this: The above code block is missing a blank line. The ideal appearance should be like this: This...