# Executable Markdown File ## Metadata **Status**:: #x **Zettel**:: #zettel/permanent **Topic**:: [[♯ Obsidian]] **Created**:: [[2022-10-15]] ## Synopsis Inspired by Excalidraw for Obsidian scripts. ### Python ~~~python #!/usr/bin/env python3 """ ```python # """ print(1) ~~~ Example:: [[ob-calibre]] ### Bash ~~~sh #!/usr/bin/env bash : <<':' ```sh : echo 1 ~~~ Example:: [[ob-file-tasks]] ### JavaScript ~~~javascript /* ```javascript */ console.log(1) ~~~ Example:: [[Select Elements of Type]]