LeCheenaX
LeCheenaX
Dear contibutor, I am new to your plugin Tasks Calendar Wrapper. However I was using similar plugins (actually not plugins but css) named Tasks Timeline and Tasks Calendar: https://github.com/702573N/Obsidian-Tasks-Timeline/ These...
This template will detect modify behaviors and help you to record which notes that you modified today, automatically inserting these notes to any place of your daily notes.  ##...
With Obsidian core plugin, pattern like "abc123" will be considered as one word.  With current better word count plugin, pattern like "abc123" is counted as 2 words. Thus, add...
关闭ellipsis功能后,显示的多行标题的行间距,与两个标题之间的行间距一致,导致难以直接区分一个标题的行 还是一个多行标题。 通过该css样式修改,减小标题内部多行文本之间的行距,并通过补偿两个标题之间的行间距使其与原来一样。最终使得两个多行标题更容易区分。 **在关闭Ellipsis时**,多行标题已启用,本修改减少了多行标题内部行之间的空隙,**使得两个多行标题更容易区分**。 修改前(关闭Ellipsis):  修改后(关闭Ellipsis):  **在启用Ellipsis时**,**本修改没有任何影响**。 修改前(启用Ellipsis):  修改后(启用Ellipsis):  **计算公式:** * 注明:电脑上测试字体大小是13px * 补偿计算: 13px * 1.6 = 原始行高像素值; (13px * 1.6 -13px)/2 = 原始单侧空白; 13px...