I Installed TWted and TWtable, minimised versions, 1.40, both linked from your post. Both are enabled, but the 'edit' button does not display on 'editable' tables.
The tiddlywiki seems as though the plugin is not installed at all. Using Linux, Firefox, has worked in previous incarnations. Just thought I would let you know. :) ...Lyall On Saturday, October 20, 2012 1:10:13 AM UTC+10:30, Vincent Yeh wrote: > > The TableEditor had grown to a complexity that makes it much less easier > to debug or extend further, so I split and restructured it into two parts: > the renderer and the editor. They are named/renamed as TWtable and TWted, > respectively. In the meantime, TableCalculator was also modified and > renamed to TWtcalc to fit into the new structure and naming convention. > The renderer does the rendering tasks and serves as the basis for the > editor TWted and calculator TWtcalc: *you need TWtable in order to use > either of the other two*. This code restructuring removed cross-linking > between the editor and calculator, making them easier to debug or extend > further. *Options are regrouped and renamed accordingly, but old names > are respected so hopefully you don't need to do manual changes in the > upgrade process*. Some existing bugs were fixed along the way, too. > > If you had hijacked some functions in TableEditor for your own use, you > will need to change the codes from > ? <http://twtable.tiddlyspace.com/#> > 1 > config.macros.TableEditor.xxx() > to, most likely, > ? <http://twtable.tiddlyspace.com/#> > 1 > TWted.xxx(), > or, less likely, > ? <http://twtable.tiddlyspace.com/#> > 1 > TWtable.xxx(). > > For TableCalculator functions the codes should be changed from > ? <http://twtable.tiddlyspace.com/#> > 1 > config.macros.TableCalculator.xxx() > to > ? <http://twtable.tiddlyspace.com/#> > 1 > TWtcalc.xxx() > > > - TWtable v1.4.0 > - (min) http://twtable.tiddlyspace.com/#TWtable.min > - (regular) http://twtable.tiddlyspace.com/#TWtable > - > - Separated from TableEditor. > - Restructured to better fit the separated code structure. > - Keeps the 'C' button for easy configuration at all times without > affecting the SyntaxHighliterPlugin3. > - Synchronized rendering on scrolling event for multiply > transcluded copies of the same tiddler. See > http://twtable.tiddlyspace.com/#TWtable--Example--Synchronization for > example. > - Bug fixes for fixed rows/columns: > - better alignment in Chrome/FireFox/Safari; > - fixed the no-sorting-with-fixed-header bug. > - Bug fixes and workarounds with MathJax: > - locate the tiddlers with a math-containing title; > - render math-containing table captions; > - obtain the width of math-containing table cells by switching > from refreshTiddler() core function to displayTiddler(), which the > MathJax plugin hijacks to render math expressions. > - TWted v1.4.0 > - (min) http://twtable.tiddlyspace.com/#TWted.min > - (regular) http://twtable.tiddlyspace.com/#TWted > - > - Separated from TableEditor. > - Restructured to better fit the separated code structure. > - Bug fixes on auto edit box height for large cells (larger than > the maximum table view port height). > - Fixed the inconsistent edit button width and floating menu > positioning in different browsers. > - Removed dependency on jQuery resize plugin. > - Renamed two functions: > - prepare_edit_buttons() is now start_edit_mode() > - remove_edit_buttons() is now stop_edit_mode() > - The old names are still kept for now but may be dropped in the > future. > - TWtcalc v0.7.0 > - (min) http://twtable.tiddlyspace.com/#TWtcalc.min > - (regular) http://twtable.tiddlyspace.com/#TWtcalc > - > - Separated from TableCalculator. > - Restructured to better fit the separated code structure. > - Bug fixes for absolute reference support. > > > Have fun! > > Vincent > > On Thursday, October 11, 2012 6:33:08 PM UTC+8, Lyall wrote: >> >> Absolutely no need to apologise. >> >> I am thanking you for your efforts! >> >> ...Lyall >> >> >> On Thursday, October 11, 2012 8:31:03 PM UTC+10:30, Vincent Yeh wrote: >>> >>> Lyall & Ton, >>> >>> Sorry for the troubles...Fortunately the cause is quite simple and >>> easily fixed: go back to use .bind() and .unbind() for event >>> binding/unbinding. >>> >>> All the troubles turned out to be caused by the new event >>> binding/unbinding functions used in TableEditor v1.3.11: .on() and .off(). >>> I just realized that they are only added in jQuery v 1.7 while Ton's >>> minimal test case uses jQuery 1.6.4 (TW 2.6.5) so it doesn't work. I am >>> guessing Lyall's case is the same? It works in my TW simply because TW >>> 2.6.6 includes jQuery 1.7.2... >>> >>> TableEditor v1.3.12 >>> >>> - (min version) http://twtable.tiddlyspace.com/#TableEditor--MIN >>> - (full version) http://twtable.tiddlyspace.com/#TableEditor >>> >>> >>> - *Switched back to .bind() for event binding because .on() only >>> works in TW 2.6.6 (which includes jQuery v1.7.2).* >>> - *Auto edit box height (not width) in edit mode. See >>> http://twtable.tiddlyspace.com/#[[Dynamic%20TextArea%20Height]] if >>> interested.* >>> - *Fixed the jump-top issue with Chrome upon transclusion >>> synchronization.* >>> - *Fixed the not-refreshing bug upon transposition. This bug was >>> introduced by transclusion synchronization.* >>> - *Set a minimum width (2 char) for the vertical reference bar (at >>> the left of table).* >>> >>> >>> Vincent >>> >>> On Thursday, October 11, 2012 2:13:42 PM UTC+8, Lyall wrote: >>>> >>>> Ah, yes, I have changed the symbol to remove the word 'backstage' and >>>> replaced it with a '<<' symbol. >>>> >>>> Still, in addition to that disappearing, I found my tiddlywiki >>>> catastrophically broken, to the extent I had to disable table edit to get >>>> things to work properly again. >>>> >>>> In particular, I have a <<newTiddler title:"WebSiteLoginId" >>>> text:{{store.getTiddlerText("TemplateWebSiteLoginId","")}} tag:"LoginId" >>>> tag:"WebSites" label:"NewWebLogin" prompt:"Create a new Web Site Login >>>> Entry">> macro invocation, which completely failed to retrieve the >>>> template >>>> tiddler contents. >>>> >>>> It's been so long since I looked at this, I am unsure if I am utilising >>>> any plugin capabilities or not. >>>> >>>> ...Lyall >>>> >>>> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/GztpaGPu7twJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

