Skip to content

jojoee/vscode-conda-cheatsheet

Repository files navigation

A Visual Studio Code extension that lets you open Conda cheatsheet inside the editor.

Version Installs Rating

Demo PDF Support Dark and Light Theme

Features

  • Conda Cheatsheet: PDF to open PDF file inside editor
  • Conda Cheatsheet: Website to open website inside editor
  • Conda Cheatsheet: Webview to open website inside editor
    • Support both light and dark theme
    • Click on the content section for jump to selected section immediately
    • Copy and Paste command

TODO

  • Automated: download pdf => convert to image for onCommand:extension.openPdf command
  • Automated: test
  • Automated: watch and run compileWebview.js file
  • Refactoring

Demo

  1. Basic usage + feature
  • alt + shift + P to open available commands
  • Select for open "Webview"
  • Click to "Sharing Environments" section
  • Hover on some command
  • Click it for copy the command
  • alt + N to create new file
  • alt + V to pate the command
  1. Support theme changing
  2. Support other view e.g. PDF and website

Development

node tool/compileWebview.js && npm run compile

npm run compile
npm run test
npm run deploy
vsce login jojoee
vsce publish

Reference