-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some javascript and css gets blocked by ublock #45
Comments
I think duplication is because it get concated https://github.com/alhassy/org-special-block-extras/blob/18d754d8491aa41104a309c3161576bee15e42f6/org-special-block-extras.el#L127C20-L127C20. It gets duplicated. So org-html-head-extra gets longer and longer with every export. :( and disable it |
You can skip adding that HTML code with |
Hi @sachac , Thanks for the emacs news. I skip adding them with |
Oh, that's much nicer. You're welcome, and thanks also for sharing!
…On Thu, Oct 12, 2023, 06:33 barslmn ***@***.***> wrote:
Hi @sachac <https://github.com/sachac> , Thanks for the emacs news.
I skip adding them with (setq org-special-block-add-html-extra nil)
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACD7EUTPFTMQLZ724IJ4QTX67BPDANCNFSM6AAAAAA3OUPYEM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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\"/>
org-special-block-extras/org-special-block-extras.el
Line 168 in 18d754d
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]
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/
The text was updated successfully, but these errors were encountered: