Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: thediveo/ThirdFlow

New Feature Release 1.1.0

11 Feb 17:23
Compare
Choose a tag to compare
  • fixes Plugin Sources sidebar tab previously not sorting plugins alphabetically.
  • now shows number of tiddlers inside a plugin next to the plugin publisher/name. thirdflow plugin sources view
  • adds a new popup menu to each plugin listed in the Plugin Sources sidebar tab. This menu offers to create new tiddlers inside a plugin, from an assortion of type-specific templates. Templates included cover new Javascript macro modules, filter modules, and many more.
  • shows "add plugin boilerplate tiddlers" for empty plugins; clicking it opens the standard readme, license and history tiddlers ready for editing. Additionally, these three tiddlers get added to the plugin tiddlers list field. thirdflow plugin add boilerplate
  • now shows more plugin meta data than before when viewing a plugin tiddler:
    • core-version dependency field,
    • plugin-priority field controlling the order of unpacking (where plugin tiddlers "explode" into their shadow tiddlers).
  • adds a new edit template to edit plugin meta data: thirdflow editing plugin metadata
    • the edit template shows the same plugin meta data as the plugin view template, but additionally allows editing most fields.
    • two plugin meta data elements cannot be edited: the plugin publisher and plugin name elements, as these are derived from the plugin title.
      *removes (annoying) wikilink-ification when displaying or editing plugin meta data.
  • adds a new ThirdFlow tab to the control panel. This tab allows developers to configure the places inside plugins where they want to add new tiddlers of a certain type (such as macro modules, filter modules, et cetera). thirdflow control panel

npm package + scripting support

22 Jan 10:17
Compare
Choose a tag to compare
  • adds npm package description.
  • npm run develop runs the development TiddlyWiki server. Use Ctrl-C to stop the server.
  • npm run release creates the release files.
  • npm start starts the development TiddlyWiki server. Use npm stop to stop the server.

Bug fix release 1.0.13

01 Apr 17:24
Compare
Choose a tag to compare
  • fixes a bug in the hierarchical filesystem sync adapter related to evaluation of the disable-hfs configuration option.

Update to work with recent TiddlyWiki 5.1.13

23 Feb 11:47
Compare
Choose a tag to compare

This is mainly a maintenance release after a long period of deep hibernation that brings Third Flow up to current TiddlyWiki 5.1.13. Thanks to @Eucaly and @emicius for sending fixes. Other than that, some documentation upates and tweaks are also included.

Bug Fix & New Feature Release 1.0.8

28 Nov 21:10
Compare
Choose a tag to compare

1.0.8 – fixes and usability improvements:

  • fixed broken handling of Javascript tiddlers when creating them: they are now correctly created as .js files. Also corrected file name handling to avoid duplicated file endings in case the title already contains the extension (as it is custom for Javascript tiddlers).
  • added "new plugin source tiddler here" to the "plugin sources" sidebar tab.
  • added new plugin view template part: it shows the meta information associated with the plugin and is shown before the core's stock plugin view template that (only) lists the contents of a plugin.

Bug Fix Release 1.0.7

21 Oct 18:41
Compare
Choose a tag to compare

This new release 1.0.7 for the Third Flow plugin...

  • fixes a bug in the tag-based folders configuration UI: tags can now be added to the configuration list after you typed them into the text field and press the "add" button.
  • more documentation about plugins, TW5 core, and the Third Flow internals.
  • upgrades the demo files to TW5 core 5.1.3.

Improved Tag-Based Folder Configuration Released With V1.0.6

20 Oct 11:26
Compare
Choose a tag to compare

This new v1.0.6 release comes with a greatly improved configuration user interface for tag-based folders. You can now prioritize certain tags over others in order to resolve conflicts when a tiddler has been tagged with more than one tag for folder organization.

third-flow file storage setup tags

New Features in v1.0.5 Released

15 Oct 19:08
Compare
Choose a tag to compare

This new release comes with a bunch of new things you hopefully enjoy as much as we do! Visit http://thediveo.github.io/ThirdFlow/ for some nice screenshots of what is new.

  • a new "Plugin Sources" UI in the sidebar under the "More" tab. Lists only plugins and their original source code tiddlers.
  • an enhanced file system sync adaptor that is now configurable through its own control panel UI extension, under the new tab File Storage.
    • configure the folder names for system tiddlers and drafts.
    • organize your tiddlers neatly into their own subfolders based on tags. Unfortunately, tag priority cannot be controlled at this time.
  • more editing and highlight support.
    • towards a (mostly) unified syntax highlighting in both static rendering as well as when editing tiddlers.
    • added more codemirror features: current line highlighting, CSS syntax support.
    • added support for TW5's native ~JavaScript storage format when creating JavaScript tiddlers directly inside TiddlyWiki 5. Tiddler meta-data gets correctly inserted into a (special) comment section.

Test Drive: native JavaScript tiddler .js saving + more codemirror functionality

03 Oct 17:07
Compare
Choose a tag to compare

This is a Test Drive Prerelease to show the next upcoming release and to encourage feedback. While I used it to work on itself there may be bugs that may eat your homework. You have been warned.

So what's new or better?

  • Native storage of JavaScript tiddlers as plain (.js) text files with meta data embedded in the first comment section. This brings in-TW-editing in line with external editing, except for the wrapping feature of tiddlywiki.files.
  • more functionality enabled for codemirror: css support, highlighting the current line.
  • towards a unified syntax coloring in both highlight and codemirror.

Bugfix/More Docu v1.0.4 release of the ThirdFlow plugin

26 Sep 17:32
Compare
Choose a tag to compare
  • bugfix for a typo that caused a hiccup in the plugin tab of the control panel.
  • new documentation about plugins, modules, and the crazy magic the Third Flow plugin is made of.