This commit is contained in:
2025-08-05 15:15:36 +02:00
parent 4bd960ed05
commit 7fabb4163a
192 changed files with 14901 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"/Users/despiegk/code/git.threefold.info/tfgrid/hero_research/hero/osis/heroscript/example/testFile.md": "f6e8b6a32349c262cb9afbea771c5add", "/Users/despiegk/code/git.threefold.info/tfgrid/hero_research/hero/osis/heroscript/example/sub/test file 2.md": "0ecc29046b6ef743481358e4c5630a6d"}

View File

@@ -0,0 +1,15 @@
# header
!!product.define
id:33
name:aproduct
description:'
this is a multiline
we need to remove the
this will stay 4 chars in
end
'
price:10.0
something else

View File

@@ -0,0 +1,22 @@
!!user.define
oid:abc123
name:John
description:'
this is a multiline
we need to remove the
this will stay 4 chars in
end
'
age:30
city:'New York'
```heroscript
!!user.define
oid:4nd
name:John2
age:40
city:bxl
```