TiddlyWiki.org

Ticket #544 (new defect)

Opened 5 months ago

Last modified 5 months ago

Allow a single copy of TiddlySaver.jar to be shared between TiddlyWiki documents

Reported by: JeremyRuston Assigned to: JeremyRuston
Priority: minor Milestone: 2.5
Component: core Version: 2.2.05
Severity: medium Keywords:
Cc:

Description

Currently, TiddlySaver?.jar is loaded via this line at the end of the </body> section of the TW file:

<script type="text/javascript">
//<![CDATA[
if(useJavaSaver)
    document.write("<applet style='position:absolute;left:-1px' name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar' width='1' height='1'></applet>");
//]]>
</script>

This requires that the TiddlySaver?.jar file be in the same directory as the TiddlyWiki HTML file.

It would be useful to be able to specify a path to the JAR file so that it can be shared between multiple copies of TiddlyWiki.

Change History

01/04/08 12:32:55 changed by MartinBudden

  • priority changed from undefined to minor.
  • severity changed from undefined to medium.
  • milestone set to 2.3.1.

14/04/08 10:13:32 changed by MartinBudden

  • milestone changed from 2.3.1 to 2.5.