-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Joplin support #56
Conversation
不好意思,先等一下,暂时不要 fetch upstream。我这边还有一点问题没有处理完。 |
问题已解决,您现在可以 fetch upstream 了。 |
ok. 已经 fetch 了。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我完成了审核。大部分地方都没有问题,唯独:
- 我们希望您保留
Supplemental
目录的原始内容,不对其做任何修改
因此,在这个拉取请求被合并前,您需要移除您对 Supplemental
目录的所有修改。以下选择可以被接受:
- 再进行一个提交,内容是
revert
您对Supplemental
目录的所有修改
我们不建议您使用 git filter-branch
等篡改 git 树的操作。
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我在想,latex-theme.scss的部分能不能只开一个if $tool == "joplin" {}
,然后把现在分散在各个地方的joplin单独设置放在这里面?现在感觉整个代码很乱……
(不过从可维护性角度来说,可能现在的状态更合适?)
我觉得可能也没有更好的解决方案了?确实是可维护性的问题。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
暂时先这样吧
我来同步一下当前进展。 当然,这个周期可能会比较漫长——可能会需要一个月或更长的时间。这是因为,当前主题仍然存在一些显著的问题亟待解决;相比于增添新功能,我们会优先处理已有功能的问题,更何况,增添 Joplin 支持的任务量较大。 如果您对本项目的排期感兴趣,建议您关注我们的 milestone。如果您能帮我们撰写 Joplin 相关的文档,也欢迎您和我们继续联系。 |
* add Joplin support * fix: remove bottom-lines of h1, h2 * fix: fix typora support * chore: dev-build for pull request * revert files in Supplemental Co-authored-by: RalXYZ <[email protected]> Former-commit-id: f9ef60d
试着把 typora-latex 主题移植到 Joplin 上,当前还存在一些问题,但大致的效果还不错。(只在 Win 上测试过)
./Suppemental 里有两者根据同一 Markdown 生成的 PDF,可以对比看一下效果。
问题有以下几点。一个是 Joplin 的问题:
:emoji:
,[^1^]
,H~2~O
等)需要在 Joplin 的设置里开启还有一个是这个主题的问题:
[TOC]
生成目录的样式,code block 的样式,暂时不知道怎么改