KonaWiki is a simple Wiki designed specifically for writing manuscripts, creating manuals, and sharing information.
The data in the Wiki is just plain text files, which allows for detailed differences to be tracked in conjunction with Git. Developers have been using KonaWiki3 as a substitute for text editors for many years. 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 PHP 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.
git clone https://github.com/kujirahand/konawiki3.git
chmod 766 data
chmod 766 cache
chmod 766 private
When you want to use Git, execute shell commands.
cd kona3engine
composer install
You can commit and push wiki diffs to your git repository.
# set your remote repository in `/data` dir
cd data
git remote add origin git@github.com: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