Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

danieldaeschle/text-formatter.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

629b2cc · Feb 7, 2018

History

62 Commits
Aug 9, 2017
Aug 7, 2017
Aug 7, 2017
Aug 9, 2017
Aug 9, 2017
Aug 6, 2017
Feb 7, 2018
Aug 7, 2017

Repository files navigation

text-formatter.js

Description

Simple text formatter tooltip for web editors

Quickstart

Download the files and copy text-formatter.min.js, text-formatter.min.css from dist folder into your project source folder. Then you can add following to your <head></head> in your HTML file:

<script src="text-formatter.min.js" charset="utf-8"></script>
<link href="text-formatter.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Set contenteditable="true" property to your element (e.g. <div contenteditable="true">) which should be editable and showing the tooltip.

Screenshots and Demo

alt text

Demo Site

Authors

  • Daniel Däschle

License

Code released under the MIT License.

About

Simple text formatter tooltip for html editors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published