Jacco-V

Results 16 comments of Jacco-V

I pushed some changes, but it does not work as expected :( It seems that the `:sidebar="hello world?"` does not get parsed as `config`? ```md ## How would I write...

I've added quoted string support to the [getAndRemoveConfig](https://github.com/Jacco-V/docsify/blob/feature-customizableSidebarItemName/src/core/render/utils.js#L21=L44) function and updated the tests. But I'm touching more code than I feel comfortable. and it is kinda hard to know if...

Any chance anyone of the reviewers is going to review this?

**Code has been tested and is working as intended**, with the sole caveat that: * we cannot support *escaped characters in quoted-string config-values*, because by the time the `str` is...

Hi, Is anyone going to review this PR? or is this functionality somehow not good enough? Cheers,

@Koooooo-7 Yes, I can see what you mean. Architecturally speaking, it would be best if the `str` argument would be passed to the `getAndRemoveConfig()` function _before_ the markdown has been...

@jhildenbiddle This is a possibility, and it could be an intermediate solution, but it would also be another incarnation of 'sidestepping the problem', although with a better solution than introducing...

I would be willing to try and implement this, but I have not idea where to start?

Please see PR [#1825](https://github.com/docsifyjs/docsify/pull/1825)