The Wayback Machine - https://web.archive.org/web/20220603134242/https://github.com/topics/personal-knowledge-base
Skip to content
#

personal-knowledge-base

Here are 30 public repositories matching this topic...

hukacode
hukacode commented Apr 23, 2022

Describe the bug

  • Give an simple table and wikilink with an alias like this, I use \ to escape | because this wikilink is in a table.
|                |
| -------------- |
| [[test\|Test]] |
  • After I rename the test.md file to test2.md, the table will be updated like this (missing the \)
|                |
| -------------- |
| [[test2|Test]] |

bug help wanted good first issue

Improve this page

Add a description, image, and links to the personal-knowledge-base topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the personal-knowledge-base topic, visit your repo's landing page and select "manage topics."

Learn more