claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 182 forks source link

Ability to set a path inside a git repo. #4

Closed hrj closed 11 years ago

hrj commented 11 years ago

I already have a git repo for all my documents and would like to add a wiki directory inside this for use through jingo.

Can you please add a config option for specifying the directory path inside the repo under which jingo does its business.

For example if the config option is:

repository:"/blah/"
storePath:"wiki"

Then jingo would store the pages inside the wiki directory in the blah repository.

claudioc commented 11 years ago

You're right. Next in the queue.

claudioc commented 11 years ago

Just added. The configuration key is "docSubdir".

Version 0.2.6

hrj commented 11 years ago

Wonderful, works like a charm.

Thanks a lot!

PS. I think this is going to be a tool I will use for the next 10 years at least. I was using tiddly wiki earlier, but a git backed, nodejs based wiki is fundamentally much better!