alhassy / org-special-block-extras

A number of new custom blocks and link types for Emacs' Org-mode ^_^

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some javascript and css gets blocked by ublock

barslmn opened this issue · comments

Hi,
Some javascript and css gets blocked by ublock.

2023-08-13.15-59-51.mp4

I suspect the issue is at
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://alhassy.github.io/org-special-block-extras/tooltipster/dist/css/tooltipster.bundle.min.css\"/>

This can be solved by having these embedded or letting the user chose where they're loaded from or having them loaded from a relative path. Or some better solution I can't think of?

Please tick the following, by replacing [ ] with [X]

  1. I have checked some boxes without reading them.

Edit: I also noticed that these are inserted to document more than once (30 times):

2023-08-13.16-13-45.mp4

Edit2: This repeated insertion probably should be a seperate issue i guess. It can be seen at documentation page too:
view-source:http://alhassy.com/org-special-block-extras/

You can skip adding that HTML code with (setq org--ospe-kbd-html-setup t org--tooltip-html-setup t)

Hi @sachac , Thanks for the emacs news.

I skip adding them with (setq org-special-block-add-html-extra nil)