Skip to content

Releases: Arlen22/tiddly-chrome-app

Small bug fix

28 Sep 14:18
40547e8
Compare
Choose a tag to compare

I've fixed the scrolling on this. Please refer to the home page for installation instructions. https://github.com/Arlen22/tiddly-chrome-app

Version 0.6 Beta

21 Oct 19:49
Compare
Choose a tag to compare

The TiddlyChrome app does NOT warn you if there are unsaved changes on exit. This is a known bug and also applies to all previous releases.

This release no longer requires the TiddlyChromeSaver plugin to be installed.

TiddlyWiki Classic is not supported in this release.

Drag the crx file into the extensions window in chrome to install it. See this page for more detailed instructions:

http://www.tech-recipes.com/rx/47717/chrome-apps-extensions-and-user-scripts-cannot-be-added-from-this-website/

Once you have it installed, go to chrome://apps to open it. It works different than TiddlyFox in this way.

Change list

Features added

  • The TiddlyChromeSaver TW5 plugin is no longer required.
  • TiddlyChrome inserts its own saver into the saverhandler list, with a priority of 5000, and so requires that the standard $tw global variable be available.
  • The app displays an alert warning the user if TiddlyChrome cannot add the saver.

Bugs fixed

  • Encrypted TiddlyWikis can now be loaded correctly. Previously they would not work because the password needed to be typed in first. Now the tiddlyChromeFoxer.js file will keep retrying if it is unable to add the saver the first time around. Once the password is typed in, a message box will pop up notifying the user that the saver has been added and the file should save correctly.

Version 0.5 Beta

01 Feb 22:53
Compare
Choose a tag to compare

The TiddlyChrome app does NOT warn you if there are unsaved changes on exit. This is a known bug and also applies to all previous releases.

This release no longer requires the TiddlyChromeSaver plugin to be installed.

TiddlyWiki Classic is not supported in this release.

Drag the crx file into the extensions window in chrome to install it. See this page for more detailed instructions:

http://www.tech-recipes.com/rx/47717/chrome-apps-extensions-and-user-scripts-cannot-be-added-from-this-website/

Once you have it installed, go to chrome://apps to open it. It works different than TiddlyFox in this way.

Change list

Features added

  • The TiddlyChromeSaver TW5 plugin is no longer required.
  • TiddlyChrome inserts its own saver into the saverhandler list, with a priority of 5000, and so requires that the standard $tw global variable be available.
  • The app displays an alert warning the user if TiddlyChrome cannot add the saver.

Bugs fixed

  • External links not opening in new tab - #3
  • TiddlyWiki Classic support was attempted in v0.4, but it did not work correctly, and could have created a problem if it did. I removed it for now.

Release v0.4

31 Jan 02:57
Compare
Choose a tag to compare
Release v0.4 Pre-release
Pre-release

This release no longer requires the TiddlyChromeSaver plugin to be installed.

Drag the crx file into the extensions window in chrome to install it.

Change list

Features added

  • The TiddlyChromeSaver TW5 plugin is no longer required.
  • UNTESTED TiddlyWiki classic support was added, but not tested in any way. It does not work correctly. See v0.5.
  • TiddlyChrome inserts its own saver into the saverhandler list, with a priority of 5000, and so requires that the standard $tw global variable be available.
  • The app displays an alert warning the user if the file cannot saved properly. Because of the internal code, this box may flash momentarily when opening a working TiddlyWiki file.

Bugs fixed

  • External links not opening in new tab - #3

Last version before GitHub

20 Jul 19:57
Compare
Choose a tag to compare

This is the last version I released on the tiddlywiki email group.

The crx file is the Chrome extension. You can install it by following the instructions on this link: http://www.tech-recipes.com/rx/47717/

The TiddlyChromeSaver.js file is the TiddlyWiki saver plugin. Download it to your computer, then drag it into your open TiddlyWiki and follow the import prompts. Download your TiddlyWiki (click the red save button), and open it in the TiddlyChrome app.

One caveat of this release is that it does not ask if you are sure before closing the window when there are unsaved changes. I am hoping to find a workaround for this.