/Strings

A simple editor built with nwjs and codemirror.

Primary LanguageJavaScriptMIT LicenseMIT

Strings [WIP]

A simple editor built with nwjs and codemirror.

Strings demo

Installation

  • Clone the repository with git clone https://github.com/arjit95/Strings.git
  • Goto the clonoed directory and open a terminal and enter npm i
  • Goto nwjs and download the latest nwjs-sdk for your platform, extract it to a short location.
  • Launch the editor with the following command path/to/nw .

Features

  • Open files from editor Ctrl+O
  • Open complete project folders and save data Ctrl+Shift+O
  • Save file with Ctrl+S or all files with Ctrl+Shift+S
  • Tab based file editing, to close tab Ctrl+W or for all tabs Ctrl+Shift+W
  • Open quick finder with Ctrl+P
  • Themes can be applied by changing theme property in default.json. A list of all themes can be found at public/resources/codemirror/theme
  • Basic find and replace operations Ctrl+F or Ctrl+Shift+F
  • Jump to line Ctrl+G
  • Simple autocompletion for Javascript

Libraries

The following libraries were used: