Hi,
Before I used Fedora Bluefin, I successfully used the reveal.js export format. Now it doesn't work any more. I see the file paths are wrong or there is a permission-problem, I see this in the html file:
<style type="text/css">Not found: reveal.js@4.6.1//dist/reset.css</style>
<style type="text/css">Not found: reveal.js@4.6.1//dist/reveal.css</style>
<!-- reveal.js plugins -->
<script src="[data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fnotes%2Fnotes%2Ejs](view-source:data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fnotes%2Fnotes%2Ejs)"></script>
<script src="[data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fsearch%2Fsearch%2Ejs](view-source:data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fsearch%2Fsearch%2Ejs)"></script>
<script src="[data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fzoom%2Fzoom%2Ejs](view-source:data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fzoom%2Fzoom%2Ejs)"></script> <script src="[data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fmath%2Fmath%2Ejs](view-source:data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fmath%2Fmath%2Ejs)"></script>
<script>
I couldn't find the correct path. What is the correct path and where can I configure it?
EDIT:
The above code is in the source in my browser, directly in the html file is:
<link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/reset.css">
<link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/reveal.css">
<link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/theme/black.css" id="theme">
<script src="https://unpkg.com/reveal.js@^4//dist/reveal.js"></script>
<!-- reveal.js plugins -->
<script src="https://unpkg.com/reveal.js@^4//plugin/notes/notes.js"></script>
<script src="https://unpkg.com/reveal.js@^4//plugin/search/search.js"></script>
<script src="https://unpkg.com/reveal.js@^4//plugin/zoom/zoom.js"></script>
<script src="data:text/plain;charset=UTF-8;charset=utf-8,Not%20found%3A%20reveal%2Ejs%404%2E6%2E1%2F%2Fplugin%2Fmath%2Fmath%2Ejs"></script>
So I guess those files are not online or there is an error in the url.