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 [19.08.2023] – [HowTos] cs | digitales:software:dokuwiki01 [24.04.2025] (aktuell) – ↷ Seite von digitales:sdr:software:dokuwiki01 nach digitales:software:dokuwiki01 verschoben cs | ||
---|---|---|---|
Zeile 14: | Zeile 14: | ||
- 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 20: | Zeile 20: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
- | * [[: | + | * [[: |
- | * [[: | + | * [[: |
+ | |||
+ | ===== Tipps ===== | ||
+ | |||
+ | Neue Zeilen (line feed) gehen nicht mit Shift+Enter sondern mit (backslash, backslash, blank) | ||
+ | |||
+ | <code -> | ||
+ | \\ | ||
+ | </ | ||
===== HowTos ===== | ===== HowTos ===== | ||
Zeile 34: | Zeile 43: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
- | |||
==== JavaScript ==== | ==== JavaScript ==== | ||
Zeile 41: | Zeile 49: | ||
== HTML == | == HTML == | ||
- | < | ||
+ | <code -> | ||
< | < | ||
- | |||
</ | </ | ||
< | < | ||
- | < | + | < |
< | < | ||
- | |||
</ | </ | ||
Zeile 58: | Zeile 64: | ||
== PHP == | == PHP == | ||
- | < | + | < |
<php> | <php> | ||
echo 'The PHP version: '; | echo 'The PHP version: '; | ||
Zeile 64: | 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 75: | Zeile 80: | ||
echo '</ | echo '</ | ||
</ | </ | ||
- | |||
</ | </ | ||
Zeile 82: | 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> |
- | [[: | + | [[: |
- | < | + | < |