https://github.com/brandonxlf/nimble
HTML, markdown, and SVG viewer and code editor.
https://github.com/brandonxlf/nimble
editor html html-editor html-viewer markdown markdown-editor markdown-viewer svg svg-editor svg-viewer
Last synced: 4 months ago
JSON representation
HTML, markdown, and SVG viewer and code editor.
- Host: GitHub
- URL: https://github.com/brandonxlf/nimble
- Owner: BrandonXLF
- License: lgpl-3.0
- Created: 2023-10-15T10:19:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T06:38:34.000Z (11 months ago)
- Last Synced: 2024-07-09T05:32:56.658Z (11 months ago)
- Topics: editor, html, html-editor, html-viewer, markdown, markdown-editor, markdown-viewer, svg, svg-editor, svg-viewer
- Language: TypeScript
- Homepage: https://www.brandonfowler.me/nimble/
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nimble HTML and Markdown
Nimble is an HTML, markdown, and SVG viewer and code editor built on Electron. It aims to provide a quick way to switch between viewing, editing, and debugging files.
## Screenshot
## Developing
Before build commands can be run `npm` must be installed and dependencies must be installed with `npm install`.
To create and run a development distribution run `npm start` and to create a production build run `npm run build`. To lint your code for issues, run `npm run lint`.