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/23 08:44] 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){
Line 10: Line 8:
         })         })
         .then(response => response.text() )         .then(response => response.text() )
-        .then(css => inject_cs  - Ordered List Items(css) );+        .then(css => inject_css(css) );
     }     }
     function inject_css(css){     function inject_css(css){
Line 19: 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>
Line 26: Line 24:
  
 ====== PlayGround ====== ====== PlayGround ======
- 
-charge:  
  
  
playground/playground.1737621885.txt.gz · Last modified: 2025/01/25 16:56 (external edit)