Optionally show notebook tag and title on each card#40
Optionally show notebook tag and title on each card#40virtulis wants to merge 1 commit intojoplin:devfrom
Conversation
|
Thx for the pr 🙂 |
|
I added an icon in the top right corner - you'll need to "add" a "rule" in that dialog. Or you can just add it to the display config in markdown, like: |
|
@virtulis we are still searching for a new maintainer but as you familiar (a bit) with the codebase of the plug-in would are ok with checking the other PRs. |
|
The code works as described, and the test case has passed. This would be good to modify the main README.md to indicate this feature to users (even if the "eye/display" icon can help) |
|
This feature is so nice, that maybe it could be activated by default, with an option to desactivate it (instead of the opposite) |

Pretty useful to arrange cards across all projects at once.
Not sure if I had to make a separate context and config dialog or if there was a simpler way :)
The API docs say "icon" is "text" while it seems to be either a
""or a JSON object, not sure if it can be something else so I put in a try-catch just in case.