imp.el
imp.el copied to clipboard
Impatient html mode. See your changes in the browser as you type
INspired by Compro-Prasad in https://github.com/netguy204/imp.el/issues/33#issuecomment-455861990_ Can you make that settings change @skeeto?
I have 2 test.html in different dirs: testjs/test.html test/test.html When I access them using impatient-mode, the server responses with " **Forbidden The requested URL is forbidden. error: Buffer testjs is...
I have two question regarding the issue: 1- can I sync between the html source (in the emacs buffer) and the rendered page as in AUCTEX. For example, I want...
Don't know if this is useful, but it made me happy. ``` lisp (defun imp-htmlize-filter (buffer) "Alternate htmlization of BUFFER before sending to clients." (let ((m (with-current-buffer buffer major-mode))) (case...
**Steps to reproduce** 1. Enable `uniquify` (a package which automatically renames the buffer names to make them unique in a sensible way). 2. `(setq uniquify-buffer-name-style 'forward)` 3. Open `~/dir1/example-file` and...
HTML `meta` tags aren't obeyed due to the fact that the page is, understandably, rendered in an iframe. In my case this means `` isn't observed, thereby affecting mobile previews....
Hi, I have installed the imp, but when I call imp-visit-buffer, the preview page only shows me a "0". Could you point me the right direction? Thanks?
Hello Brian, thanks for writing and sharing this useful package. I wonder if the value returned by a custom filter can determine whether the web page will be updated or...
When i enable impatient mode on a html buffer with an associated css file, the browser does not update when i change the css. If i enable impatient mode on...