Konawiki is a simple Wiki designed specifically for writing manuscripts, creating manuals, and sharing information.
- Konawiki3 is Wiki clone.
- [URL] http://kujirahand.com/konawiki3/
- 日本語のREADME
The data in the Wiki is just plain text files, which allows for detailed differences to be tracked in conjunction with Git. You can use Konawiki3 instead of a text editor. Let's accomplish great tasks using the small and simple Konawiki.
Additionally, through the configuration options, it is possible to save in Markdown
as well as Konawiki notation
. You can use your preferred notation for markup.
It is very simple wiki engine.
* header
text text text text
** header2
table:
| table | test
| aaa | bbb
list:
- item1
- item2
- item3
code:
{{{#code(js)
console.log('hello');
}}}
We are implementing AI writing assistance features. These include summarizing texts, proofreading, rephrasing sentences, and automatically continuing writing, among others. By obtaining a ChatGPT API key and specifying it in the Konawiki settings, users can access AI support functions.
- Install WebServer and PHP
- Clone repository
git clone https://github.com/kujirahand/konawiki3.git
- Download Konawiki3 zip file from releases
- Unzip
- Change permissions
chmod 766 data
chmod 766 cache
chmod 766 private
When you want to use Git, execute shell commands.
cd kona3engine
composer install
-
- Access config page, and set PDF-output TRUE
-
- If Mojibake then put fonts in ./vendor/fonts(.ttf)
- PDF output manual
You can commit and push wiki diffs to your git repository.
# set your remote repository in `/data` dir
cd data
git remote add origin [email protected]:hoge/fuga.git
And set git_enabled to true at the config.
First login by Admin User, and access config page.
[URI] index.php?go&editConf
[URI] index.php?FrontPage&plugin&name=pluginlist
docker-compose up