# Digital Garden: Grow and Harvest

> 💡This is my second brain, where I keep all my thoughts and notes.

### 什么是数字花园？

数字花园是一种管理笔记、组织信息的方式。博客发布的内容通常都是经过仔细推敲、准确无疑的，而数字花园更像是个人 wiki，你可以把自己所有的思考和笔记都放在里面，哪怕只是灵光一现的想法，而且也不用担心最终的呈现形式，记录才是最大的目的。

### 为什么要建立数字花园？

为了统一管理自己的笔记，更方便地找到自己想要的信息，同时也是为了分享。

### 如何使用这个数字花园？

你可以按分类查看自己感兴趣的内容，也可以通过[关键字](https://dg.ajiew.me/?q=)搜索。

***

### 关于

* 关于笔记管理以及如何构建[数字花园](https://joelhooks.com/digital-garden)：
  * [From note-taking to note-making](https://nesslabs.com/from-note-taking-to-note-making)
  * [Progressive Summarization: A Practical Technique for Designing Discoverable Notes](https://fortelabs.co/blog/progressive-summarization-a-practical-technique-for-designing-discoverable-notes/)
  * [Building a digital garden](https://tomcritchlow.com/2019/02/17/building-digital-garden/) & [How to set up your own digital garden](https://nesslabs.com/digital-garden-set-up)
* 其他人的数字花园：
  * [Nikita Voloboev](https://wiki.nikitavoloboev.xyz/)
  * [Gwern](https://www.gwern.net/)
  * [The Rabbits](https://100r.co/site/home.html)
  * [Richard Littauer](https://github.com/RichardLitt/knowledge)
  * [karlicoss](https://github.com/karlicoss/exobrain)

本项目参考了 Nikita 的 [Wiki](https://wiki.nikitavoloboev.xyz/) 页，如果你喜欢的话去给他的[项目](https://github.com/nikitavoloboev/knowledge)点个 star 吧！

[![](https://img.shields.io/badge/license-CC4-0a0a0a.svg?style=plastic\&colorA=0a0a0a)](https://creativecommons.org/licenses/by/4.0/)


---

# 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://ajiew42.gitbook.io/dg/readme.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.
