The Wayback Machine - https://web.archive.org/web/20200221012844/https://github.com/topics/wiki
Skip to content
#

wiki

Here are 1,375 public repositories matching this topic...

wiki
DelfrCorp
DelfrCorp commented Oct 9, 2019

I am relatively new to GitHub and even newer to Wiki.js & struggled for several hours to properly configure port 80 and 443 proxying to get the wiki my colleague built for our company to automatically work with port 80 & 443 and automatically redirect to port 443 and have it work properly with the wiki node proxy.

I would like to suggest a quick addition of a full proper nginx config (example b

TiddlyWiki5
carugnom
carugnom commented Jan 5, 2020

Hi there
I'm setting this in my vimrc

let g:vimwiki_list = [{'path': '~/vimwiki', 'syntax': 'default', 'ext': '.wiki'}]
let g:vimwiki_global_ext = 0
let g:vimwiki_dir_link = 'index'
let g:vimwiki_folding = 'expr:quick'
let g:vimwiki_auto_chdir = 1

The output of :VimwikiShowVersion is 2.4.1

I enter vimwiki (,ww) and I follow a linked subdir like [[comp/]] where I have wiki n

jdrch
jdrch commented Sep 9, 2019

System Details:

  • Operating System: Windows 10 v1903 Pro x64

  • Distro(For GNU/Linux and BSD users): N/A

  • Desktop Environment(For GNU/Linux and BSD users): N/A

  • Persepolis Version: 3.1.0

  • How do you install Persepolis? From Github .exe installer

  • Please attach log files if crash or paste error message: N/A

Issue Description and steps to reproduce:

The Enter Your Link

sonderlau
sonderlau commented Aug 20, 2019

WARNING - A relative path to 'crypto / blockcipher / des-zh.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING - A relative path to 'crypto / blockcipher / mode / ofb-zh.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING - A relative path to 'crypto/asymmetric/discrete-log/ecc-zh' is included in the

rongxr
rongxr commented Sep 27, 2019

1、安装环境,请务必确认docker和docker-compose已经安装好了
[root@localhost]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@localhost]# docker --version
Docker version 19.03.1, build 74b1e89
[root@localhost]# docker-compose -version
docker-compose version 1.24.0, build 0aa59064

2、下载opsmanage的zip包
https://github.com/welliamcao/OpsManage

3、把zip包上传到linux系统任何目录,例如:/data/pkg。

4、编辑aut

arthurlogilab
arthurlogilab commented Oct 18, 2019

We're looking for a wiki that would support building parts of the documentation using graphql queries that render at read time, enabling dynamic wiki edition.

Do you think this would be possible with outline ? I know there's a good number of components that do graphql with react, so (from a newcomers point of view) it seems a good match.

Are there any plans for a plugin type approach ?

techapu
techapu commented Jun 13, 2019

In the Issue #161 we have been talking about the org-brain "API", and the need to document the use of the org-brain functions from elisp with the needed arguments, parameters, etc. I want to work with you in what you need related to the more complex linking workflow possible.

All about the issue #163 is a good example of a coding, reference and documentation need for me. How do I

erhlee-bird
erhlee-bird commented Nov 8, 2019

I have a manual that I would like to embed as a document in a template space.

But the manual is expected to evolve over time and needs to be kept up to date for each space that embeds it.

A potentially useful feature would be to have a document that works as a symbolic link to another space where the actual living document is maintained.

hajika
hajika commented Jun 2, 2017

currently, when you remove a page and then create a new one with the same name, it gets the history of the old page. There should be the option to click "remove including all history" that makes git to remove the file from all commit histories. I think it should be provided by git command:

git filter-branch --tree-filter 'rm -f $FILENAME' HEAD

However, it should be transparent to the users

bug

Improve this page

Add a description, image, and links to the wiki topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wiki topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.