wiki:test

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
wiki:test [2021/08/31 11:01] – [test wrap plugin] oakfirewiki:test [2023/01/18 10:25] (当前版本) – [表] oakfire
行 1: 行 1:
 ====== 本wiki的配置与测试代码 ====== ====== 本wiki的配置与测试代码 ======
 +===== Tips =====
 +  * Dokuwiki 用的标记语法来自 [[https://en.wikipedia.org/wiki/Creole_%28markup%29|Creole]]
 +  * 直接修改 ''./conf/entities.conf'', 把''--''的替换取消掉! --, ---, ->, (c), >>, ...
 ===== Bugs ===== ===== Bugs =====
   *  --- //[[oakfire@163.com|Oakfire]] 2020/08/18 02:28// <del>手动修正了 插件 simpleindex 与 seqdia 的 syntax.php 里接口 handle 、render 与新版 dokuwiki 不匹配问题</del>  废弃了这两插件 --- //[[oakfire@163.com|Oakfire]] 2020/11/11 12:46//   *  --- //[[oakfire@163.com|Oakfire]] 2020/08/18 02:28// <del>手动修正了 插件 simpleindex 与 seqdia 的 syntax.php 里接口 handle 、render 与新版 dokuwiki 不匹配问题</del>  废弃了这两插件 --- //[[oakfire@163.com|Oakfire]] 2020/11/11 12:46//
  
-===== plugins ===== +===== Plugins ===== 
-  * simpleindex plugin: <wrap em>deprecated</wrap> +  * <del>SimpleIndex Plugin:</del> <wrap em>deprecated</wrap> 
-  * indexmenu plugin+  * IndexMenu Plugin
     * js theme {{ :wiki:oak.png.zip |}},组合了下icons8metrobw.png与icons8w10bw.png ,手动编辑了其中 page.png 图像。     * js theme {{ :wiki:oak.png.zip |}},组合了下icons8metrobw.png与icons8w10bw.png ,手动编辑了其中 page.png 图像。
   * Wrap Plugin   * Wrap Plugin
     * 修改了插件下 ''style.css'' 与 ''style.less'' 里 ''.wrap_warning''的 ''color'' 为白色,首页横条更为好看。     * 修改了插件下 ''style.css'' 与 ''style.less'' 里 ''.wrap_warning''的 ''color'' 为白色,首页横条更为好看。
   * [[https://www.dokuwiki.org/plugin:mathjax | mathjax]]   * [[https://www.dokuwiki.org/plugin:mathjax | mathjax]]
-  * plantumlparser plugin +  * PlantUmlParser Plugin 
-===== templates =====+===== Templates =====
   * Bootstrap3 Template: 发现这个主题模版更为好用!<wrap caution>现使用此模版</wrap>   * Bootstrap3 Template: 发现这个主题模版更为好用!<wrap caution>现使用此模版</wrap>
     * 修改了''./lib/tpl/bootstrap3/assets/bootstrap/default/bootstrap.min.css'' 里的 ''ul,ol'' 样式的 ''line-height'' 为 24px, 更为美观。     * 修改了''./lib/tpl/bootstrap3/assets/bootstrap/default/bootstrap.min.css'' 里的 ''ul,ol'' 样式的 ''line-height'' 为 24px, 更为美观。
行 19: 行 22:
  
  
-===== test seqdia plugin===== +===== Tests ===== 
 +==== » seqdia plugin====
  
 <wrap em>Deprecated</wrap>: 没怎么用,与2020新版接口不兼容 <wrap em>Deprecated</wrap>: 没怎么用,与2020新版接口不兼容
- 
- 
  
 [[https://www.websequencediagrams.com]] [[https://www.websequencediagrams.com]]
 +<code>
 <seqdia modern-blue> <seqdia modern-blue>
 aaa->+bbb: task one  aaa->+bbb: task one 
行 41: 行 42:
 end end
 </seqdia> </seqdia>
- +</code> 
-===== test plantumlparser =====+==== » plantumlparser ====
  
 示例:https://plantuml.com/zh/sequence-diagram 示例:https://plantuml.com/zh/sequence-diagram
行 86: 行 87:
 end end
 </uml> </uml>
-===== test table ===== +==== » table ==== 
-^ title1 ^ title2 ^ title3 ^ +^ title1  ^ title2  ^ title3  
-| 1111 | 222222 | 333333 | +| 1111    | 222222  | 333333  
-|:::| 22222 | 33333 | +| :::     | 22222   | 33333   
-|11111 | 222222 | 333333 |+| 11111   | 222222           |
 +|                         | 
 +|                         | 
 +|                         | 
 +|                         |
  
-===== test mathjax =====+==== » mathjax ====
  
 inline math, use dollar signs: $a^2 + b^2 = c^2$ inline math, use dollar signs: $a^2 + b^2 = c^2$
行 104: 行 109:
 \end{align*} \end{align*}
  
-===== test wrap plugin =====+==== » wrap plugin ====
  
 <WRAP group> <WRAP group>
行 158: 行 163:
   * 请用鼠标选择右边的空白区域:<wrap spoiler>看不见我,看不见我</wrap>   * 请用鼠标选择右边的空白区域:<wrap spoiler>看不见我,看不见我</wrap>
  
 +<markdown>
 +
 +### » markdown page plugin
 +- 内部链接:[首页](:start), [doku本插件链接](doku>plugin:mdpage), [wp 链接](wp>dokuwiki)
 +- 内部链接图像:![internal image](:wiki:dokuwiki-128.png)
 +- [x] foo
 +  - [ ] bar
 +  - [x] baz
 +- [ ] bim
 +- foo
 +- bar
 ++ baz
 +- ~~Hi~~ Hello, ~there~ world!
  
 +| f\|oo  |
 +| ------ |
 +| b `\|` az |
 +| b **\|** im |
 +</markdown>
  
  
  
  
  • wiki/test.1630378878.txt.gz
  • 最后更改: 2021/08/31 11:01
  • oakfire