I've seen some discussion about the consistency of case folding of
custom field names and how mixed case names are problematic. The
NewMeansNewPlugin looks for a custom field "isJournal". I have altered
my <<newjournal>> parameters to add this field but custom fields of that
name have a habit of being folded to lowercase. NewMeansNewPlugin
subsequently misses these fields.
Is the best way to have the NewMeansNewPlugin ignore journal entries to
alter it to look for "isjournal" and create journal entries with a lower
case tag?
Chris W
config.macros.newTiddler.createNewTiddlerButton
OK. Where this started was with the basic New Journal button in the
side bar (TW2.4.1 + MPTW 2.5.1). Pressing this creates a new journal
entry [[18 September 2008]], tags it "journal", and lets you edit it
etc. Save the journal entry and press the New Journal again and the
NewMeansNewPlugin kicks in giving, by default, a new tiddler "18
September 2008 (1)" attached to the name. I prefer the vanilla TW
behaviour here, but NewMeansNew most other places.
I went looking in the plugin and saw the exception for "isJournal" and
assumed that we were talking a custom field (i.e. XML attribute). I set
the New Journal link up create the entry with this custom field, but
NewMeansNew still added the "(1)".
So, how do I suppress the NewMeansNew behaviour on journal entries?
> Cool. A nice easy change. I've added this to the plugin as a configuration
> option (but switched off by default since I don't want to change the name to
> NewMeansNewMostOfTheTimePlugin... :)
Excellent. Thanks guys. I guess NMNMOTTP doesn't roll of the tongue
any better.
Chris W