Coder Social home page Coder Social logo

mdwiki's Introduction

MdWiki

simple wiki with markdown files as input

Installation and update

Requirements

Webserver with Apache 2.4 (or similar) and php 7.4

Installation and upgrade

  1. copy and past the code in a specific folder and configure the Webserver
  2. create new app/settings.ini file starting from app/settings-example.ini and fill the fields
  3. insert the .md files in data/md-wiki-docs
  4. create the index in json format
{
 "filename.md" : "Name"
}

5.execute the enable and refresh search

Shortcut link

If you want to add shorcut link you can add it in settings.ini like the example

Online editing

You can edit the .md files already presents by clicking ""

Images

the uploaded images can be placed into public/img/upload folder

Enable and refresh search

once added the new .md files and updated the index file execute

node bin/index-search.js

Online editing

adding users in folder data/users with json files

{
 "username":"test",
 "password":"test",
 "token":"""
}

you can edit the .md files already presents by clicking Edit link in bottom of the pages. You can also upload and delete images

!!ATTENTION: in order to have the correct results in search after online editing you need to execute the enable and refresh search!!

To do

  • add a load more feature
  • add version management

Thanks to

mdwiki's People

Contributors

superkekko avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.