That's a good point, it would make sense to apply to all of them. What do you think the behavior should be if a user selects multiple lines that have both checked and unchecked boxes?
Toggle all individually
Uncheck all
Check all
I hesitate to add features that don't exist in the markdown viewer, i think it adds confusion for most users. I would consider adding support for that header checkbox syntax (I saw it in a thread from a few days ago), if/when it's supported in the main app.
The ideal would be to have the 3 options . The ones that would be most useful to me would be 2 and 3 (Uncheck all and Check all)
If this is not possible, and if the function is still called Toggle checkbox, the most logical one would be Toggle all individually.
I also use the plugin Reset Checkboxes which allows me to Uncheck all checkboxes, and following my request to the developer @kamer, he added the possibility of uncheck checkboxes only on the selected text, thanks to him
With your 2 plugins, the checkboxes will be under control
I understand
In this regard, although checking and unchecking these boxes on the title does not work, when you press CTRL the little hand is displayed, we might believe that it could work, but no
Fair point! I'll look into making it work (or fixing the hand, we'll see)
edit: It was fairly easy to add the requested feature. It will be available in the next release.
Version 0.15.0 was just released. It supports checking selections.
The ctrl+click (and ctrl+enter) behaviour remains the same (toggle checkboxes). But this adds 2 new right-click menu entries, one for check all, and one for uncheck all.
I also went ahead and added support for toggling titles that are formatted like checkboxes.
1- Checkboxes actions of the context menu are not displayed if the last line of the selection does not contain a checkbox:
I've gotten into the habit of paying attention to the end of my selection and so I can live with this behavior, but I wanted to point this out to you in case there is an easy way to correct this
2- Internal links to anchors of other notes do not work from the editor (CTRL) if the titles contain checkboxes. If I remove the checkbox from the link, it works whether the box is checked or not:
As for the first problem, I can live with it, I wonder if it is not better to remove the check box from the link, which means that it will work, whether the box is checked or not
Thanks
The fact that I don't necessarily arrive at the right section in the note linked is, I think, another problem.
Are you talking about the current version of Rich Markdown or Joplin?
Because for me the problem is present even without any plugin installed (without Rich Markdown).
There are two things I notice:
Sometimes the note is not positioned at all in the right place, whether in the editor or the renderer.
Sometimes it is positioned well in the renderer but not in the editor (this is where I have to move the text up or down on the renderer side so that the editor aligns it).
Hey @CalebJohn ... sorry for being cheeky, but thought I would try my luck again...
Do you think any chance of implementing PDF preview being displayed inline in the markdown editor, especially since v3 has now added support for loading PDFs with imaging API.
I am fine for you to give the same answer as last time, but thought I would forward this new info
Is this plugin supported in version 3.x? I just updated Joplin to 3.0.13 and installed this plugin (0.15.0), but I have a few of issues and/or don't understand how it works.
Are "plain text" links supposed to get styled automatically? I can Ctrl-click to follow them, but they are not colored or anything.
Using Stylish, horizontal rules that have spaces in between the characters (eg * * *) are rendered strangely. Even with spaces it looks a little strange, with the markdown barely visible and a tiny cursor. I also don't get any side margin like in the screenshot, which causes the header markdown to disappear.
I have enabled the "add extra CSS classes" option.
Thank you for your custom checklist setup.
Is there a way to define how it!-inspired checkbox styles are displayed in the viewer or when exported to PDF?
For example, to make that [?], [@], [!] & [~] are also displayed as bullet points or bullet points with specific formatting.
Additionally, is it possible to do the same thing for tags - to have the same highlighting in rendered markdown output?
This requires a different kind of plugin (that focuses on the renderer), such as this one (an example for highlighting some tags specifically next to checkboxes). I'm not familiar with a generic renderer customisation plugin for Joplin (where a user might define [x]!it checkboxes in its settings), or one that is dedicated specifically to styling checkboxes.