playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
playground:playground [2023/03/06 21:18 UTC] – [PlayGround] mwolfeplayground:playground [2024/04/10 01:58 UTC] (current) – [Syntax Reminders] mwolfe
Line 33: Line 33:
 {{section>gb:powershell:exchange#create_session_in_powershell}} {{section>gb:powershell:exchange#create_session_in_powershell}}
  
 +=== Auto-Replaced Text ===
 +The following sets of characters take advantage of the DokuWiki [[https://www.dokuwiki.org/entities|Entities]] feature to perform automatic text replacement:
 +
 +  * ''<nowiki>[_]</nowiki>'': [_]
 +  * ''<nowiki>[x]</nowiki>'': [x]
 +  * ''<nowiki>[√]</nowiki>'': [√]  //(NOTE: to enter the checkmark character, hold down <key>Alt</key> and enter ''251'' on the numeric keypad [further note: you **must** use the keypad; entering ''251'' using the top row of numbers on the keyboard will not work])//
 ==== Syntax Reminders ==== ==== Syntax Reminders ====
 Non-breaking spaces (&nbsp;) can be entered using ''%%\_%%'' This is managed via the ''entities.local.conf'' file. Non-breaking spaces (&nbsp;) can be entered using ''%%\_%%'' This is managed via the ''entities.local.conf'' file.
Line 48: Line 54:
 End Sub End Sub
 </code> </code>
 +
 +This is a file that can be downloaded (added via ''<file text .hgignore></file>''):
 +
 +<file text .hgignore>
 +syntax: glob
 +*.twinproj
 +</file>
  
 You can show code underneath an item in an ordered list without breaking the ordering by using the double-backslash to embed a newline after the item: You can show code underneath an item in an ordered list without breaking the ordering by using the double-backslash to embed a newline after the item:
  • playground/playground.txt
  • Last modified: 2024/04/10 01:58 UTC
  • by mwolfe