Table of Contents

Wiki 활용, Plugin

Wiki 활용

설정

favicon

dokuwiki/lib/tpl/템플릿명/images 내에 아래 파일들을 수정한다
desktop : favicon.ico
mobile : apple-touch-icon.png

inc/template.php 1932 라인에 있음

Plugin

https://openwiki.kr/tech/도쿠위키#유용한_플러긴
Openwiki - 도쿠위키 기술

http://html5around.com/wordpress/tutorials/도쿠위키-설치-우분투기준-문법-플러그인-쭈욱-알아/

https://jsonobject.tistory.com/286
https://openwiki.kr/tech/%EB%8F%84%EC%BF%A0%EC%9C%84%ED%82%A4#%ED%95%84%EC%88%98_%ED%94%8C%EB%9F%AC%EA%B8%B4

https://namu.wiki/w/도쿠위키?from=DokuWiki#s-8

플러그인 추천

http://manpd.tistory.com/m/242?category=745481

http://manpd.tistory.com/m/243?category=764057

https://www.dokuwiki.org/tips:blogging

https://www.dokuwiki.org/tips


addnewpage

 {{NEWPAGE}}

ckgedit

discussion

~~DISCUSSION~~

~~DISCUSSION|Off~~

move

tag

https://www.dokuwiki.org/plugin:tag

{{tag>tag1 tag2 tag3}}

templatepagename

기본방법

indexmenu

https://www.dokuwiki.org/plugin:include

 

inlinetoc

https://www.dokuwiki.org/plugin:inlinetoc

 {{INLINETOC}} 

SyntaxHighlighter4

https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4

imgPaste

Semantic

https://www.dokuwiki.org/plugin:semantic

[helper.php] line 129: getDescription :

return (@$this->meta['description']['abstract'] ? substr($this->meta['description']['abstract'],strlen($this->getTitle())+1) : $this->getTitle()); 

include

https://www.dokuwiki.org/plugin:include

 {{page>software_development:Performance of VBA}} 

hidden

 <hidden click here if you want to know more>Since you want to know more, here is an explanation with more details […]</hidden>
 

sectiontoggle

WRAP

statistics

iframe

 {{url:IFRAMEURL width,height noborder noscroll|TEXT}} 

codemirror

기본 editor 에서 wiki syntax highlighting

color

 <color red> color </color> 
color

folded

 ++++title| any content ++++ 

title

page redirect

 ~~REDIRECT>namespace:page~~ 

imagebox

https://www.dokuwiki.org/plugin:imagebox
just add [

 [{{imgsrc|caption}}] 

imagereference

https://www.dokuwiki.org/plugin:imagereference

<imgcaption label|John Doe>{{:wiki:dokuwiki-128.png}}</imgcaption>
The Dokuwiki image can be seen in <imgref label>.

MathJax

https://www.dokuwiki.org/plugin:mathjax

inline $ X \sim \mathcal{N}(\mu,\,\sigma^{2})\ $
line $$ f(x) = \frac{1}{\sqrt{2\pi}\sigma}   exp\left( {  -\frac{1}{2}   \left(    \frac{x - \mu}{\sigma}  \right)^{2}  }  \right)  $$

$ X \sim \mathcal{N}(\mu,\,\sigma^{2})\ $ https://www.overleaf.com/learn/latex/Brackets_and_Parentheses
$$ f(x) = \frac{1}{\sqrt{2\pi}\sigma} exp\left( { -\frac{1}{2} \left( \frac{x - \mu}{\sigma} \right)^{2} } \right) $$

cloud

https://www.dokuwiki.org/plugin:cloud

~~TAGCLOUD~~

워드클라우드는 한글 문제로 잘 작동하지 않음

설정 history