<$action-sendmessage $message="tm-new-tiddler" title=<<now """$(journalTitleTemplate)$ """>>
So the bug that needs fixing is to remove the unwanted space from the end of the New Journal Tiddler name.
- The extra space is not found in $:/config/NewJournal/Text
- It occurs in New Journal and New Journal Here
- The fault is in the buttons
- $:/core/ui/Buttons/new-journal
- $:/core/ui/Buttons/new-journal-here
Edit both buttons and look for the line
<$action-sendmessage $message="tm-new-tiddler" title=<<now """$(journalTitleTemplate)$ """>>
On 10 May 2018, at 08:40, BurningTreeC <hypnotize...@gmail.com> wrote:
@pmariomaking a PR right now - using the action-createtiddler instead of the tm-new-tiddler, which creates unique titles if the journal already exists
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/69043f9a-fa11-4856-add8-1a6b35235f2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think, action-createtiddler is the right way to go. .. Since there are actually 2 problems. .. If the journal tiddler already exists, it will be overwritten, if the name is the same. ...
-m
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/35dac6c8-abf9-45af-b0b4-7a80024c825a%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9888d149-ded9-4087-b72e-441309804ca9%40googlegroups.com.
@BTC ... You may create your PR based on Jeremy's latest master :)
So we can fix both issues
-m
We can’t use action-createtiddler for this. The tm-new-journal message is specifically designed to be the means by which the new journal is created, and has different behaviour. What problem are you trying to fix with it?
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ca77f4b2-bb3c-46a2-ab41-27e6355b34d8%40googlegroups.com.