TiddlyWiki.org

Ticket #62 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Formatter.js should be split into two files

Reported by: MartinBudden Assigned to: MartinBudden
Priority: minor Milestone: 2.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

Formatter.js should be split into two files:

FormattHelper?.js which contains the Formatter function, and the config.formatHelpers

Formatter.js which contains the config.formatters array.

This would enable easier cooking of TiddlyWikis? with alternative formatters (eg a simplified formatter without (say) tables, or an enhanced formatter with extra formatting). Without the split, the alternative formatters would have to duplicate the formatHelper code.

Change History

12/06/06 01:30:09 changed by MartinBudden

  • status changed from new to assigned.

22/06/06 17:06:44 changed by JeremyRuston

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

Fixed in changeset:216