0.0.15 • Published 3 years ago

remarkablewiki v0.0.15

Weekly downloads
171
License
MIT
Repository
github
Last release
3 years ago

Remarkable Wiki

npm version

Is a lightweight and functional readonly interface for work with your markdown documents.

You can see an example here.

Features

  • Text search
  • Backlinks/wikilinks syntax
  • Http authorization
  • Mobile friendly
  • Cusomizable

Configuration

> node dist/server.js --help
Usage: server [options]

Options:
  -a, --api-url <url>             url to api for client
  -e, --edit-url <url>            edit url in your repository
  -u, --auth-user <name>          name for http authentication
  -s, --auth-password <password>  password for http authentication
  -p, --path <path>               path to wiki directory (default: "/app/wiki")
  -h, --help                      display help for command

You can configure all the parameters in package.json:

  ...
  "start": "node ./dist/server.js -p ../wiki -u user -s password",
  ...

Heroku

It's heroku friendly. You can put in wiki directory your markdown files, publish the app on Heroku and make it accessable through web interface.

> heroku login
> heroku git:remote -a remarkablewiki
> git commit -am "init"
> git push heroku master

CLI

Easy to start from terminal:

> npm install remarkablewiki
> ./node_modules/.bin/remarkablewiki -p /your/wiki
0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago