SeptemberHX

Results 93 comments of SeptemberHX

I mean disable other features provided by `joplin-plugin-bundle`: `Outline`, `Inline Todo`, `Papers`, etc.

The `tab` seems to be replaced by spaces after switching to wysiwyg editor. Currently Joplin automatically marks `tab` as `.cm-keyword` class, and this plugin depends heavily on this class. Maybe...

Were these keywords added in versions after 8.14.0? The plugin uses version 8.14.0 of mermaid. Maybe this issue can be fixed by upgrading mermaid library to the latest one.

This feature is quite complex and difficult to support at the current stage. It involves not only the rendering capability of todo blocks but also the consideration of how to...

This plugin uses https://github.com/wanasit/chrono for date string parsing because it is difficult for me to handle all possible date formats. After checking its document, I haven't found anything that can...

插件应该设置了样式才对,看一下插件设置里,是不是有一些选项没有打开?那两个是特殊字符,现在是 🖇 🕰 了,网页上看着正常吗? 下面的是代码,但是应该都在插件里了才对 ```css span.blockquote-name.blockquote-enhancement::before { content: '🖇 '; } span.blockquote-date.blockquote-enhancement::before { content: '🕰 '; } span.blockquote-name.blockquote-enhancement { padding-right: 1em; } small.blockquote-enhancement-wrap::before { content: '\2014 \00A0'; } small.blockquote-enhancement-wrap...

是不是还装了一些样式、自定义字体之类的。打开开发者模式,看一下元素的 css 里面有没有其他样式设置覆盖了

I'm glad you like the plugin! However, it's challenging for me to directly submit certain features to Joplin or have them included as default plugins. This is because Joplin has...

The floating bar will only appear when some text is selected. Can you check the logs by going to the toolbar, selecting "help" -> "toggle develop tools" -> "console" to...

你好,理论上应该是可以的,但是得排到后面去实现了。 临时的解决方法: 1. 禁用选中文字后出现的操作栏,设置里有单独的选项 2. 点击代码块左右空白的地方进行编辑,而不是双击编辑