Include illustration in code-notes
This commit is contained in:
parent
3d57252d02
commit
d30ae9a78b
2 changed files with 2 additions and 2 deletions
BIN
ha-code-notes-illustration.png
Normal file
BIN
ha-code-notes-illustration.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -36,8 +36,8 @@ When I [[file:ha-capturing-notes.org][capture notes]] with a link to some source
|
||||||
digraph G {
|
digraph G {
|
||||||
rankdir=LR;
|
rankdir=LR;
|
||||||
// Make to icons side-by-side
|
// Make to icons side-by-side
|
||||||
code_file [shape=note, label="", fixedsize=true, width=1, height=1.5];
|
code_file [shape=note, label="def square(x):\l return x*x", fontname="Inconsolata", fixedsize=true, width=2.2, height=1, fontsize=10];
|
||||||
note_file [shape=note, label="", fixedsize=true, width=1, height=1.5];
|
note_file [shape=note, label="* Square\lThoughts on function.\l", fixedsize=true, width=2.2, height=1];
|
||||||
|
|
||||||
// Create a couple of label to live _below_ the icons:
|
// Create a couple of label to live _below_ the icons:
|
||||||
code_label [shape=plaintext, label="foobar.py"];
|
code_label [shape=plaintext, label="foobar.py"];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue