Hi there,
I have the following thing I want to do with Drafts:
I have a list with 7 items (always 7), like this:
- Earth
- Europe
- Germany
- Stuttgart
- Mauerstraße
- 7
- Hinterhaus
Now I want to reverse the order of the items to
- Hinterhaus
- 7
- Mauerstraße
- Stuttgart
- Germany
- Europe
- Earth
And as a last step I would like to add specific text in front of each line, always the same text, so it looks like this:
- Etage: Hinterhaus
- Number: 7
- street: Mauerstraße
- city: Stuttgart
- country: Germany
- continent: Europe
- planet: Earth
How can I achieve this (as you can see I have no idea how to use JavaScript for this…)
Thanks in advance…