-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't set %3A-
or :
as seperator
#5
Comments
Trying to set the config manually to {
"menu": {
"item": "{{#levelRepeat}} {{/levelRepeat}}* [{{{title}}}]({{{link}}})\n",
"category": "{{#levelRepeat}} {{/levelRepeat}}* {{#link}}[{{{title}}}]({{{link}}}){{/link}}{{^link}}{{{title}}}{{/link}}\n{{{subitems}}}",
"category-1": "{{{subitems}}}\n"
},
"rules": {
"exclude": [],
"order": []
},
"separator": "%3A-",
"linkTemplate": "./%s",
"menuFile": "_Sidebar.md",
"multilang": false,
"menuOnly": true
} makes the sidebar working, but the pages itself have the undecoded HTML in their title (eg. |
I still have exactly the same problem, regardless if I try to choose the default (just hitting enter) or manually defining a category separator. |
The Therefore you cannot use |
I tried setting
%3A
,%3A-
,:
and:-
and neither of them worked:this is the folder structure:
The text was updated successfully, but these errors were encountered: