2026-01-28T15:01:51
This commit is contained in:
8
snippets/org-mode/cypher-block
Normal file
8
snippets/org-mode/cypher-block
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: cypher src block + image link
|
||||
# key: <n
|
||||
# --
|
||||
#+begin_src cypher :port 7687 :file ./${1:test}.png
|
||||
$0
|
||||
#+end_src
|
||||
[[./$1.png]]
|
||||
Reference in New Issue
Block a user