Ticket #433 (new enhancement)

Opened 10 months ago

Last modified 6 months ago

Prepopulated fields in new tiddler should be readable if field is visible

Reported by: KenGirard Owned by:
Priority: undefined Milestone: 2.5
Component: core Version:
Severity: undefined Keywords: custom field
Cc:

Description

If you create a newTiddler with prepopulated fields (<<newTiddler title:'New Training' tag:'workingOn' tag:'Training' template:'TrainingTemplateEdit' fields:'agreepack:"E-mail"'>> then the custom field is blank until tiddler is done. Ruins the 'prepopulated' effect.

Is there a way to get the custom field written into at creation similar to way that 'title' is?

Change History

Changed 10 months ago by XavierVerges

Story.prototype.addCustomFields() should check if the field already exists (getTiddlerField()) before creating a new invisble input field

Changed 10 months ago by XavierVerges

http://tiddlywiki.pastebin.com/f24de1652

  • breaks getTiddlerField() into two methods getTiddlerFieldFromPlace()
  • changes addCustomFields() to check if the field already exists before creating it

Changed 8 months ago by MartinBudden

  • owner JeremyRuston deleted
  • milestone set to 2.4

Changed 6 months ago by MartinBudden

  • milestone changed from 2.4 to 2.5
Note: See TracTickets for help on using tickets.