You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.org
+8-8
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,17 @@ Open an Org file and execute ~M-x org-preview-html-mode~. A preview window opens
23
23
* Variables/Configuration
24
24
** Refresh Configuration
25
25
+ ~org-preview-html-refresh-configuration~ - configure how often the HTML preview will be refreshed
26
-
* If ~'manual~, update manually by running ~org-preview-html-refresh~.
27
-
* If ~'save~, update on save (default).
28
-
* If ~'export~, update on manual export (using ~org-html-export-to-html~).
29
-
* If ~'timer~, update preview on timer.
26
+
* If ~'manual~, update manually by running ~org-preview-html-refresh~.
27
+
* If ~'save~, update on save (default).
28
+
* If ~'export~, update on manual export (using ~org-html-export-to-html~).
29
+
* If ~'timer~, update preview on timer.
30
30
- Configure with ~org-preview-html-timer-interval~, default ~2~ seconds.
31
-
* If ~'instant~, update ASAP
31
+
* If ~'instant~, update ASAP
32
32
- Still WIP, it is suggested to use ~timer~ mode with a short interval.
33
33
** Viewer
34
34
+ ~org-preview-html-viewer~ - which Emacs browser ~org-preview-html-mode~ will use (default ~eww~)
35
-
* If ~'eww~, use eww browser (default).
36
-
* If ~'xwidget~, use xwidget browser.
35
+
* If ~'eww~, use eww browser (default).
36
+
* If ~'xwidget~, use xwidget browser.
37
37
- *Requires Emacs to be built with xwidget support*
38
38
39
39
* Demo
@@ -48,4 +48,4 @@ It should be noted that as of now =org-preview-html-mode= officially supports pr
48
48
+ Auto-jump to current position in preview
49
49
50
50
* Credits
51
-
Org-preview-html was originally written by [[https://github.com/lujun9972][lujun9972 (Darksun)]]. It was rewritten by its current maintainer, [[https://github.com/jakebox][jakebox]]. A thank you is due to Darksun for his long-time support and commitment.
51
+
Org-preview-html was originally written by [[https://github.com/lujun9972][lujun9972 (Darksun)]] and was originally titled (long ago) org-eww. It was rewritten by its current maintainer, [[https://github.com/jakebox][jakebox]]. A thank you is due to Darksun for his long-time support and commitment.
0 commit comments