Link to fic single pages, include link to local stylesheet in fic HTML export

master
trémeur 1 year ago
parent cd6a5cc330
commit a2b2ca0a96

@ -4,7 +4,7 @@
;; (org-format) ;; (org-format)
(save-buffer) (save-buffer)
(goto-char (point-min)) (goto-char (point-min))
(while (re-search-forward "\\[fn:.*\\]" nil t) (while (re-search-forward "\\[fn:[^•]*•\\]" nil t)
(replace-match "")) (replace-match ""))
(let ((org-export-with-title 'nil) (let ((org-export-with-title 'nil)
(org-export-with-author 'nil) (org-export-with-author 'nil)
@ -66,10 +66,10 @@
;; (org-format) ;; (org-format)
(save-buffer) (save-buffer)
(goto-char (point-min)) (goto-char (point-min))
(while (re-search-forward "\\[fn:\\([0-9]*\\):\\(.*\\)\\]" nil t) (while (re-search-forward "\\[fn:\\([0-9]*\\):\\([^•]*\\)•\\]" nil t)
(replace-match "@@html:<label for=\"\\1\" class=\"margin-toggle sidenote-number\"></label><input type=\"checkbox\" id=\"\\1\" class=\"margin-toggle\"/><span class=\"sidenote\">@@@@latex:\\\\footnote{@@\\2@@html:</span>@@@@latex:}@@")) (replace-match "@@html:<label for=\"\\1\" class=\"margin-toggle sidenote-number\"></label><input type=\"checkbox\" id=\"\\1\" class=\"margin-toggle\"/><span class=\"sidenote\">@@@@latex:\\\\footnote{@@\\2@@html:</span>@@@@latex:}@@"))
(let ((user-full-name "ovely") (let ((user-full-name "ovely")
(org-html-head "<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin/><link href=\"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&display=swap\" rel=\"stylesheet\"/><link rel=\"stylesheet\" href=\"/fic/tufte.css\"/>") (org-html-head "<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin/><link href=\"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&display=swap\" rel=\"stylesheet\"/><link rel=\"stylesheet\" href=\"/fic/tufte.css\"/><link rel=\"stylesheet\" href=\"/home/mdd/Documents/drive/proj/fic-archive/build/tufte.css\"/>")
(org-export-with-author t) (org-export-with-author t)
(org-latex-default-class "memoir")) (org-latex-default-class "memoir"))
(org-html-export-to-html) (org-html-export-to-html)

@ -1,4 +1,4 @@
# name: fic-hosted-on-praze # name: fic-hosted-on-praze
# key: ficpraze # key: ficpraze
# -- # --
https://tre.praze.net/fic/masterlist#fic$0 https://tre.praze.net/fic/single/$0
Loading…
Cancel
Save