# About this site
## Site legends and tips
### Note statuses
Each published note carries a `status`.
| Status | Meaning |
| ----------- | --------------------------------------------------------- |
| Active | Currently being written or significantly updated. |
| Confirmed | Planned and ready. Waiting to begin. |
| In Progress | Currently underway. |
| Ongoing | Published and continuously updated. No defined end point. |
| Annual | Recurring, updated once per year. |
| Maintenance | Live, receives minor edits only. |
| Completed | Done, not expected to change. |
| Paused | Was active, now on hold. |
### Breadcrumb navigation
Insert this Templater snippet into a note to print breadcrumb links to its current location.
> [!bug] If you have folder notes enabled, the final note link prints twice.
```js
<%* if (tp.file.folder(true).contains("/")) { %>[[<% tp.file.folder(true).replaceAll("/", "]] / [[") %>]] <%* } else { %> [[<% tp.file.folder(true) %>]] <%* } %> / [[<% tp.file.title %>]]
```
Example output:
```markdown
[[Home|Home]] -> [[Markdown breadcrumb navigation]]
```
## Credits
### Content license
Unless otherwise attributed, all original written content and images on this site are copyright Rebbecca Bishop ([[Sigrunixia]]), licensed under [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/).
### Publish theme
**Τα Ιόνια Νησιά** (_The Ionian Islands_) is a custom Obsidian Publish theme, built from scratch by [[Sigrunixia]].
- **Light mode:** _Καλημέρα, Όμορφο Νησί_ ("Good Morning, Beautiful Island")
- **Dark mode:** _Οἶνοψ Πόντος_ ("The Wine-Dark Sea")
Heading decorations respond to the real current time in Greece.
- The sun appears above the Ionian horizon during the day.
- The moon at night, in its current phase.
- If neither is above the horizon, only the sailing ship.
In dark mode, a sea serpent occasionally follows the ship across the H6 heading.
### Icons
[Lucide](https://lucide.dev) ([ISC License](https://lucide.dev/license)) provides miscellaneous link icons throughout the site.
[Dynalist Inc.](https://obsidian.md) provides the Obsidian logo.
[Game Icons](https://game-icons.net) ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) provides the decorative theme icons: the fishing boat and galley by [Delapouite](https://delapouite.com), and the sea serpent by [Lorc](https://lorcblog.blogspot.com).
Full checkbox icon credits are on the [[Custom Checkboxes]] page.