# Wiki-workflow

## Dateien erstellen

* Alle Themen bekommen eine eigene Seite.
* Zusammenhängde Themen werden in Ordnern gesammelt
* Jeder Ordner hat eine Datei mit gleichem Namen.
  * Generelle Beschreibung des Themas
  * Links zu Unterpunkten
* Seiten ohne Ordner kommen in "Sonnstiges"
* Jede Seite kann zu einem Ordner werden, wenn es genung Inhalt gibt
* Kein Ordner mit nur einer Datei
* Alle Überschriften bekommen ein a Tag zum Verlinken

## Aufbau

* [Vorlage](https://onepotpony.com/)
* Einführung
* Ziel
* Meine Lösung
  * Zusammenfassung
  * Lösungsweg, warum mache ich es so
  * Schritte
* Links, etc.

## Digital gardens

* [Second Brain](https://github.com/KasperZutterman/Second-Brain#readme) - A curated list of awesome Public Zettelkastens 🗄️ / Second Brains 🧠 / Digital Gardens 🌱

## Links

* [Bookstack](https://www.bookstackapp.com/)
* [Audience-First Products](https://www.perell.com/blog/audience-first-products)
* [How can we build an extension of your mind?](https://vanschneider.com/how-can-we-build-an-extension-of-your-mind)
* [Hack Your Life With A Private Wiki Notebook](http://webseitz.fluxent.com/wiki/HackYourLifeWithAPrivateWikiNotebookGettingThingsDoneAndOtherSystems)
* [Growing the Evergreens](https://maggieappleton.com/evergreens)
* [The Commonplace Book](https://thedeepdish.org/digital-commonplace-book/)
* [Beginner's Guide: The First 30 Days Using a Notes App](https://www.youtube.com/watch?v=tOS53fSDqVw)
* [Foam](https://github.com/foambubble/foam/) - Foam is a personal knowledge management and sharing system inspired by Roam Research, built on Visual Studio Code and GitHub.
* [How to Build a Paper Research Wiki](https://calnewport.com/how-to-build-a-paper-research-wiki/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.d15r.de/sonstiges/wiki-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
