Tiddlyresearch Versions Save

Local and Anki-compatible note-taking tool based on TiddlyWiki

1.4.1

3 years ago

Fixed the "Uncaught RangeError" caused by image tiddlers (#21).

To install this new version of the plugin just drag and drop the .json file inside your wiki.

1.4

3 years ago

How to update from v1.3

  • Open your current wiki
  • Click on the "Export all" button situated on the topbar and export all your tiddlers in JSON format
  • Download the new version of tiddlyresearch-empty and open it
  • Import all your tiddlers by drag and dropping the file generated from step n.2

Note that you will lose all of your custom settings, so make sure to backup all the tiddlers you need before proceeding

Changelog

  • Core updated to the 5.1.23 version of TiddlyWIki
  • Updated Krystal plugin to 0.3.1
  • Updated Streams plugin to 0.1.20
  • Updated TiddlyRemember plugin to 1.2.2
  • New TODO plugin (tiddlyresearch-todo) [#13]
  • Added support for keyboard navigation (tiddlyresearch-keyboard-navigation) [#6]
  • Now preview templates can be configured in preview/config [#15]
  • Show tiddler content insted of ID setting (tiddlyresearch-references/config) [#16]
  • Deleted the droppable-alt-key.js tiddler from tiddlyresearch-core (not needed with TW 5.1.23)
  • Updated .Keyboard Shortcuts tiddler

v1.3.1

3 years ago

With this version you can customize your references settings directly from the tiddlyresearch-references/config tab.

Now you can:

  • enable/disable different filters
  • enable/disable filters for single nodes
  • change the background and text color of the reference buttons

To install this new version just drag and drop the .json file inside your wiki.

v1.3

3 years ago

How to update from v1.2

  • Open your current wiki
  • Click on the "Export all" button situated on the topbar and export all your tiddlers in JSON format
  • Download the new version of tiddlyresearch-empty and open it
  • Import all your tiddlers by drag and dropping the file generated from step n.2

Changelog

  • Updated Relink plugin to 1.10.1
  • Updated Streams plugin to 0.1.15
  • Updated TiddlyRemember plugin to 1.2.0
  • Updated the tiddlyresearch plugin to support the new macro "rememberp"
  • Updated the tiddlyresearch-reference plugin to support transclusion blocks below single nodes (option available in the config tab)
  • tiddlyresearch-reference plugin CSS cleanup
  • Added autocompletion test plugin (disabled by default, you can enable it from the control panel)
  • Enabled toolbar editor icons (now you can use shortcuts when using the default TiddlyWiki editor)
  • Updated .Keyboard Shortcuts tiddler
  • Updated Tutorial

v1.2

3 years ago

How to update from v1.1:

  • Open your current wiki
  • Click on the "Export all" button situated on the topbar and export all your tiddlers in JSON format
  • Download the new version and open it
  • Import all your tiddlers by drag and dropping the file generated from step n.2

Changelog:

  • Fixed major glitch in tiddlyresearch-reference plugin
  • tiddlyresearch-reference now uses better filters
  • Added a new level of referencing "transclusions"
  • You can now transclude entire tiddlers and its nodes
  • Added breadcrumbs in the preview viewTemplate
  • The default search filter now ignores images text body (to avoid freezes)
  • New color for external links (green)
  • Added a new macro "current-time"
  • ContextPlugin now supports asian languages
  • Changed the default tiddler tags to ".tiddler" and ".daily-tiddler" (to avoid overwriting them)
  • Fixed CSS styling to solve some Krystal/Notebook theme glitches
  • Plugin re-organization and code clean-up
  • Added Tutorial GIFs

v1.1

3 years ago

How to update from v1.0:

  • Open your current wiki
  • Click on the "Export all" button situated on the topbar and export all your tiddlers
  • Download the new version and open it
  • Import all your tiddlers by drag and dropping the file generated from step n.2

Changelog:

  • Changed the way Tiddly Research modifies some core javascript tiddlers
  • Added horizontal view (Krystal)
  • Improved search bar
  • Improved preview popup
  • Added relinking for the reference field in rememberq and remembercz
  • Added @ibox macro for better image embedding
  • Removed unnecessary code from $:/plugins/kebi/tiddlyresearch-references
  • Added toggle-sidebar shortcut
  • Added "Open" menu in the sidebar
  • Removed node max-width (Streams)
  • New $:/favicon.ico
  • CSS enhancements