====== PlayGround ====== === BLUF === Bottom line up front. Follow these steps: - Get key steps to remember - Put them in ordered list format - Float that list in upper right of page UNC paths will auto-format to links: (\\dc01\syse) unless we tell it not to using ''nowiki'' tags: ''\\dc01\syse'' ''\\dc01\syse'' === TaxColl2k Wiki === [[playground:playground:taxcoll2k|TaxColl2k]] === Matt's Sub Pages === [[https://grandjean.net/wiki/playground/playground/matt]] === Interwiki Links === * FogBugz: [[fb>4743|Case 4743]] (''[[fb>4743|Case 4743]]''); wiki article: [[fb>w46|DokuWiki Installation]] * J Street FogBugz: [[js>30604|Case 30604]] (''[[js>30604|Case 30604]]'') * NoLongerSet.com: [[nls>throwing-errors-in-vba|Throwing Errors in VBA]] (''[[nls>throwing-errors-in-vba|Throwing Errors in VBA]]'') * Stack Exchange sites: (//Click "share" link by question OR answer...copy the id number after the "a" or "q" in the link//) * StackOverflow * Question example: [[so>4338025|IsDate function returns unexpected results]] * Answer example: [[so>8680815|How to Conditionally Skip a For Loop Iteration]] * ServerFault: [[sf>84417|Joining multiple domains in Windows 7]] * SuperUser: [[su>1023605|Windows 10 Update 1511 fails with DiskCryptor whole disk encryption]] === 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: * ''[_]'': [_] * ''[x]'': [x] * ''[√]'': [√] //(NOTE: to enter the checkmark character, hold down Alt 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 ( ) can be entered using ''%%\_%%''. This is managed via the ''entities.local.conf'' file. This text((this is a footnote)) needs a reference. Wrap text in two single-quotes before and after to force ''fixed-width font'': ''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 ''''): Public Sub HelloWorld() Debug.Print "Hello, world!" End Sub This is a file that can be downloaded (added via ''''): syntax: glob *.twinproj 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\\ SELECT 'Success!' FROM Dummy --see, we can embed line breaks in the SQL, too - Item 2 Here are some keyboard keys: Ctrl + c to copy This is some highlighted text. Some important text. Full [[https://www.dokuwiki.org/_media/plugin:wrap_plugin_example9.png|Wrap plugin examples]]. Here's a useful tip that doesn't really flow with the rest of the article. It's automatically indented 5% (by virtue of having a width of 90% and being centered). There is a hidden comment via the Wrap plugin! in the source text for this line. It's added like this: \\ ''%% hidden comment %%'' Use the "TODO" wrap block to embed "technical notes" in our product wiki pages: **TECHNICAL NOTES** This is a technical note that most users probably don't care about. ==== Email Links ==== [[mike@grandjean.net?subject=Simple Email Test|Simple Mailto: (no body)]] Advanced Mailto: (body, cc, and bcc)