Skip to content

Commit

Permalink
STORY : Add lookup note.
Browse files Browse the repository at this point in the history
  • Loading branch information
crdoconnor committed Dec 24, 2023
1 parent 907fdca commit e05e7a2
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions hitch/story/lookup.story
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Lookup:

Just a note

** A subnote

A subnote of the top note.

* TODO Wash car :morning:

Car wash.
Expand All @@ -20,11 +24,22 @@ Lookup:
simple.jinja2: |
TITLE: {{ root.name }}

{{ root.body}}
steps:
- orji:
cmd: out simple.org//0 simple.jinja2
output: |
TITLE: A normal note

Just a note
{{ root.body }}
variations:
First note:
steps:
- orji:
cmd: out simple.org//0 simple.jinja2
output: |
TITLE: A normal note

Just a note

Sub note:
steps:
- orji:
cmd: out simple.org//0/0 simple.jinja2
output: |
TITLE: A subnote

A subnote of the top note.

0 comments on commit e05e7a2

Please sign in to comment.