# About this site ## Site legends and tips ### Note statuses Each published note carries a `status`. #### Active Currently being written or significantly updated. #### 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 **Sailing the Ionian Sea** is a custom Obsidian Publish theme built from scratch by [[Sigrunixia]]. - Light mode: *Καλημέρα Ιόνια νησιά* - warm marble, sand, and deep Ionian navy - Dark mode: *Το αυγό του Σκοτεινού Δράκου* - near-black void, electric blue, and gold ### Icons Icons are sourced from multiple packs. [Lucide](https://lucide.dev) ([ISC License](https://lucide.dev/license)) is the primary source, used in [[Custom Checkboxes]] and miscellaneous link icons throughout the site. Additional packs will be credited here as they are added.