Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
digitales:software:dokuwiki01 [24.04.2023] – ↷ Seite von digitales:administration:dokuwiki01 nach digitales:software:dokuwiki01 verschoben cs | digitales:software:dokuwiki01 [24.04.2025] (aktuell) – ↷ Seite von digitales:sdr:software:dokuwiki01 nach digitales:software:dokuwiki01 verschoben cs | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | {{tag> | ||
+ | |||
====== DokuWiki ====== | ====== DokuWiki ====== | ||
Zeile 5: | Zeile 7: | ||
* [[https:// | * [[https:// | ||
- | - Select everything, and do Ungroup Shift+Ctrl+G 5 times to remove all those unnecessary nested groups.\\ **Ctrl-a**\\ **Shift+Ctrl+G** | + | - Select everything, and do Ungroup Shift+Ctrl+G 5 times to remove all those unnecessary nested groups. \\ **Ctrl-a** \\ **Shift+Ctrl+G** |
- | - Do Path > Stroke to Path to turn the horizontal stroke into a path.\\ **Ctrl+Alt-C** | + | - Do Path > Stroke to Path to turn the horizontal stroke into a path. \\ **Ctrl+Alt-C** |
- | - Now you can do Path > Combine, or alternatively do Path > Union if you want to get rid of any overlaps.\\ **Ctrl++** | + | - Now you can do Path > Combine, or alternatively do Path > Union if you want to get rid of any overlaps. \\ **Ctrl++** |
- | - Do File > Cleanup document | + | - Do File > Cleanup document |
- | - To export as optimised SVG, do File > Save as, then select " | + | - To export as optimised SVG, do File > Save as, then select " |
- In the Optimsed SVG Output dialog set up the items you want to keep and which you want to remove. Here are my settings | - In the Optimsed SVG Output dialog set up the items you want to keep and which you want to remove. Here are my settings | ||
- | {{: | + | {{: |
===== Installation ===== | ===== Installation ===== | ||
Zeile 18: | Zeile 20: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
- | * [[playground: | + | * [[:playground: |
- | * [[playground: | + | * [[:playground: |
+ | |||
+ | ===== Tipps ===== | ||
+ | |||
+ | Neue Zeilen (line feed) gehen nicht mit Shift+Enter sondern mit (backslash, backslash, blank) | ||
+ | |||
+ | <code -> | ||
+ | \\ | ||
+ | </ | ||
===== HowTos ===== | ===== HowTos ===== | ||
- | * [[wiki: | + | * [[:wiki: |
- | * [[wiki: | + | * [[:wiki: |
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
Zeile 31: | Zeile 42: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
==== JavaScript ==== | ==== JavaScript ==== | ||
Zeile 37: | Zeile 49: | ||
== HTML == | == HTML == | ||
- | < | ||
+ | <code -> | ||
< | < | ||
- | |||
</ | </ | ||
< | < | ||
- | < | + | < |
< | < | ||
- | |||
</ | </ | ||
Zeile 54: | Zeile 64: | ||
== PHP == | == PHP == | ||
- | < | + | < |
<php> | <php> | ||
echo 'The PHP version: '; | echo 'The PHP version: '; | ||
Zeile 60: | Zeile 70: | ||
echo ' (generated inline HTML)'; | echo ' (generated inline HTML)'; | ||
</ | </ | ||
- | |||
</ | </ | ||
<php> echo 'The PHP version: '; echo phpversion(); | <php> echo 'The PHP version: '; echo phpversion(); | ||
- | < | + | < |
<PHP> | <PHP> | ||
echo '< | echo '< | ||
Zeile 71: | Zeile 80: | ||
echo '</ | echo '</ | ||
</ | </ | ||
- | |||
</ | </ | ||
Zeile 78: | Zeile 86: | ||
== JavaScript == | == JavaScript == | ||
- | < | + | < |
<JS> | <JS> | ||
let inhalt = 'Hallo Welt! (block JavaScript)'; | let inhalt = 'Hallo Welt! (block JavaScript)'; | ||
document.write(inhalt); | document.write(inhalt); | ||
</JS> | </JS> | ||
- | |||
</ | </ | ||
- | <JS> let inhalt = 'Hallo Welt! (block JavaScript)'; | + | </JS> |
- | [[: | + | [[: |
- | < | + | < |