Rico Sta. Cruz

Results 243 comments of Rico Sta. Cruz

it's being done here: https://github.com/docpress/docpress-base/blob/master/data/script.js#L19-L33

yes, and oh, you need to set a domain: https://github.com/docpress/docpress/blob/master/docs/docpress.json#L19-L20

> Is it working for you on docpress.github.io? yep!

Sorry mate, never tried it. :(

I think I know what's up here. Docpress keeps a list of files like so: ```js /* _docpress.json */ { sources: { 'README.md': ... 'intro/index.md': ... } } ``` These...

As a workaround for now, the bindings for `g` can be disabled by setting the `triggers` option: ```lua require("which-key").setup({ triggers = { "" } }) ```

Thanks for the report! Looks like there's a few stuff that would need to be updated. In the mean time, it should continue to work (though it will trigger a...

Thanks for this! Adding props via properties isn't a supported use case at the moment, sorry.

Thanks! Going to fix this in master since this branch is now out of sync.

Makes sense! Thanks for this!