-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
行级元素支持多重样式类型 #2911
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
Comments
这个比较复杂,暂时不做改进,后面要做的话会重开,谢谢。 |
👌 |
This was referenced Sep 15, 2021
Closed
Closed
Closed
Closed
Closed
Closed
Closed
我觉得如果能提供 Alt-Shift-X,弹出 用Autohotkey能检测到这个窗口,字体样式 - 思源 v1.8.2 ahk_class Chrome_WidgetWin_1 ahk_exe SiYuan.exe 。 |
This was referenced Mar 15, 2022
Closed
Closed
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
leolee9086
pushed a commit
to leolee9086/siyuan
that referenced
this issue
Oct 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
该方案相关变更:
旧版本不兼容新版本数据格式,所以一旦升级到新版本以后,所有端都必须使用新版本,否则行级元素会丢失。 建议升级前手动备份一次数据,所有端都安装好新版本以后再启动。
以下是原提议:
Describe the problem
编辑文字无法选择叠加多个样式, 如 加粗+斜体, 斜体+颜色, 只能选择单一样式.
一种解决办法是手动输入标记, 如 加粗+斜体, 并且只能按照如下顺序输入:
***
***test
***test***
加粗+链接:
**[test](link
**[test](link)**
因为一旦提前输入了完整的样式标记符号, 如
****
, 再将光标移至中间就会使得只有第一个字母被添加上样式 (中文可能是因为输入法原因好像没这个问题)Expected result
可以为一段文字叠加多个样式, 如 加粗+链接, 加粗+斜体/删除线/下划线 等等.
手动输入多有不便, 还是希望可以选择多个样式叠加.
Screenshot or screen recording presentation
Version environment
Log File
More information
The text was updated successfully, but these errors were encountered: