Skip to content

Simple application based on HTML Snippet of Visual Studio Code.

Notifications You must be signed in to change notification settings

RyannKim327/Front-end-Editor

Repository files navigation

Front-end-Editor

Simple application based on HTML Snippet of Visual Studio Code.

It is now an open-source project. Feel free to use the source with all care and with responsibility.

All developed by MPOP Reverse II

Beta release.apk

Credits
  1. John Jeremy Antiguo
  2. John Roy Lapida Calimlim
  3. Vugarishk Lagishuka
  4. Sanz Dinopol
  5. Genesis Fernandez
  6. Fortzkie Tuneskie
  7. Ronald Limpiado
  8. Ian Devinagracia
  9. John Vincent Diaz
  10. John Michael Arcena
  11. Jerson Carin
  12. Salvador
What's new!!!
  1. Update tutorials
  2. Set all files to a current project file
  3. Removed unwanted files and directory on "Open Files"
  4. Added color scheme
  5. Added custom color scheme for users using json
Under debugging!!!
  1. Android 10 above, permission error
JSON Configuration:
{
	"creator": "RySes",
	"appVersion": "AlphaLite 0.6 Beta 0.1",
	"background": "#333333",
	"textColor": "#ffffff",
	"syntax": {
		"html": {
			"tag": "#ff8370",
			"params": "#ff8ff2",
			"string": "#f0ff80",
			"comment": "#505050"
		},
		"css": {
			"tag": "#ff8370",
			"params": "#ff8ff2",
			"string": "#f0ff80",
			"comment": "#78ff81"
		},
		"javascript": {
			"tag": "#ff8370",
			"params": "#ff8ff2",
			"string": "#f0ff80",
			"comment": "#78ff81"
		}
	}
}

Use the storage directory to get the values. Like "/storage/emulated/0/config.json" without any quotation. I still don't know if the keys are case sensitive, but make sure that the json configuration format (keys) must be same as what you see. Full tutorial

There are still unknown errors for this project, if you want to help me to debug, kindly give us your negative feedback thru the feedback section of the app.

About

Simple application based on HTML Snippet of Visual Studio Code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages