User Tools

Site Tools


playground:playground

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
playground:playground [2018/02/06 21:26] – [bootstrap plugin] rfileplayground:playground [2024/02/12 17:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
- 
 ====== PlayGround ====== ====== PlayGround ======
  
-Free courses 
- 
-  * https://www.udacity.com/ 
-  * https://www.coursera.org/ 
- 
- 
-====== books ====== 
- 
-https://stacksocial.com 
- 
-https://learnable.com 
- 
-https://locatepress.com 
- 
- 
- 
-http://safaribooksonline.com 
- 
- 
- 
- 
- 
- 
- 
-<box green> 
-box still works? 
-</box> 
- 
-<note> 
-how about note 
-</note> 
- 
- 
-<block box green 80%> 
-"big" content 
-</block> 
- 
- 
-<WRAP centeralign> 
- 
-<WRAP alert green 60%> 
- 
-This is some text, text , text , text , text , text , text , text , text , text , text , text , text , text , text , text , 
-text , text , text , text , text , text , text , text , text , text , text , text , text , text , text , text , text , text 
-</WRAP> 
- 
-</WRAP> 
- 
-<WRAP center round box 60%> 
-simple centered box 
-</WRAP> 
- 
- --- //[[lbase@finormile.com|Bob File]] 2017/03/02 21:47// 
- 
-https://console.aws.amazon.com/iam/#home 
- 
-===== Gmaps ===== 
- 
-[[https://www.dokuwiki.org/plugin:openlayersmap#syntax_usage|open layers map]] 
- 
- 
- 
-:wiki:favicon.ico 
-:favicon.ico 
- 
- 
-===== bootstrap plugin ===== 
- 
-<text type="muted">muted</text> 
-<text type="primary">primary</text> 
-<text type="success">success</text> 
-<text type="info">info</text> 
-<text type="warning">warning</text> 
-<text type="danger">danger</text> 
- 
-<nav> 
-  * [[:start]] 
-  * [[:plugin:bootswrapper|Plugin]] 
-  * [[playground:playground]] 
-  * DokuWiki 
-    * [[:wiki:welcome]] 
-    * [[:wiki:syntax]] 
-</nav> 
- 
-<well>Look, I'm in a well!</well> 
- 
- 
- 
-<panel type="default" title="Title of Panel" subtitle="Subtitle" icon="fa fa-home"> 
-Panel content 
-</panel> 
- 
- 
-<button collapse="foo">Collapsed item</button> 
-<collapse id="foo" collapsed="true"> 
-<box 95% green> 
-some text in a green box 
-</box> 
-</collapse> 
- 
- 
-<accordion> 
-<panel title="accordion stuff"> 
-<box blue> 
-this is accordion 
-</box> 
-</panel> 
-</accordion> 
- 
- 
-favicon lives with template: 
- 
-<box green> 
-just replace the favicon.ico in <dokuwiki>/lib/tpl/<your-template>/images/ with your desired icon. 
-</box> 
- 
- 
- 
-FIXME 
- 
- 
-TODO 
- 
-==== Text to Image Conversions ==== 
- 
-DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki: 
- 
-  * 8-) %%  8-)  %% 
-  * 8-O %%  8-O  %% 
-  * :-( %%  :-(  %% 
-  * :-) %%  :-)  %% 
-  * =)  %%  =)   %% 
-  * :-/ %%  :-/  %% 
-  * :-\ %%  :-\  %% 
-  * :-? %%  :-?  %% 
-  * :-D %%  :-D  %% 
-  * :-P %%  :-P  %% 
-  * :-O %%  :-O  %% 
-  * :-X %%  :-X  %% 
-  * :-| %%  :-|  %% 
-  * ;-) %%  ;-)  %% 
-  * ^_^ %%  ^_^  %% 
-  * :?: %%  :?:  %% 
-  * :!: %%  :!:  %% 
-  * LOL %%  LOL  %% 
-  * FIXME %%  FIXME %% 
-  * DELETEME %% DELETEME %% 
- 
-==== Text to HTML Conversions ==== 
- 
-Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. 
- 
--> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
-"He thought 'It's a man's world'..." 
- 
-<code> 
--> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) 
-"He thought 'It's a man's world'..." 
-</code> 
- 
-The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]]. 
- 
-There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]]. 
- 
-===== Quoting ===== 
- 
-Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: 
- 
-<code> 
-I think we should do it 
- 
-> No we shouldn't 
- 
->> Well, I say we should 
- 
-> Really? 
- 
->> Yes! 
- 
->>> Then lets do it! 
-</code> 
- 
- 
- 
-===== Info plugins ===== 
- 
-~~INFO:syntaxplugins~~ 
- 
- 
-==== Action plugins ==== 
- 
- 
-~~INFO:actionplugins~~ 
- 
- 
- 
-==== Admin ==== 
- 
- 
-~~INFO:adminplugins~~ 
- 
-==== syntax plugins ==== 
- 
-~~INFO:syntaxplugins~~ 
- 
- 
- 
- 
- 
- 
- 
- 
-==== Helper plugins ==== 
- 
-~~INFO:helperplugins~~ 
- 
- 
- 
- 
-==== Helper methods ==== 
- 
- 
-~~INFO:helpermethods~~ 
playground/playground.txt · Last modified: 2024/02/12 17:39 by 127.0.0.1