Ticket #277 (new enhancement)

Opened 21 months ago

Last modified 8 months ago

Extend the edit macro to support text areas for all fields

Reported by: SaqImtiaz Owned by:
Priority: minor Milestone: soon
Component: core Version:
Severity: low Keywords:
Cc:

Description

It is proposed that the edit macro should be refactored to allow the option of text areas for all fields, and not just the tiddler text. However, the escaping of linebreaks should be taken into account.

Details here: http://groups.google.com/group/TiddlyWikiDev/browse_thread/thread/1ae2594dfa00d45d/b0b45ae867b00612?lnk=arm#b0b45ae867b00612

Change History

Changed 20 months ago by JeremyRuston

  • milestone set to 2.3

Changed 12 months ago by MartinBudden

  • milestone changed from 2.3 to soon

Changed 8 months ago by EricShulman

As of TW2.2, the edit macro supports an optional 2nd param to specify the # of rows to use. When present, a textarea is created. When omitted, a regular input field is created (except for the tiddler body 'text' field, which is *always* a textarea)

<<edit fieldname #rows>>

I think this ticket should be marked as "fixed"...

Note: See TracTickets for help on using tickets.