{{tag>Software}} ====== DokuWiki ====== * [[https://forum.dokuwiki.org/d/19794-specify-local-svg-icons-doesnt-work/9|Specify local SVG icons doesn't work/DokuWiki Forum]] * [[https://github.com/cosmocode/dokuwiki-template-sprintdoc/issues/85|Specify local SVG icons in sidebar doesn't work #85/github]] * [[https://graphicdesign.stackexchange.com/questions/147506/inkscape-to-convert-multiple-paths-into-one-single-path|InkScape to convert multiple paths into one single path]] - 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** - 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 - To export as optimised SVG, do File > Save as, then select "Optimised SVG" from the file type dropdown. \\ **Shift+Ctrl+S** - In the Optimsed SVG Output dialog set up the items you want to keep and which you want to remove. Here are my settings {{:images:inkscape-svg-export-settings.png?600&direct }} ===== Installation ===== * [[https://www.dokuwiki.org/install:synology|Installing DokuWiki on DSM 7.0+]] * [[https://www.dokuwiki.org/template:sprintdoc|sprintdoc Template]] * [[:playground:phpinfo]] * [[:playground:infoplugin]] ===== Tipps ===== Neue Zeilen (line feed) gehen nicht mit Shift+Enter sondern mit (backslash, backslash, blank) \\ ===== HowTos ===== * [[:wiki:dokuwiki]] * [[:wiki:syntax]] * [[https://forum.dokuwiki.org|DokuWiki Forum]] * [[https://www.dokuwiki.org/dokuwiki|https://www.dokuwiki.org/dokuwiki]] * [[https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php|Embedding HTML and PHP]] * [[https://www.dokuwiki.org/faq:html|Why does the HTML option not work?]] * [[https://www.dokuwiki.org/devel:javascript|JavaScript]] * [[https://www.dokuwiki.org/plugin:inlinejs|InlineJS Plugin]] * [[https://www.dokuwiki.org/de:namespace_templates|Namensraumvorlagen (namespace templates)]] ==== JavaScript ==== === Einbetten === == HTML == This is some inline HTML This is some inline HTML

And this is some block HTML

And this is some block HTML

== PHP == echo 'The PHP version: '; echo phpversion(); echo ' (generated inline HTML)'; echo 'The PHP version: '; echo phpversion(); echo ' (generated inline HTML)'; echo ''; echo ''; echo '
The PHP version inside a block level element: '.phpversion().'
';
echo ''; echo ''; echo '
The PHP version inside a block level element: '.phpversion().'
';
== JavaScript == let inhalt = 'Hallo Welt! (block JavaScript)'; document.write(inhalt); [[:playground:testseite]] // [[:legal:impressum|Impressum]] / [[:legal:datenschutz|Datenschutz]] / [[:legal:kontakt|Kontakt]]//