jingo
jingo copied to clipboard
Node.js based Wiki
I've consolidated the features from prior pull requests with another fix to a bug in jingo's core code I uncovered as well as an additional option in configs to turn...
Is there a way the "Tools" dropdown could be made to stay permanently dropped down? The extra effort to mouse over it, wait for it to drop, then click a...
Marked currently does not support emojis and they've had the related [issue](https://github.com/chjj/marked/issues/233) open for three years now. I suggest switching to another library such as [markdown-it](https://github.com/markdown-it/markdown-it). Marked does not appear...
In the reference documentation, we have: > > application.proxyPath (string: "") > > If you want jingo to work "behind" another website (for example in a /wiki directory of an...
This is an abuse based on the ability on some social networks to change the display name at any moment and use `` in them. Github allows this for instance....
This commit add Mastdon as an option for login by using mastodon-passport. Mastodon being a federated social network, there are several instances of the service, so you need to know...
If I go to _Tools_ -> _All Pages_, a page with title 'Document list – Most recent updates shown first' opens but doesn't show any pages
The default "memory" storage for sessions suffer a well known memory leak. As pointed out on the `express-session` documentation. The usage is discouraged in production. Consider switching to a leak-proof...