Show pageOld revisionsBacklinksFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Wiki 활용, Plugin ===== {{tag>wiki 위키활용 정보관리}} ===== Wiki 활용 ===== * 기업위키를 통한 공유지식 [[https://brunch.co.kr/@lunarshore/209|https://brunch.co.kr/@lunarshore/209]] * 위키를 활용한 협업 노하우 [[https://www.imaso.co.kr/archives/1645|https://www.imaso.co.kr/archives/1645]] [[https://www.slideshare.net/xenonix/p31730|https://www.slideshare.net/xenonix/p31730]] * [[http://woowabros.github.io/woowabros/2016/09/13/confluence_guide.html|소프트웨어 팀을 위한 컨플루언스 가이드]] ===== 설정 ===== ===favicon=== dokuwiki/lib/tpl/템플릿명/images 내에 아래 파일들을 수정한다 desktop : favicon.ico mobile : apple-touch-icon.png inc/template.php 1932 라인에 있음 ===== Plugin ===== [[https://openwiki.kr/tech/|https://openwiki.kr/tech/도쿠위키#유용한_플러긴]] [[https://openwiki.kr/tech/%EB%8F%84%EC%BF%A0%EC%9C%84%ED%82%A4|Openwiki - 도쿠위키 기술]] [[http://html5around.com/wordpress/tutorials/|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/|https://namu.wiki/w/도쿠위키?from=DokuWiki#s-8]] 플러그인 추천 [[http://manpd.tistory.com/m/242?category=745481|http://manpd.tistory.com/m/242?category=745481]] [[http://manpd.tistory.com/m/243?category=764057|http://manpd.tistory.com/m/243?category=764057]] https://www.dokuwiki.org/tips:blogging https://www.dokuwiki.org/tips ---- ===addnewpage=== <code> {{NEWPAGE}} </code> ===ckgedit=== *Turn supplementary image paste support on 해줘야 이미지 복붙됨 * [ckgedit] dblclk Off (Clicking on a dokuwiki section while ckgedit is active will open that section for editing in the native dokuwiki editor. This feature is on by default and can be set to off with this option.) ===discussion=== * [Discussion] * URL, Address 입력 off * User name 대신 Real name * [/user/dokuwiki/inc/lang/en/lang.php] fullname : Real name -> Name <code> ~~DISCUSSION~~ ~~DISCUSSION|Off~~ </code> ===move=== === tag === https://www.dokuwiki.org/plugin:tag <code> {{tag>tag1 tag2 tag3}} </code> === templatepagename === [[https://www.dokuwiki.org/namespace_templates|기본방법]] === indexmenu === https://www.dokuwiki.org/plugin:include <code> </code> === inlinetoc === https://www.dokuwiki.org/plugin:inlinetoc <code> {{INLINETOC}} </code> === SyntaxHighlighter4 === https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4 * ''<sxh php; highlight: [11-15]; title: 제목> code </sxh>'' * ''<code>'' 에 overriding ===imgPaste=== ===Semantic== https://www.dokuwiki.org/plugin:semantic * hideMail 빼고 전부 enable * https://developers.facebook.com/tools/debug 공유 디버거 * https://developers.facebook.com/docs/sharing/best-practices/#precaching * https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Ftriviaz.net%2Fblog%3Ascale_free_network_link [helper.php] line 129: getDescription : <code php>return (@$this->meta['description']['abstract'] ? substr($this->meta['description']['abstract'],strlen($this->getTitle())+1) : $this->getTitle()); </code> ===include=== https://www.dokuwiki.org/plugin:include <code> {{page>software_development:Performance of VBA}} </code> ===hidden=== <code> <hidden click here if you want to know more>Since you want to know more, here is an explanation with more details […]</hidden> </code> ===sectiontoggle=== ===WRAP=== * 주석처리 <code> <WRAP hide>주석</WRAP> </code> ===statistics=== * 설치 후 db.sql 을 mysql에서 실행해야 함 (설정에서 DB, id/pw 설정도 해줘야 함) ===iframe=== <code> {{url:IFRAMEURL width,height noborder noscroll|TEXT}} </code> ===codemirror=== 기본 editor 에서 wiki syntax highlighting ===color=== <code> <color red> color </color> </code> <color red> color </color> ===folded=== * [folded] 기본 unfold -> off <code> ++++title| any content ++++ </code> ++++title| any content ++++ * inline * ++title| formatted text ++ * <code> ++title| formatted text ++ </code> ===page redirect=== <code> ~~REDIRECT>namespace:page~~ </code> === imagebox === https://www.dokuwiki.org/plugin:imagebox just add ''['' <code> [{{imgsrc|caption}}] </code> ===imagereference=== https://www.dokuwiki.org/plugin:imagereference <code> <imgcaption label|John Doe>{{:wiki:dokuwiki-128.png}}</imgcaption> The Dokuwiki image can be seen in <imgref label>. </code> ===MathJax=== https://www.dokuwiki.org/plugin:mathjax <code latex> 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) $$ </code> $ 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 <code>~~TAGCLOUD~~</code> 워드클라우드는 한글 문제로 잘 작동하지 않음 === 설정 history === * [MAIN] [[http://www.dokuwiki.org/config:maxseclevel|maxseclevel]]Maximum section edit level : 3→4 * [MAIN] sneakyindex : true * [ACL] weblog:draft: all,user NONE * [lib>tpl>bootstrap3>main.php] <head> 에 GTM 코드 삽입 * google adsense plugin 코드삽입 * [xbr] main설정 renderer_xhtml 수정 * [bootstrap3] > main.php 71Line : <code> <article id="dokuwiki__content" onclick="jQuery('.navbar-collapse').collapse('hide');" </code> * https://getbootstrap.com/docs/4.0/components/collapse/ 참고 * google adsense 삽입 <!------------------- 구글 광고 --------------------------------------------------------------------------------> * 웹폰트 <!--웹폰트--> * [/user/dokuwiki/inc/lang/en/edit.txt] : plugin 페이지 링크 삽입 * CK https://www.dokuwiki.org/tips:commonlogin * [/inc/init.php] l147 * [/inc/auth.php] l1231, 423 * [/inc/common.php] l505 : wl (wikilink) * [/inc/parser/xhtml.php] l910. (internallink) * [Discussion] Thread 신규페이지 생성위치 Off trivia/wiki.txt Last modified: 2025/07/07 14:12by 127.0.0.1