Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidos/source-pane
source-pane
https://github.com/solidos/source-pane
running-code
Last synced: about 2 months ago
JSON representation
source-pane
- Host: GitHub
- URL: https://github.com/solidos/source-pane
- Owner: SolidOS
- License: mit
- Created: 2018-11-17T17:26:55.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T04:39:14.000Z (7 months ago)
- Last Synced: 2024-08-10T21:17:20.020Z (5 months ago)
- Topics: running-code
- Language: JavaScript
- Homepage:
- Size: 2.92 MB
- Stars: 3
- Watchers: 13
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# source-pane
Solid-compatible source code editor for [solid-panes](https://github.com/solid/solid-panes) system
Extracted from the solid-panes monolithic repository.
The source code allows one to mint a new source code file
and display and edit an existing one.If the user edits a data file (such as turtle format) then
the syntax is checked before they save it back.Once selected this pane as a view of a file, then the pen icon allows to switch to editing mode, and the check mark button allows the file to be saved back.
Editing can be aborted by the cancel(X) button.