The "To Keep Up" Wiki

A collection of information we find useful

User Tools

Site Tools


dokuwiki_annoyances

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
dokuwiki_annoyances [2023.08.24 13:02] Steve Isenbergdokuwiki_annoyances [2024.09.20 13:20] (current) Steve Isenberg
Line 162: Line 162:
 {{gallery>:namespace?showname&nocrop&1024X768&200x150}} {{gallery>:namespace?showname&nocrop&1024X768&200x150}}
 </code> </code>
 +
 +====Add text from a file with wrapping====
 +You have text you want to add to a wiki page, and you want to make sure that it's inserted with line wraps.
 +
 +For example if you have the text 
 +
 +<code>
 +11:29:43 message to everyone:
 + Sabine Hossenfelder (born 1976) is a German professional YouTuber, theoretical physicist, science communicator, author, musician, and singer. She is the author of Lost in Math: How beauty leads physics astray, which explores the concept of elegance in fundamental physics and cosmology, and of Existential Physics: A scientist’s guide to life’s biggest questions.
 +</code>
 +
 +But you want it to look like this, note that you don't have to scroll left and right to read the whole line:
 +
 +<WRAP prewrap>
 +<code>
 +11:29:43 message to everyone:
 + Sabine Hossenfelder (born 1976) is a German professional YouTuber, theoretical physicist, science communicator, author, musician, and singer. She is the author of Lost in Math: How beauty leads physics astray, which explores the concept of elegance in fundamental physics and cosmology, and of Existential Physics: A scientist’s guide to life’s biggest questions.
 +</code>
 +</WRAP>
 +
 +You surround the lines as follows:
 +<file>
 +<WRAP prewrap>
 +<code>
 +11:29:43 message to everyone:
 + Sabine Hossenfelder (born 1976) is a German professional YouTuber, theoretical physicist, science communicator, author, musician, and singer. She is the author of Lost in Math: How beauty leads physics astray, which explores the concept of elegance in fundamental physics and cosmology, and of Existential Physics: A scientist’s guide to life’s biggest questions.
 +</code>
 +</WRAP>
 +</file>
 +When the wiki processes this, it'll do the line wrapping on the Sabine line.
 +
 +====Change the wiki logo====
 +The logo is a 128x128 pixel file named wiki:logo.png
 +
 +Consider using https://looka.com to create your logo then use your photo editing software (e.g., Photoscape X) to fine-tune and save it as a 128x128 pixel .png.
 +
 +
 +
 +
  
  
dokuwiki_annoyances.1692907332.txt.gz · Last modified: 2023.08.24 13:02 by Steve Isenberg