Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.24 KB

readme.md

File metadata and controls

33 lines (27 loc) · 1.24 KB

Lucki's Web Editor!

This is my own custom made web editor!

-- (Please note as I am still a high school student, my time to work on this project is limited, however I'll try to be available for support/suggestions as often as possible, so feel free to open an issue!)

(Fun fact: Portions of this project were made inside itself!)

Keyboard Shortcuts

Function Shortcut
Unindent Ctrl + [
Indent Ctrl + ] or Tab
Run Ctrl + Enter

Roadmap:

(May be done slightly out of order, I tried to order them by how easily/quickly they could be done, and a lot of them will require donations from users to fund!)
  • Custom undo/redo system (Below are dependent on this)
    • Fix indentation system
    • Basic code completetion
      • HTML
      • CSS
      • JS
  • File storage + upload
  • Syntax highlighting
  • Panel UI system
  • Multiple projects with a project selection UI, store locally
  • Cloud based storage, accounts
  • Web hosting
  • A community to share projects
  • Expand to support other programming languages