Let’s say have a note with five children, e.g., Item 1, Item 2, Item 3, Item 4, Item 5.
I want to create an action/expression that will collect the children and then insert and list them in text in the order they are in outline and prefaced with bullets (•), letters (a-b), numbers (1-2), or Roman numerals (I-II). I want to control the character following the preface, e.g., . or ). I do not want to use HTML or markdown, looking for text.
The collection is easy.
the .each is easy.
The inserting of the action is easy (Note: I’m not sure how I’d use the new expression feature with this).
Also, I’m not sure of is whether Tinderbox and an operator do the auto number generation.
Can anyone help?