ThirdFlow Versions Save

🔌 In-browser Tiddlywiki 5 plugin development support plugin

1.2.11

4 years ago

see plugin history tiddler

1.2.10

4 years ago

see plugin history tiddler

1.2.9

4 years ago

see plugin history tiddler

1.2.7

6 years ago
  • changes plugin sources UI for plugin contents from list to tree view. This gives a cleaner and much more compact view.
  • updates to TiddlyWiki 5.1.16 for development and Third Flow demo wiki.
  • removes now stale local CodeMirror CSS and highlight current line "plugins" and replaces them with with the new modularized CodeMirror plugins from TiddlyWiki 5.1.16.
    • uses the following CodeMirror plugins in this development/demo Wiki:
      • add-ons:
        • auto-close tags
        • auto-completion
        • close brackets
        • search and replace
      • keymap:
        • sublime text
      • modes:
        • CSS highlighting
        • Javascript highlighting
        • XML highlighting

1.2.6

6 years ago
  • fixes long-standing quirk causing development tiddlers to get released into demo wikis as ordinary tiddlers, albeit correctly included in plugin, when no creation/modification data is present.
  • improves release logging.

1.2.5

6 years ago
  • adds new release feature that allows developers to specify additional tiddlers to be included in a plugin. The relase pane listing the plugins to be released now contains an additional row per plugin titled additional plugin tiddlers. The input field accepts both a list of titles as well as filter run expressions, such as [prefix[$:/config/foo]].
  • suppresses duplicate display of plug-in related fields in the generic field edit template: author, core-version, description, plugin-priority, plugin-type, source, and version. Please note that list is not hidden, as it isn't exposed in the dedicated plugin edit template, but instead is a generic field used in many other situations.

1.2.3

6 years ago
  • makes ThirdFlow plugin available as npm package tw5-thirdflow.
  • the development wiki now opens the "Plugin Sources" sidebar tab by default; this can be changed in the Control Panel "Settings" tab. Please note that TiddlyWiki 5.1.16+ will have this feature anyway.

1.2.1

6 years ago
  • fixes a problem with the template for creating new plugins, which causes empty plugins to be released.
  • improves error reporting during release.

1.2.0

6 years ago

New Skeleton "Plugin Kickstarter": thirdflow plugin kickstarter

New Automated Release Mechanism: thirdflow control panel release

  • brings a new automated release mechanism for plugins and plugin-demo wikis that simplifies maintaining what is to be released. The new system especially makes releasing multiple different plugins from the same development wiki much easier – because there is no more need to tweak the release tiddlywiki.info configuration (however, this old release mechanism is still available).
    • new "Release" tab in control panel, which configures which plugin(s) to release under which name, as well as whether to additionally release a plugin-demo wiki.
    • new commands --releaseplugins and --releasedemowiki which use the configuration set from the control panel to package your plugins, write them to files, as well as writing the plugin-demo wiki (when enabled in configuration).
    • upgrades release/tiddlywiki.info to use the new automated release mechanism, so plugin developers don't need to edit this file anymore in the future. To upgrade an existing plugin development wiki, simply upgrade your local release/tiddlywiki.info with this new one: editions/release/tiddlywiki.info.
    • upgrades skeleton release/tiddlywiki.info to also use the new automated release mechanism.
    • refactors internal Javascript code.
  • removes released(!) plugins from the "Plugin Sources" view, as well as from the "Releases" tab in the Control Panel. This keeps the display cleaner, avoiding confusion.

1.1.1

6 years ago
  • fixes plugin tiddler templates incorrectly setting moduleType instead of module-type.