An extension for editing markdown files in VS Code notebooks
Перейти к файлу
Johannes Rieken 7af893203d 0.0.24 2021-08-26 12:35:15 +02:00
.vscode initial 2020-06-16 08:31:12 -05:00
media Nicer readme 2021-07-14 22:23:24 -07:00
src add esbuild to bundle into single file, use that single file as browser-entry, remove Buffer dependency 2021-08-26 12:35:09 +02:00
.eslintrc.json initial 2020-06-16 08:31:12 -05:00
.gitignore Initial commit 2020-06-16 18:47:34 +00: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 Nicer readme 2021-07-14 22:23:24 -07:00
SECURITY.md Initial SECURITY.md commit 2020-06-16 11:47:40 -07:00
azure-pipelines.yml Update CI environment 2021-07-14 22:30:58 -07:00
package.json 0.0.24 2021-08-26 12:35:15 +02: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 add esbuild to bundle into single file, use that single file as browser-entry, remove Buffer dependency 2021-08-26 12:35:09 +02:00

README.md

Markdown Notebook

This is a simple extension for opening a markdown file in a VS Code notebook. It shows text paragraphs in markdown cells, and code blocks in code cells. It doesn't support executing code cells (but you could write an extension that adds that functionality!). 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).

example

Use

  • Install the extension
  • Right click a .md file, "Open With..."
  • Select "Markdown Notebook"

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.