JackGruber
JackGruber
I think it should be noted that this also needs to be adapted for the mobile app. Not that these have different sorting again like in the last issue: https://github.com/laurent22/joplin/issues/9996
Oh I was searching in the source code, but the typo is in the record / screenshot tagging_dialog.jpg and main_tagging.gif Thanks for reporting, will be fixed.
Since I don't have a US version of a gateway and node, I can't customize the code either (Since I can't test it). Therefore I will not create a US...
When you use a US band, the `CFG_LMIC_EU_like` should not be set and therefore this codeblock should also not be compiled.
At the moment I have no dev enviroment. Could you replace the `#if defined(CFG_LMIC_EU_like) ` with `#if CFG_LMIC_EU_like` and try it again or with `#if defined(CFG_eu868)`
You have to put this code alo into a `#if CFG_LMIC_EU_like` block.
> Button Could perhaps be possible ... But I don't think I will implement that at the moment Another way is to assign a shortcut for creating the note overview....
OK you have delete the original, this is why you geht this error. The error message should be adapted-
Oh a typo on the hurry ... You should not delete the notes until the conflict is resolved. The plugin can no longer compare the version in the conflict folder...
Yes as mentioned in the description page, the F-Droid app doesn't have the camera feature. https://github.com/laurent22/joplin/pull/5735