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 [2017/11/28 14:39 UTC] – add section on Interwiki links mikeplayground:playground [2024/04/10 01:58 UTC] (current) – [Syntax Reminders] mwolfe
Line 8: Line 8:
 </WRAP> </WRAP>
  
-UNC paths will auto-format to links: (\\dc1\syse) unless we tell it not to using ''nowiki'' tags: ''<nowiki>\\dc1\syse</nowiki>''+UNC paths will auto-format to links: (\\dc01\syse) unless we tell it not to using ''nowiki'' tags: ''<nowiki>\\dc01\syse</nowiki>''
  
-<code html>''<nowiki>\\dc1\syse</nowiki>''</code>+<code html>''<nowiki>\\dc01\syse</nowiki>''</code>
  
 +=== TaxColl2k Wiki ===
 +[[playground:playground:taxcoll2k|TaxColl2k]]
 +
 +
 +=== Matt's Sub Pages ===
 +[[https://grandjean.net/wiki/playground/playground/matt]]
 === Interwiki Links === === Interwiki Links ===
-  * FogBugz: [[fb>4743|Case 4743]]; wiki article: [[fb>w46|DokuWiki Installation]]+  * FogBugz: [[fb>4743|Case 4743]] (''<nowiki>[[fb>4743|Case 4743]]</nowiki>''); wiki article: [[fb>w46|DokuWiki Installation]] 
 +  * J Street FogBugz: [[js>30604|Case 30604]] (''<nowiki>[[js>30604|Case 30604]]</nowiki>''
 +  * NoLongerSet.com: [[nls>throwing-errors-in-vba|Throwing Errors in VBA]] (''<nowiki>[[nls>throwing-errors-in-vba|Throwing Errors in VBA]]</nowiki>'')
   * Stack Exchange sites: (//Click "share" link by question OR answer...copy the id number after the "a" or "q" in the link//)   * Stack Exchange sites: (//Click "share" link by question OR answer...copy the id number after the "a" or "q" in the link//)
     * StackOverflow     * StackOverflow
Line 21: Line 29:
     * SuperUser: [[su>1023605|Windows 10 Update 1511 fails with DiskCryptor whole disk encryption]]      * SuperUser: [[su>1023605|Windows 10 Update 1511 fails with DiskCryptor whole disk encryption]] 
  
-=== Syntax Reminders ===+=== Include Sections from other Wiki Pages === 
 +''%%{{section>gb:powershell:exchange#create_session_in_powershell}}%%'' //resolves to this:// 
 +{{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 ===
 +Non-breaking spaces (&nbsp;) can be entered using ''%%\_%%'' This is managed via the ''entities.local.conf'' file. 
 This text((this is a footnote)) needs a reference. This text((this is a footnote)) needs a reference.
 +
 +Wrap text in two single-quotes before and after to force <nowiki>''fixed-width font''</nowiki>: ''fixed-width font'' Fixed width text is easier to copy and paste than variable width fonts.  Thus, filenames and other text we're likely to want to select should be entered with the fixed-width font.
 +
  
 Here's a block of VBA code (added via ''<code vb></code>''): Here's a block of VBA code (added via ''<code vb></code>''):
Line 32: Line 55:
 </code> </code>
  
-Here'some keyboard keys: <key>Ctrl</key> + <key>c</key> to copy+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: 
 + 
 +  - Item 1\\ <code SQL>SELECT 'Success!' 
 +FROM Dummy  --see, we can embed line breaks in the SQL, too</code> 
 +  - Item 2 
 + 
 +Here are some keyboard keys: <key>Ctrl</key> + <key>c</key> to copy
  
 This is <wrap hi>some highlighted text</wrap> Some <wrap important>important text</wrap> Full [[https://www.dokuwiki.org/_media/plugin:wrap_plugin_example9.png|Wrap plugin examples]]. This is <wrap hi>some highlighted text</wrap> Some <wrap important>important text</wrap> Full [[https://www.dokuwiki.org/_media/plugin:wrap_plugin_example9.png|Wrap plugin examples]].
Line 40: Line 76:
 There is a hidden comment <wrap hide>via the Wrap plugin!</wrap> in the source text for this line.  It's added like this: \\  There is a hidden comment <wrap hide>via the Wrap plugin!</wrap> in the source text for this line.  It's added like this: \\ 
 ''%% <wrap hide>hidden comment</wrap> %%'' ''%% <wrap hide>hidden comment</wrap> %%''
 +
 +Use the "TODO" wrap block to embed "technical notes" in our product wiki pages:
 +
 +<WRAP round 90% center todo>**TECHNICAL NOTES**
 +
 +This is a technical note that most users probably don't care about.</WRAP>
 +
 +==== Email Links ====
 +[[mike@grandjean.net?subject=Simple Email Test|Simple Mailto: (no body)]]
 +
 +<html><a href="mailto:mike@grandjean.net?subject=A subject with spaces&body=Line 1%0D%0ALine 2&cc=anotheremailaddress@anotherdomain.com
 +&bcc=onemore@anotherdomain.com">Advanced Mailto: (body, cc, and bcc)</a></html>
 +
  
  • playground/playground.1511879995.txt.gz
  • Last modified: 2017/11/28 14:39 UTC
  • by mike