GithubHelp home page GithubHelp logo

Make a component playground about vugu HOT 2 CLOSED

vugu avatar vugu commented on April 29, 2024
Make a component playground

from vugu.

Comments (2)

bradleypeabody avatar bradleypeabody commented on April 29, 2024

Not sure if this is going to be too much effort for a first attempt at this, but it would be really cool to have a code editor with syntax highlighting. Doing this is a big jump in complexity because it means moving from a simple <textarea> to a custom component that manually processes every key, click and tap.

Documenting some ideas here of features that could make this worth the effort if attempted:

  • Regular basic editor features like: blinking cursor, text selection, typing text, deleting text, copy, paste.
  • Auto-indentation.
  • Shift+Enter or some such key combo should run. Probably short cuts for formatting when avail and share.
  • Line numbers
  • Syntax highlighting. Ideally some existing highlighter could be used, like the thing I hacked in here, only preferably less hacky. Should be a way to plug in different syntaxes. Possibly "vugu" is a syntax that is just a thin wrapper around html, css and go syntaxes from Chroma (or maybe contribute a "vugu" syntax to the Chroma project - that'd probably be better).
  • When you click an HTML tag, it should highlight the other part of the tag (open or closed).
  • Multiple cursors? (talk about fancy!)
  • "Select next one like this" Ctrl+d.
  • Mind as well make it it's own re-usable vugu component if the effort is gone through to make all this work.
  • Must be unicode-friendly with proper handling of utf-8 chars.

Also, #9 (vugufmt) could be used to format the output. Which would be on par with or in some ways better than what you get from jsfiddle.net and similar sites.

Overall this would give a very fancy, developer-friendly feel to the interface.

Sounds really fun and like it will require way more time than I have. I will probably just leave this here and go with a textarea for now until some of the more vital features for Vugu are done.

from vugu.

bradleypeabody avatar bradleypeabody commented on April 29, 2024

First pass is done. Copying the notes on future features to a new issue.

from vugu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.