Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added built in editor (cdn supported) #57

Merged
merged 1 commit into from
Apr 3, 2020
Merged

added built in editor (cdn supported) #57

merged 1 commit into from
Apr 3, 2020

Conversation

harshraj22
Copy link
Owner

@harshraj22 harshraj22 commented Apr 3, 2020

closes #56 🎉 😄
Note. It is code editor, not an Ide.

Supports:

  • Supports on click language change (see bootom left)
  • code-folding
  • Syntax highlighting as per language
  • Multi cursor support (ctrl + leftMouseClick)
  • Undo-redu, cut
  • One click copy (see copy button on right bottom)
  • Text selection highlight (select one text, highlights each instance of the text)

Required:

  • Get a button to redirect to this page (integrated in dropdown)
  • Work on UI (its width, height are made fixed, using css)
  • Adding more features Documentation, Related video , More can be found easily
  • currently using cdn requiring internet, remove cdn dependency
  • Button to download file (good-first-issue)

Access:

  • http://127.0.0.1:8000/editor/

ScreenShots:
Screenshot from 2020-04-04 00-58-37

Screenshot from 2020-04-04 00-51-00

Todo #59

@harshraj22 harshraj22 merged commit 992eea7 into develop Apr 3, 2020
@harshraj22 harshraj22 deleted the editor branch April 3, 2020 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add online IDE
1 participant