The problem:
During my use, the following display difference problems occasionally appear from time to time, the same code displays differently.
Please help guide what is the problem.
OS:win11 22000.1455,j version:2.9.17
The problem:
During my use, the following display difference problems occasionally appear from time to time, the same code displays differently.
Please help guide what is the problem.
@pikaccchu welcome to the forum.
1st line - You are missing a space between ==
and one
. It breaks the Markdown for the highlight.
Additionally this can be turned off, if not wanted:
Configure/Settings/Preferences -> Markdown
:
Uncheck
Hi,
I have a similar problem with the code {{Date}} or {{Time}} that do not display the current date or time. It displays only the "{{Date}}" or "{{Time}}". I have not found anywhere in the settings and on weppages / discussions this problem. Can you help me.
Version
Joplin 2.9.17 (prod, win32)
Id client: 07b59c12289048a5b5b6eda0a44a0334
Sync version: 3
Profil version: 41
Keychain supported: Yes
Revision: a84a8e7
Thanks.
@Dfauby welcome to the forum
These variables should be used in a template so that when a note is created from that template it substitutes the date / time. Also they are case-sensitive so it is {{date}} or {{time}} NOT {{Date}} or {{Time}}