LeCheenaX

Results 5 issues of 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. ![image](https://github.com/user-attachments/assets/288f0849-b888-4f93-8045-102541e8dcf9) ##...

With Obsidian core plugin, pattern like "abc123" will be considered as one word. ![image](https://github.com/user-attachments/assets/291f8f28-ee0e-45a3-8936-545e0e3b6e9a) With current better word count plugin, pattern like "abc123" is counted as 2 words. Thus, add...

关闭ellipsis功能后,显示的多行标题的行间距,与两个标题之间的行间距一致,导致难以直接区分一个标题的行 还是一个多行标题。 通过该css样式修改,减小标题内部多行文本之间的行距,并通过补偿两个标题之间的行间距使其与原来一样。最终使得两个多行标题更容易区分。 **在关闭Ellipsis时**,多行标题已启用,本修改减少了多行标题内部行之间的空隙,**使得两个多行标题更容易区分**。 修改前(关闭Ellipsis): ![image](https://github.com/user-attachments/assets/dbaf6e27-6b26-4bb4-b780-08e3eda853ac) 修改后(关闭Ellipsis): ![image](https://github.com/user-attachments/assets/bf93ed02-f3c9-4231-8167-e632e082fdb0) **在启用Ellipsis时**,**本修改没有任何影响**。 修改前(启用Ellipsis): ![72f5e621c39f46cec6ea4d6603a9100](https://github.com/user-attachments/assets/1e698067-1383-4f53-8dd5-7aeee62c5b7e) 修改后(启用Ellipsis): ![72f5e621c39f46cec6ea4d6603a9100](https://github.com/user-attachments/assets/f7c5f1d3-aa15-469c-b591-1975743f10df) **计算公式:** * 注明:电脑上测试字体大小是13px * 补偿计算: 13px * 1.6 = 原始行高像素值; (13px * 1.6 -13px)/2 = 原始单侧空白; 13px...