Skip to content
#

wiki

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

wiki
TheProgramSrc
TheProgramSrc commented Apr 29, 2020

I was looking how to setup wiki.js on apache for weeks and I want to share this for those that are looking for support. (This little guide is for Ubuntu)

First go to your apache folder (/etc/apache2/) and open the folder "sites-available", then create the file with your subdomain name, for example "wiki.example.com.conf".

Put this code inside the file:
`<VirtualHost *:443>
ServerName wi

ACGarland
ACGarland commented Feb 12, 2019

I often link to related folders on my system which contain a number of files related to the topic.
For example:

[[local:files/schematics|Schematics]]

where .../vimwiki/files/schematics is a folder on my system.

The link checking complains that the above link doesn't point to a valid file. While this is strictly true, why aren't links to folders OK? Clicking on the link opens Finder (und

TiddlyWiki5
Biepa
Biepa commented Apr 26, 2020

Describe the feature you'd like
1.) After a click on "Move Page" (I'm using another language, if this isn't the correct translation) a new page opens, where a book etc. can be chosen. I think it would be a good idea, to set the focus on

a) the search field, so you can start searching by typing and then
aa) press enter to confirm, if only one result is displayed
ab) press tab to get to t

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

Mappboy
Mappboy commented Feb 11, 2020

One of the instructions for compiling from source https://github.com/mapnik/mapnik/wiki/UbuntuInstallation is to install Harfbuzz (http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.34.tar.bz2), in my version of Ubuntu 19.10 this caused a problem with libpango, in turn causing gdm to break and stopped my machine from booting.

It might be worth attaching a note to the wiki th

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

krishnagopinath
krishnagopinath commented Dec 23, 2017

The API is slowly starting to grow to a "mid sized" application by itself and it might be time to start documenting it, so we can keep track of the changes to it.

The idea is simple:

  • Someone adds an endpoint to an API and a JSDoc for the API (via PR)
  • We could use apiDoc to convert JSDoc comments to html.
  • We could stop here, but since we want this to be in ou
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

GaetanBt
GaetanBt commented Jan 21, 2020

This is nothing more than a listing of all the things that would come to our minds and that need to be taking care of before merging #376 :

@ffoodd feel free to add items 😄

  • Clean input CSS (some prefixes or IE fixes may not be still useful)
  • Update Node version to at least v12.10.0 in the Travis configuration
  • Create a custom code demonstration block
  • Revise t
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.