wiki
Here are 1,515 public repositories matching this topic...
Gollum currently uses custom dialog modals (upload, rename, new). When the switch to Primer CSS has been merged, we should look into deprecated these custom modals for Primer's Box--overlay. At the moment this package is still experimental.
e.g. /outline new This is the title
Outline should respond in the channel with an attachment for the newly created document
Regarding haiwen/seafile#1982 - the documentation for the Apache configuration of a non-root domain deployment is still outdated on: https://download.seafile.com/published/seafile-manual/deploy/deploy_seahub_at_non-root_domain.md I spent a few hours putting around with it before I stumbed upon this old issue!
I followed the solution and got it to work. Notably, the fol
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
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
When installing the plugin $:/plugins/tiddlywiki/tw5.com-docs
various macros do not work, rendering the documentation not usable. For example, look at WikiText
- it appears truncated.
-
Updated
Dec 1, 2019
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
System Details:
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
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
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
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
"Get a hint" on freecodecamp is down (error 500 - internal server error), so I found this github page.
Unfortunately the solution given does not work / is not accepted by fcc, but this does
function lookUpProfi
In case Imgur ever closes down their hosted service, it will be a sad day.
The script should simply go through all markdown files, go to all Imgur linked images and download them to a folder.
-
Updated
Jun 8, 2020 - Go
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
-
Updated
Jun 6, 2020 - Java
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
Should exist in the installation manual an example of a systemd documizer-conversion.service
in order to launch at boot the docker appliance with syslog and dns options .
-
Updated
Mar 19, 2020 - Python
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
-
Updated
May 28, 2019 - JavaScript
I'd like to display a site-wide notice at the top of each page. (like Sitenotice of Anonnotice in MediaWiki)
This feature is very useful to announce about maintenance and etc.
A flag that sets the default behavior to publish all pages.
Improve this page
Add a description, image, and links to the wiki topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wiki topic, visit your repo's landing page and select "manage topics."
Contributing.md doesn't doesn't appear to contain any actual guidlines, and the link only leads back to the same document: Java/CONTRIBUTING.md.