An extension for editing markdown files in VS Code notebooks
Перейти к файлу
Raymond Zhao cfd7ac91c1
Merge pull request #10 from microsoft/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
2021-05-07 09:48:57 -07:00
.vscode initial 2020-06-16 08:31:12 -05:00
src Use notebook serializer instead of content provider 2021-04-20 20:21:35 -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.19 2021-05-07 09:22:49 -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.proposed.d.ts Use notebook serializer instead of content provider 2021-04-20 20:21:35 -07:00
yarn.lock Bump lodash from 4.17.19 to 4.17.21 2021-05-07 16:23:41 +00: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.