knowledge/README.md

32 lines
1.8 KiB
Markdown
Raw Normal View History

2020-07-27 21:33:28 +02:00
# Knowledge
I'm still experimenting with this, but I will eventually make a blog based on these articles.
I have more tutorials / explanations here https://github.com/madacol/docs. I will merged them in this repo someday
# Usage
You can read this in github in the meantime, but wiki-links will only render properly while editing in Vscode with this extension [Markdown Memo](https://marketplace.visualstudio.com/items?itemName=svsool.markdown-memo) `ext install svsool.markdown-memo`
2020-07-27 21:33:28 +02:00
2021-01-10 20:49:41 +01:00
## Vscode extensions for editing
2020-07-27 21:33:28 +02:00
***Note:** VSCode should recommend you to install them all when you open this project*
2020-07-27 21:33:28 +02:00
- [Markdown Memo](https://marketplace.visualstudio.com/items?itemName=svsool.markdown-memo) `ext install svsool.markdown-memo`
- [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) `ext install yzhang.markdown-all-in-one`
- [Markdown Paste](https://marketplace.visualstudio.com/items?itemName=telesoho.vscode-markdown-paste-image) `ext install telesoho.vscode-markdown-paste-image`
- [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) `ext install davidanson.vscode-markdownlint`
- [Auto Snippet](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.auto-snippet) `ext install gruntfuggly.auto-snippet`
### Install all command
code --install-extension svsool.markdown-memo &
code --install-extension yzhang.markdown-all-in-one &
code --install-extension telesoho.vscode-markdown-paste-image &
code --install-extension davidanson.vscode-markdownlint &
code --install-extension gruntfuggly.auto-snippet &
### Optional
- [Markdown Links](https://marketplace.visualstudio.com/items?itemName=tchayen.markdown-links) `ext install tchayen.markdown-links` - provides a command to show the graph of links