Share an Org buffer as a web page. In addition, a URL will be created that you can share to view it.
Go to file
2023-06-16 12:16:47 +02:00
themes Create light.css 2023-06-13 12:54:15 +02:00
org-share-to-web.el Add manage dired 2023-06-14 12:34:12 +02:00
README.md Update README.md 2023-06-16 12:16:47 +02:00

Install

Add in your init.el.

(use-package org-share-to-web
  :straight (:host github :repo "tanrax/org-share-to-web.el" :files ("org-share-to-web.el"))
  :ensure t)

Configure

Configure the domain to be used to access the file share and the directory where it will be hosted using Tramp.

(setq org-share-to-web-domain "")
(setq org-share-to-web-directory "")

Example.

(setq org-share-to-web-domain "https://mydomain.com/")
(setq org-share-to-web-directory "/ssh:debian@mydomain.com:~/www/")

Run

Open an Org file and run org-share-to-web-buffer.

It will copy the URL to your clipboard to open the document share.

If you need to manage the shared files, such as deleting them, use org-share-to-web-dired.

Theme

If you want it to look really nice, include the following lines at the beginning of your Org documents.

#+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/org-share-to-web.el/themes/light.css">
#+OPTIONS: toc:nil num:nil
#+OPTIONS: html-postamble:nil