🧠 Sharpen your thinking with a second brain

Oct 26, 2023 Β· 2 min read
Image credit: Unsplash
Date
Oct 26, 2023 12:00 AM

Create a personal knowledge base and share your knowledge with your peers.

Wowchemy web framework empowers you with one of the most flexible note-taking capabilities out there.

Create a powerful knowledge base that works on top of a local folder of plain text Markdown files.

Use it as your second brain, either publicly sharing your knowledge with your peers via your website, or via a private GitHub repository and password-protected site just for yourself.

Mindmaps

Wowchemy supports a Markdown extension for mindmaps.

With this open format, can even edit your mindmaps in other popular tools such as Obsidian.

Simply insert a Markdown code block labelled as markmap and optionally set the height of the mindmap as shown in the example below.

Mindmaps can be created by simply writing the items as a Markdown list within the markmap code block, indenting each item to create as many sub-levels as you need:


```markmap {height="200px"}
- Hugo Modules
  - wowchemy
  - blox-plugins-netlify
  - blox-plugins-netlify-cms
  - blox-plugins-reveal
```

renders as

- Hugo Modules
  - wowchemy
  - blox-plugins-netlify
  - blox-plugins-netlify-cms
  - blox-plugins-reveal

Anh here’s a more advanced mindmap with formatting, code blocks, and math:


```markmap
- Mindmaps
  - Links
    - [Wowchemy Docs](https://docs.hugoblox.com/)
    - [Discord Community](https://discord.gg/z8wNYzb)
    - [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
  - Features
    - Markdown formatting
    - **inline** ~~text~~ *styles*
    - multiline
      text
    - `inline code`
    -
      ```js
      console.log('hello');
      console.log('code block');
      ```
    - Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
```

renders as

- Mindmaps
  - Links
    - [Wowchemy Docs](https://docs.hugoblox.com/)
    - [Discord Community](https://discord.gg/z8wNYzb)
    - [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
  - Features
    - Markdown formatting
    - **inline** ~~text~~ *styles*
    - multiline
      text
    - `inline code`
    -
      ```js
      console.log('hello');
      console.log('code block');
      ```
    - Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$

Highlighting

Highlight important text with mark:

<mark>Highlighted text</mark>

Callouts

Use callouts (aka asides, hints, or alerts) to draw attention to notes, tips, and warnings.

By wrapping a paragraph in {{% callout note %}} ... {{% /callout %}}, it will render as an aside.

{{% callout note %}}
A Markdown aside is useful for displaying notices, hints, or definitions to your readers.
{{% /callout %}}

renders as

A Markdown aside is useful for displaying notices, hints, or definitions to your readers.

Or use the warning callout type so your readers don’t miss critical details:

A Markdown aside is useful for displaying notices, hints, or definitions to your readers.

Did you find this page helpful? Consider sharing it πŸ™Œ

Zheng Liu
Authors
Zheng Liu
Assistant Professor
Zheng Liu joined the University of Michigan-Dearborn Industrial and Manufacturing Systems Engineering Department as an Assistant Professor. His research bridges theoretical and applied aspects of AI in manufacturing and energy systems. He focused on physics-based modeling, physics-informed machine learning, and generative design for manufacturing and energy storage applications. He also evaluated the manufacturing processes through life cycle assessment and techno-economic analysis, helping the team win $1M Department of Energy’s (DOE) inaugural American-Made Geothermal Lithium Extraction Prize. He has collaborated on multiple projects funded by the National Science Foundation (NSF) through the Future Manufacturing Research Grant (FMRG) program, as well as the Office of Naval Research (ONR). In addition, he served as a graduate fellow and STEM outreach coordinator at the NSF Engineering Research Center for Power Optimization for Electro-Thermal Systems (POETS). Zheng has received the Sharp Outstanding Graduate Student Award and the Tau Beta Pi Outstanding Graduate Student Award in recognition of his research contributions. He has published more than 15 peer-reviewed journal articles and 15 conference proceedings, and has served as a track chair for the IEEE Transportation Electrification Conference. Through his work, he continues to push the frontiers of AI-driven innovation in manufacturing and energy systems.