tiny-wiki icon indicating copy to clipboard operation
tiny-wiki copied to clipboard

A simple yet powerful wiki/note-taking extension for vscode, https://marketplace.visualstudio.com/items?itemName=billyan2018.tiny-wiki

tiny-wiki

A simple yet powerful wiki/note-taking extension for vscode.

Features

  • Helps to link your notes(Markdown documents) together. To refer to another Markdown document in your current one, just type:
[[path-of-another-note]]

Note: the path starts with the root of the workspace and use / as directory separator. Also, the extension of md will be eliminated.

  • Download any web page as a markdown file

  • Autocomplete the path of the markdown filename. Typing inside [[]] will trigger the wiki autocomplete:

  • Autocomplete image resource. Typing inside the () part of ![]() will trigger the resource autocomplete.