Ticket #487 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Allow cook to insert content in post-script area

Reported by: SaqImtiaz Owned by: SaqImtiaz
Priority: major Milestone: 2.3.1
Component: core Version:
Severity: medium Keywords:
Cc:

Description (last modified by FND) (diff)

Currently Cook is unable to insert content into the Post-Script section (<!--POST-SCRIPT-START--> ... <!--POST-SCRIPT-END-->) when cooking a file.

The attached patch to the TiddlyWiki HTML template fixes this issue by inserting a @@postscript@@ placeholder.

Attachments

Ticket487.patch Download (330 bytes) - added by SaqImtiaz 4 years ago.
ticket487_alt.patch Download (1.8 KB) - added by FND 4 years ago.
alternative implementation, rendering the Post-Script section obsolete by moving Post-Body below the core code, to the very end of the <body> section

Change History

Changed 4 years ago by SaqImtiaz

Changed 4 years ago by FND

  • owner JeremyRuston deleted
  • description modified (diff)
  • severity changed from undefined to medium

Changed 4 years ago by SaqImtiaz

  • owner set to SaqImtiaz
  • status changed from new to assigned

Changed 4 years ago by FND

alternative implementation, rendering the Post-Script section obsolete by moving Post-Body below the core code, to the very end of the <body> section

Changed 4 years ago by FND

Reasoning for the alternative patch: I don't see why a Post-Body section would ever be needed between the store area and the core code.

Changed 4 years ago by JeremyRuston

  • status changed from assigned to closed
  • resolution set to fixed

Saq's original patch fixed in changeset:4017

Note: See TracTickets for help on using tickets.