SeptemberHX

Results 12 issues of SeptemberHX

Tested with the [joplin-rich-markdown](https://github.com/CalebJohn/joplin-rich-markdown). I also installed another 10 plugins, including `Admonition`, `Inline TODO`, `Note Link System`, `Enhancement`, and etc. For any highlight content in the markdown editor `==test==`, we...

bug
high
plugins

Currently only the `![drawio](xxx)` style is treated as an editable drawio file, which makes it impossible to give it a clear title at the same time. However, I notice `await...

the content of each panel doesn't shift down if you have too much content in the selector: ![image](https://user-images.githubusercontent.com/18042424/203207437-85c6083e-22b1-4cac-9138-ffb50cf86251.png) [From Joplin Forum](https://discourse.joplinapp.org/t/plugin-sidebar-plugin-bundles-v0-5-2-2022-10-28/27062/101?u=septemberhx)

bug
help wanted

Bugs: Related Notes not work on Linux. And windows is also reported.

bug
help wanted

For example: ```markdown - [ ] Parent Task 1 - [ ] Sub Task 1 - [ ] Sub Sub Task 1 - [ ] Sub Sub Task 2 -...

enhancement

Feature Request: Group feature that can aggregate todo, notes, papers, etc. into user-defined group https://discourse.joplinapp.org/t/plugin-sidebar-plugin-bundles-v0-5-1-2022-09-25/27062/93?u=septemberhx

enhancement

Show context menu for any rendered blocks (like mermaid, codeblock, block image/link, etc.) when right clicking on them. Learn it from: https://github.com/Zettlr/Zettlr/blob/develop/source/common/modules/markdown-editor/display-context-menu.ts

enhancement
hacktoberfest

For example, we have: ```markdown Test items[^foot] xxxxxxx [^foot]: This is a footnote ``` When we hover on `[^foot]`, a tooltip with `This is a footnote` will appear. It should...

enhancement
hacktoberfest