It's true pluging don't work anymore.Missing selections in configurations
3.4.4 has just been released (changelog not published yet) which fixes the plugin issue
v3.4.4
- Improved: Allow editing code blocks from the Rich Text Editor (#12906) (#12841 by @personalizedrefrigerator)
- Improved: Fixed missing filename when a file is shared with the app (#12895) (#12858 by @klaas0)
- Improved: Move several features from Extra Markdown Editor Settings into the main app (#12747 by @personalizedrefrigerator)
- Improved: Rich Text Editor: Improve support for HTML notes (#12912) (#12843 by @personalizedrefrigerator)
- Improved: Updated packages esbuild (v0.25.4), react-native-share (v12.0.11), sharp (v0.34.1)
- Fixed: Ensure merges to revisions during cleaning are synced to the target (#12444) (#12104 by @mrjo118)
- Fixed: Fix error logged when opening the Markdown editor (#12892) (#12891 by @personalizedrefrigerator)
- Fixed: Fix plugin support (#12890) (#12880 by @personalizedrefrigerator)
- Fixed: Fix switching between note and todo on mobile (#12849) (#12822 by @mrjo118)
- Fixed: Rich Text Editor: Make initial search behavior match the Markdown editor (#12878) (#12844 by @personalizedrefrigerator)
Sorry about the delay to fix this plugin issue. I actually thought I had released the new version but obviously didn't
Joplin Mobile: 3.4.4
Tested without any plugins enabled.
I don't know if this is exclusive to this version. However, I wanted to report it as it came up in everyday usage and I couldn't find a duplicate report here.
In the editor, Markdown links with square bracket sets inside the title are not collapsed by default as expected. They don't collapse when moving the cursor off of them either.
[title [tag]](https://example.com) results in only [tag] and https://example.com being highlighted as link components. The remaining characters incorrectly retain normal text coloration.
I'm not sure that's valid markdown? Probably the square brackets should be escaped
Since Joplin uses CommonMark, the latest CommonMark Spec Links section says the following on brackets inside inline link text:
Brackets are allowed in the link text only if (a) they are backslash-escaped or (b) they appear as a matched pair of brackets, with an open bracket
[, a sequence of zero or more inlines, and a close bracket].
I see Example 512, its explanation prior, its entry into the CommonMark Spec Playground, and the same result in Joplin's reader view as illustrating that brackets inside link text is valid:
The link text may contain balanced brackets, but not unbalanced ones, unless they are escaped:
[link [foo [bar]]](/uri) renders link [foo [bar]].
You're correct that escaped brackets via backslashes or surrounding backticks would also solve the issue. That said, tools like Copy as Markdown use neither (though square brackets in link text is rare to begin with).
v3.4.5
- New: Add a "highlight active line" setting (#12967 by @personalizedrefrigerator)
- New: Rich Text Editor: Add basic support for collapsible <details> blocks (#12946 by @personalizedrefrigerator)
- Improved: Auto-disable plugin settings when conflicting built-in settings are enabled (#13055) (#13048 by @personalizedrefrigerator)
- Improved: Disable in-editor Markdown rendering by default (can be re-enabled in settings > note) (#13022 by @personalizedrefrigerator)
- Improved: Improve tag screen usability to allow add or remove tag with a single press, when the keyboard is open (#12954 by @mrjo118)
- Improved: Markdown editor: Toggle checkboxes on ctrl-click (#12927 by @personalizedrefrigerator)
- Improved: Remove the "beta" warning from the plugin settings screen (#13063 by @personalizedrefrigerator)
- Improved: Rich Text Editor: Avoid rendering links with unknown protocols (#12943 by @personalizedrefrigerator)
- Improved: Rich Text Editor: Enable syntax highlighting and auto-indent in the code block editor (#12909 by @personalizedrefrigerator)
- Improved: Rich Text Editor: Support rendering subscript, superscript, and highlighted formatting (#12944 by @personalizedrefrigerator)
- Improved: Rich Text Editor: Support rendering table of contents blocks (#12949 by @personalizedrefrigerator)
- Improved: Update translations (9f649c9 by Helmut K. C. Tessarek)
- Improved: Updated packages @adobe/css-tools (v4.4.3), jsdom (v26.1.0), react-native-image-picker (v8), react-native-safe-area-context (v5.4.1), sass (v1.87.0), sharp (v0.34.2)
- Fixed: Allow the tag dialog to scroll when little screen space is available (#13028) (#12953 by @personalizedrefrigerator)
- Fixed: Fix additional space added around app content in landscape mode (#13030) (#13027 by @personalizedrefrigerator)
- Fixed: Fix unshare action requires two syncs to be reflected locally (#12999) (#12648 by @personalizedrefrigerator)
- Fixed: Markdown editor: Fix image rendering is disabled unless markup rendering is also enabled (#13056 by @personalizedrefrigerator)
- Fixed: Rich Text Editor: Fix adding headings moves the cursor to the next line (#12934 by @personalizedrefrigerator)
- Fixed: Rich Text Editor: Fix additional blank lines added around list items on save (#12935 by @personalizedrefrigerator)
- Fixed: Shared folders: Fix moving shared subfolder to top-level briefly marks it as a top-level share (#12964 by @personalizedrefrigerator)
v3.4.6
- Fixed: Fix "edit profile" button is partially off-screen (#13084) (#13015 by @personalizedrefrigerator)
- Fixed: Fix shadow shown above the screen header (#13074 by @personalizedrefrigerator)
- Fixed: Plugin API: Fix certain renderer plugins fail to load (#13078 by @personalizedrefrigerator)
- Fixed: Plugin API: Fix compatibility with certain plugins targetting the desktop app (#13077 by @personalizedrefrigerator)
- Fixed: Plugins: Fix plugin panel buttons are off-screen on recent versions of Android (#13080 by @personalizedrefrigerator)
@laurent There seems to be an issue with the latest pre-release Release android-v3.4.7 · laurent22/joplin-android · GitHub
It has built a new apk with the new version number on the about screen, but it does not include all the changes up to Android 3.4.7 · laurent22/joplin@f25db9b · GitHub, which might be to do with only 9/10 pipelines passing on that commit
For example, both Mobile: Fixes #12956: Resize the notes menu to the viewport when the keyboard is open by mrjo118 · Pull Request #13035 · laurent22/joplin · GitHub and Android: Fixes #13079: Fix dropdown menus are offset on Android 15+ by mrjo118 · Pull Request #13106 · laurent22/joplin · GitHub are not fixed in the latest pre-release, but when I build the code locally they are fixed, including if I build a release version of the apk
This is may be because the v3.4.7 APK was built from the release-3.4 branch, which does not contain these changes. The linked pull requests seem to only be present in dev, which should correspond to the v3.5.x releases going forward.
Ah I see. Makes sense
v3.4.7
- Fixed: Fix error when saving in-editor rendering-related settings (#13105) (#13103 by @personalizedrefrigerator)
- Fixed: Fix light bar shown above header in dark mode (#13132 by @personalizedrefrigerator)
- Fixed: Plugins: Fix renderer plugins that use the
settingValueAPI (#13131 by @personalizedrefrigerator)
Hi @personalizedrefriger @laurent
I’ve just updated to the new version and am disappointed to notice that the scrollable/viewable tags area in the new tags dialog is much smaller than before.
For those of us that are used to quickly scanning and scrolling through our tags this is a real usability downgrade; some of us don’t use the search in this dialog but simply want to quickly scroll through and select tags and we know where to go to fast. Now that less tags are viewable on screen at once it feels like a waste of screen space and is a frustrating experience compared with previous versions - you can’t so quickly find what you want.
Are there plans to restore the add tag layout to where it was before? Or perhaps we could have an option for this? I hate to say it but the new tag screen really feels like a regression to me unfortunately. Hopefully it can be improved!
Many thanks as ever for all your work.
Best
Ben
The current tags window is scrollable (so if switching to landscape on a small screen, the whole window can be accessed), so I think if the default height of the window were increased to match the screen height, and the height of the tag selection area were to be increased to fill the added space, this might make it a similar user experience to before
Thanks, yes that’s it - it’s the height of the scrollable area that needs to be increased. It used to be virtually the whole screen and this just feels natural and intuitive when you want to scroll through a large list.
Basically if you know your tags, even unrelated ones often act as cues for the mind to find the one you’re after - ie it’s natural and intuitive human user interface stuff. And this has been taken away somewhat.
@_Ben I’ve created PR Mobile: Increase height of tag association screen to cater for a larger tag list area by mrjo118 · Pull Request #13521 · laurent22/joplin · GitHub
Thank you so much.
I've just tried your fix in 3.5.1 and it works very well - exactly what we were discussing. Thank you very much again for your help. Best, Ben