ref: last doc/index changes.
This commit is contained in:
@@ -3,9 +3,7 @@ title: Astro-WikiBonsai
|
||||
date: '2023-10-04'
|
||||
---
|
||||
|
||||
Welcome to Astro-WikiBonsai.
|
||||
|
||||
It's a [[digital-garden]], whose defining feature are [[wikirefs]] (aka "bidirectional link"). These are links using the `[[double-square-bracket]]` syntax that link between files within a collection of markdown files. They can be used in any and all markdown files across the site, though unique filenames are required.
|
||||
Astro-WikiBonsai is a [[digital-garden]], whose defining feature are [[wikirefs]] (aka "bidirectional link"). These are links using the `[[double-square-bracket]]` syntax that link between files within a collection of markdown files. They can be used in any and all markdown files across the site, though unique filenames are required.
|
||||
|
||||
[[wikibonsai]] style gardens in particular add a [[semantic-tree]], which is viewable as a sort of #tag tree called the [map-page](/map). It is built from [[index-type|index files]] whose content defines its structure using markdown lists and `[[wikirefs]]`. The files linked in the semantic tree are primarily [[entry-type|entries]] which act as concept summaries, much like a Wikipedia page. Each entry also displays back references, such as which posts link to those entries.
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ _WikiAttrs_ are formalized attributes of a file. They include a descriptive attr
|
||||
|
||||
_WikiLinks_ are traditional bidirectional links using the square bracket syntax and may appear anywhere in a file. There are `:typed::[[wikilinks]]` and regular untyped `[[wikilinks]]`. They are highlighted in a different color than external web links.
|
||||
|
||||
_WikiEmbeds_ embed the content of the linked file into the current one in-place. Markdown files may be embedded as well as images, audio, or video files.
|
||||
_WikiEmbeds_ embed the content of the linked file into the current one in-place. Markdown files may be embedded as well as images, audio, or video files. WikiEmbeds look like `![[this]]`.
|
||||
|
||||
|
||||
[^names]: "wikiref" actually goes by many names: "[wikilink](https://en.wikipedia.org/wiki/Help:Link)", "[bidirectional link](https://maggieappleton.com/bidirectionals)", "[wikitext linking](https://tiddlywiki.com/#Linking%20in%20WikiText)","backlink", "[internal link](https://help.obsidian.md/How+to/Internal+link)", "humble double bracket internal link", to name only a few...
|
||||
|
||||
@@ -15,7 +15,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
||||
<main>
|
||||
<h1>🧑🌾 Hello, Gardener!</h1>
|
||||
<p>
|
||||
Welcome to <a href="https://github.com/wikibonsai/astro-wikibonsai/">astro-wikibonsai</a>, a digital garden starter template.
|
||||
Welcome to <a class="wiki" href="/entries/astro-wikibonsai/">astro-wikibonsai</a>, a digital garden starter template.
|
||||
This template serves as a lightweight, minimally-styled starting point for anyone looking to
|
||||
build a personal website, blog, digital garden, or portfolio with Astro.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user