https://github.com/kitware/trame-code
VS Code text editor widget for trame
https://github.com/kitware/trame-code
trame trame-maintenance-program
Last synced: about 1 year ago
JSON representation
VS Code text editor widget for trame
- Host: GitHub
- URL: https://github.com/kitware/trame-code
- Owner: Kitware
- License: mit
- Created: 2022-11-10T23:52:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T21:04:51.000Z (over 1 year ago)
- Last Synced: 2025-03-26T08:23:07.772Z (about 1 year ago)
- Topics: trame, trame-maintenance-program
- Language: JavaScript
- Homepage:
- Size: 410 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
.. |pypi_download| image:: https://img.shields.io/pypi/dm/trame-code
==============================
trame-code |pypi_download|
==============================
Widget for Monaco VS code editor for trame
License
-----------------------------------------------------------
This library is distributed under the MIT License (Same as monaco/vscode-editor)
Development
-----------------------------------------------------------
Build and install the Vue components
.. code-block:: console
cd vue-components
npm i
npm run build
cd -
Install the python library
.. code-block:: console
pip install -e .
JavaScript dependency
-----------------------------------------------------------
This Python package bundle the following set of libraries:
* ``monaco-editor@0.37.1``
* ``vscode-oniguruma@1.7.0``
* ``vscode-textmate@9.0.0``
If you would like us to upgrade any of those dependencies, `please reach out `_.