Samuel Huang
Samuel Huang
The icons shown in the demo look pretty good, it'll be great if we have a built-in configuration for them, so that we don't have to manually find and config.
It'll be great if the first heading in Markdown (followed by `# `, typically at the top of file) can be treated as an inline metadata to be displayed in...
19级微电子已经脱离电子系,应当归入微电子学院的文件夹。 https://github.com/SUSTech-Application/SUSTechapplication/blob/master/docs/grad-application/electronic-and-electrical-engineering/microelectronic-engineering/%5BCN%5D-19-chenrenwei.md
This feature may be possible to be implemented with a plugin, but I haven't found one so far. ```markdown Some text here ``` So that the line breaks are respected...
We should consider upgrading this plugin to the ESM specification. With `chalk@5` now available and utilizing ESM, it’s no longer possible to import it using `require`. Sticking to chalk@4 has...
- Bumps to `chalk^5.0.0` and `natural^8.0.0` - `chalk` switched to ESM since v5, now dynamically importing it in `calcRelatedPosts.js`. - Removed `chalk` from dev - `chalk` is still listed in...
When the extension is installed, hitting Ctrl + / will use `{%%}` for comment everywhere in an `.md` file. Ideally this should only happen inside a Nunjucks snippet.
### Check List - [X] I have already read [Docs page](https://hexo.io/docs/). - [X] I have already searched existing issues. ### Feature Request Currently only a repo with a `package.json` present...
## PR Checklist - [x] The changes have been tested (for bug fixes / features). - [x] [Docs](https://github.com/next-theme/theme-next-docs/tree/master/source/docs) in [NexT website](https://theme-next.js.org/docs/) have been added / updated (for features). ## PR...
#767 可以考虑把 `enable` 改为一个枚举类 ```yaml motion: enable: "both" | "mobile" | "desktop" | "none" ``` 或者加一个选项 ```yaml motion: desktop_only: true | false ```