TiddlyWiki.org

Ticket #487 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

Allow cook to insert content in post-script area

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

Description (Last modified by FND)

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 (330 bytes) - added by SaqImtiaz on 22/02/08 12:02:37.
ticket487_alt.patch (1.8 kB) - added by FND on 22/02/08 13:22:42.
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

22/02/08 12:02:37 changed by SaqImtiaz

  • attachment Ticket487.patch added.

22/02/08 13:00:38 changed by FND

  • owner deleted.
  • description changed.
  • severity changed from undefined to medium.

22/02/08 13:04:02 changed by SaqImtiaz

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

22/02/08 13:22:42 changed by FND

  • attachment ticket487_alt.patch added.

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

22/02/08 13:24:52 changed 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.

17/03/08 15:38:04 changed by JeremyRuston

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

Saq's original patch fixed in changeset:4017