Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ietf-tools/editor
A fully featured editor to write, review, refine and submit Internet-Drafts.
https://github.com/ietf-tools/editor
editor ietf internet-draft rfc
Last synced: about 2 months ago
JSON representation
A fully featured editor to write, review, refine and submit Internet-Drafts.
- Host: GitHub
- URL: https://github.com/ietf-tools/editor
- Owner: ietf-tools
- License: other
- Created: 2023-04-22T02:00:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:22:43.000Z (10 months ago)
- Last Synced: 2024-04-13T23:54:41.029Z (10 months ago)
- Topics: editor, ietf, internet-draft, rfc
- Language: JavaScript
- Homepage:
- Size: 7.16 MB
- Stars: 6
- Watchers: 10
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Release](https://img.shields.io/github/release/ietf-tools/editor.svg?style=flat&maxAge=300)](https://github.com/ietf-tools/editor/releases)
[![GitHub Issues](https://img.shields.io/github/issues/ietf-tools/editor?style=flat&logo=github)](https://github.com/ietf-tools/editor/issues)
[![Downloads](https://img.shields.io/github/downloads/ietf-tools/editor/total.svg?style=flat&logo=github)](https://github.com/ietf-tools/editor/releases)
[![Build + Publish](https://github.com/ietf-tools/editor/actions/workflows/build.yml/badge.svg)](https://github.com/ietf-tools/editor/actions/workflows/build.yml)#### A fully featured editor to write, review, refine and submit Internet-Drafts.
- [Install](#install)
- [Supported Platforms](#supported-platforms)
- [Development](#development)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Build](#build)---
![](docs/assets/draftforge-screenshot.png)
# Install
Simply download the [latest release](https://github.com/ietf-tools/editor/releases/latest) for your platform.
## Supported Platforms
- Linux (x64, arm64)
- macOS (Intel, Apple Sillicon)
- Windows (x64, arm64)# Development
## Prerequisites
- Git
- [Node.js](https://nodejs.org/en/download/) `20.x` or later## Setup
- Clone the repository
- Install NPM dependencies: `npm install`
- Run in dev mode: `npm run dev`## Build
- Run `npm run build` to build a binary for your platform.
Once the build succeeds, the executable will be located in `dist/electron/Packaged`.