-
Notifications
You must be signed in to change notification settings - Fork 146
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
exported presentation has localhost links #799
Comments
i have a workaround for iterating and publishing now: rm -rf docs/
cp export docs -r
sd "http://localhost:45707" "/$REPO" docs/index.html i am probably missing something obvious here though :-) |
It should not ,🤔 l'll take a look
Le jeu. 3 févr. 2022 à 5:50 AM, Eirik A ***@***.***> a écrit :
… i have a workaround for iterating and publishing now:
rm -rf docs/
cp export docs -r
sd "http://localhost:45707" "/metrics" docs/index.html
i am probably missing something obvious here though :-)
thanks a lot for writing this extension!
—
Reply to this email directly, view it on GitHub
<#799 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWNIBQADO2YXZ7GF4OJK6LUZICQLANCNFSM5NN3RB3A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I had the same issue. Now using a cleanup script after export.
|
Add back Context Add disposable class Fix export issue #799
I run into the same issue. But there is also something more about Here are the issues, if I try to explain (I am not very skilled about server ...)
First issueIf I shut down vscode or the presentation (the server, Second issueThe second issue is about --
## a title
<!-- .slide: data-background="img/image.jpg" -->
-- When you export the presentation as html, the produced html code is the following : <section data-background="img/image.jpg">
<!-- .slide: data-background="img/image.jpg" -->
<h2>a title</h2>
</section> Whatever the state of the server in vscode, if you open the presentation from |
Release in 4.1.2 |
i cannot find a setting that turns this into the correct relative path - thinking that should just work since all the 3rd party resources are included in the export folder.
e.g. export/index.html
this makes it hard to use with github-pages or similar (although it sometimes works accidentally when you have the reveal server running locally)
The text was updated successfully, but these errors were encountered: