From c3c944ec936b1980abc0f8adc2615d4e458da8f3 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 24 Apr 2018 00:56:19 +0300 Subject: Initial commit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e7e1c4 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# html-wysiwyg-mode + +This is a minor mode for HTML editing, which can be used with +`html-mode`: + +```elisp +(require 'html-wysiwyg) +(add-hook 'html-mode-hook 'html-wysiwyg-mode) +``` + +It hides links and allows to edit them via minibuffer, similarly to +`org-mode`. + +![An example](https://defanor.uberspace.net/pictures/html-wysiwyg.png) + +It parses HTML with regexps, font lock's multiline handling is +imperfect, and generally it is just a quick hack. But still better +than reading through all the URIs. -- cgit v1.2.3