An extension for editing markdown files in VS Code notebooks
Перейти к файлу
Rob Lourens d641e3a5ce strictEqual 2021-06-14 16:43:55 -07:00
.vscode initial 2020-06-16 08:31:12 -05:00
src strictEqual 2021-06-14 16:43:55 -07:00
.eslintrc.json initial 2020-06-16 08:31:12 -05:00
.gitignore initial 2020-06-16 08:31:12 -05:00
.vscodeignore initial 2020-06-16 08:31:12 -05:00
CHANGELOG.md initial 2020-06-16 08:31:12 -05:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-06-16 11:47:37 -07:00
LICENSE Initial LICENSE commit 2020-06-16 11:47:39 -07:00
README.md Update README.md 2021-03-17 16:51:25 -07:00
SECURITY.md Initial SECURITY.md commit 2020-06-16 11:47:40 -07:00
azure-pipelines.yml Add devops config 2020-06-16 14:16:22 -05:00
package.json 0.0.21 2021-06-09 11:48:30 -07:00
test.md Parse indented code blocks 2020-06-20 18:55:14 -05:00
tsconfig.json initial 2020-06-16 08:31:12 -05:00
vscode.d.ts Update for API 2021-06-09 11:48:17 -07:00
vscode.proposed.d.ts Update for API 2021-06-09 11:48:17 -07:00
yarn.lock Update for API breakage 2021-05-12 10:26:09 -07:00

README.md

vscode-markdown-notebook

  • Requires VS Code Insiders
  • Install extension
  • Right click on a markdown file
  • Choose "Open With...", then choose "Markdown Notebook"

Note

This is a very simple extension for selfhosting notebook support in VS Code. It tries to maintain the formatting of your markdown file, but you may see minor tweaks. No warrantee given. It does not maintain line endings (it will read CRLF but will output LF).

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.