Git Product home page Git Product logo

html-editor's People

Contributors

elizabethhudnott avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

html-editor's Issues

Save Documents Offline

  • Autosave as you write.
  • Save undo history.
  • Reload undo history on page load.
  • Store as a log of diffs.

Simple Insert Button

A button that opens a dialog for inserting some common HTML block elements.

Includes:

  • Inserting YouTube videos by URL.

Editor Font Size

  1. There needs to be a way to change the font size used by the editor (ideally using a button, keyboard shortcut or gesture)
  2. The default font size is too small.

Support Incremental Editing

This would require a toggle button in the preview tab to enable/disable user scripting.

Modifying individual elements of the iframe's DOM requires relaxing the sandbox to make it same-origin, but this requires using a Content Security Policy (in a meta tag) to prevent user-written JavaScript from executing. User-written CSS would also need to be sanitized to remove url('javascript:...

https://developers.google.com/web/fundamentals/security/csp/
https://www.w3.org/TR/CSP3/

Format Button

A button that opens a dialog for formatting the current selection (or inserting at the current cursor position) some common inline tags and Bootstrap classes.

Insert Another Button

Inserts another paragraph, list item or table row (whatever is most contextually relevant).

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.