From 214627a9ec7a727e7b149ea8eb5d6cfd5d5c705d Mon Sep 17 00:00:00 2001 From: manunamz Date: Thu, 12 Oct 2023 17:12:38 -0400 Subject: [PATCH] ref: last doc/index changes. --- src/content/entries/astro-wikibonsai.md | 4 +--- src/content/entries/wikirefs.md | 2 +- src/pages/index.astro | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/content/entries/astro-wikibonsai.md b/src/content/entries/astro-wikibonsai.md index 4e8848e..4539d61 100644 --- a/src/content/entries/astro-wikibonsai.md +++ b/src/content/entries/astro-wikibonsai.md @@ -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. diff --git a/src/content/entries/wikirefs.md b/src/content/entries/wikirefs.md index 33f5a68..f37feb7 100644 --- a/src/content/entries/wikirefs.md +++ b/src/content/entries/wikirefs.md @@ -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... diff --git a/src/pages/index.astro b/src/pages/index.astro index 702d71c..23562b2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,7 +15,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';

🧑‍🌾 Hello, Gardener!

- Welcome to astro-wikibonsai, a digital garden starter template. + Welcome to astro-wikibonsai, 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.