JingMatrix

Results 157 comments of JingMatrix

That request might be hard to merge, but a new request is more likely to be accepted: https://github.com/ahrm/sioyek/pull/273, so I should reopen it.

The pull request is merged now, but for stability reason, current pull-request should wait for next release of `sioyek`.

I made a new pull request to fix it, see #94, without bothering offset polygon.

No, I tried it. And the reason for it is that, your code will for `g:rooter_change_directory_for_non_project_files` only applies to triggered buffers. In fact, I thought, it is a design mistake...

Sorry, I was modifying my last comment since I realized I overlooked your first comment. I didn't see you mentioned enable for all buffers. I thought, as your README suggests,...

Your perspective is also reasonable. It is understandable for you to keep your opinion on how people think for project files.

Thanks for your historical explanation, now I get more of your idea.

I should do some further work to support any custom layout option in the frontmatter.

Here is the code: ```js let contentLayout = theme.pageLayout || "VPDoc" ■ 'contentLayout' is declared but its value is never read. if (frontmatter.layout != null) { if (frontmatter.layout == "doc")...

Sorry to pollute the comments you might receive, an actually working code shoul like ```vue ``` the js code in last comment won't work as `layout` is not a known...