0.2.1 • Published 8 years ago

rd.text v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

rd.text

A text editor created for RobotDan.

Installation

  npm install rd.text --save

Usage

  var Text = require('rd.text');
  var text = new Text(canvas);
  text.start();

Development Plan

  • Projects
    • Add list view
    • Allow creation of new project
    • Allow deletion of project
    • Allow rename of project
  • Files
    • Make project expandable, show file tree
    • Allow creation of new file
    • Allow creation of directory
    • Allow deletion of file
    • Allow rename of file
    • Allow move of file
  • Editor
    • Show file contents
    • Basic text editing and saving
    • Move cursor position around
    • Selections
    • Copy/cut/paste
    • Add editor tabs
  • Panes
    • Add top nav with logout button
    • Make panes toggleable and resizable
    • Save state in localStorage

Release History

  • 0.2.1 Save account info in localStorage
  • 0.2.0 Add login and register functionalit
  • 0.1.0 Add fullscreen toggle with prompt and main view
  • 0.0.1 Initial release and development plan
0.2.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago