luogu-blog-frontend
luogu-blog-frontend copied to clipboard
提几点建议功能
具体在洛谷群里已经说明过了:
- ~~支持同步滚动(左端与右端)~~ (luogu-dev/markdown-palettes)
- [ ] 支持类似Github的访问链接直接跳转到指定章节
- [ ] 类似参考资料的脚注(联动上一点)
@abc1763613206 同步滚动应当是是编辑器 markdown-palettes 的功能,并且这个功能已经实现了,只是博客这边没有更新。
那么部署周期多长呢?
支持类似Github的访问链接直接跳转到指定章节
This has something to do with id
and I think a editor component should not set id
for elements in its render output. @moesoha it's your turn. Set id
for h1~h6.
类似参考资料的脚注(联动上一点)
I agree with it. If @dark-flames agrees with it too, it's just one line code.
支持同步滚动(左端与右端)
It's implemented. You can checkout master branch of Markdown*Palettes to have a try.
id
也可以通过页面的js代码来设置吧(也许)
id也可以通过页面的js代码来设置吧(也许)
Of course, and that is exactly what I meant. This process should be done in blog frontend, not in the editor component.
@TitanSnow Sorry, because of my poor English I cannot understand what you meant at first.
所以这个凉了?
看起来凉了@abc1763613206
支持类似Github的访问链接直接跳转到指定章节
这个貌似可以通过编辑器实现?