HTML

<dl>
  <dt>Beast of Bodmin</dt>
  <dd>A large feline inhabiting Bodmin Moor.</dd>

  <dt>Morgawr</dt>
  <dd>A sea serpent.</dd>
  <dd>Also known as a mermaid.</dd>
  <dd>Morgawr are bad ..........</dd>

  <dt>Owlman</dt>
  <dd>A giant owl-like creature.</dd>
</dl>
Beast of Bodmin
A large feline inhabiting Bodmin Moor.
Morgawr
A sea serpent.
Also known as a mermaid.
Morgawr are bad ..........
Owlman
A giant owl-like creature.

Markdown

Beast of Bodmin
: A large feline inhabiting Bodmin Moor.

Morgawr
: A sea serpent.
: Also known as a mermaid.
: Morgawr are bad ..........

Owlman
: A giant owl-like creature..
Beast of Bodmin
A large feline inhabiting Bodmin Moor.
Morgawr
A sea serpent.
Also known as a mermaid.
Morgawr are bad ..........
Owlman
A giant owl-like creature..

Yaml

https://learnxinyminutes.com/docs/yaml/
VERY GOOD YAML SUMMARY https://learnxinyminutes.com/docs/php/
look it over.....

elements:

  • symbol: C13
    • atomic-weight: 13.003354826
    • atomic-number: 12
  • symbol: O-18
    • atomic-weight: 17.9991603

[jaccaptions

  • FullpathAndFilename: extension: size: description: caption: credit:
  • FullpathAndFilename: extension: size: description: caption: credit:
  • FullpathAndFilename: extension: size: description: caption:

credit:


]

A Gallery, just a simple MD page.

title: Hiking Trip description: A bunch of photos from the hiking trip cover: ./hiking-trip/cover.jpg

List items in the page. with meta for each photo


date: 2019-03-15 start: 12:00 end: 13:00 label: michelangelo place: Palazzo delle Esposizioni, [Via Nazionale 194, Roma] description: Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris tags: art rinascimento


date: 2019-03-03 start: 10:00 end: 12:00 label: giotto place: Vatican Museums, Viale Vaticano 51, Città del Vaticano [41.906389,12.454444] description: Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur tags: art


https://github.com/GiovanniSalmeri/yellow-table
csv file and table use and manageing : and update
https://github.com/GiovanniSalmeri/yellow-yaml
smaller than spyc, and may still work
not sure if worht switching......
https://github.com/GiovanniSalmeri/yellow-pinboard
EXAMPLES OF CSV FILE USAGE......
Example of very simple YAML parse data
https://github.com/GiovanniSalmeri/yellow-diary/blob/main/diary.php
See php for these 2 easy lines for reading in the yaml file and sorting an array

Just 2 lines ??? and parseevents

    // Read and sort events
    $events = $this->parseEvents($eventListName);
    $sortType = ($timeSpan == "past" ? SORT_DESC : SORT_ASC);
    array_multisort(array_column($events, 0), $sortType, array_column($events, 1), $sortType, $events);
https://github.com/GiovanniSalmeri/yellow-figure/tree/main
IMAGES, EASIER WAY FOR CAPTIONING IMAGES
https://github.com/GiovanniSalmeri/yellow-filelist
complicated but JS filelist recursive from media folder....