Post-Platform Digital Publishing Toolkit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2025/01/21 12:30] dorianeplayground:playground [2025/01/26 16:48] (current) wgp
Line 1: Line 1:
 <HTML> <HTML>
-<link type="text/css" rel="stylesheet" href="https://toolkit.wellgedacht.org/doku.php?id=stylesheet:style_playgound&do=export_text"> 
 <script> <script>
     function fetch_request(url, callback){     function fetch_request(url, callback){
         // fetching the pad         // fetching the pad
-        fetch(`${url}/export/txt`, {+        fetch(`${url}`, {
             'method': 'GET',             'method': 'GET',
             'mode': 'cors',             'mode': 'cors',
Line 18: Line 17:
         document.head.appendChild(el);         document.head.appendChild(el);
     };     };
-    fetch_request("https://toolkit.wellgedacht.org/doku.php?id=stylesheet:style_playgound&do=export_text", inject_css);+    fetch_request("/doku.php?id=stylesheet:style_playgound&do=export_text", inject_css);
 </script> </script>
 </HTML> </HTML>
playground/playground.1737462615.txt.gz · Last modified: 2025/01/25 16:56 (external edit)