Yakov,

Thanks for the comments. The inline editing feature is not complete yet and 
the development will go on after I finish the element level synchronization.

These days I've got a few more bug fixes and improved keyboard navigation 
to include missing cells. You might be interested to try.

TWtid v2.0.2 + TWted v2.0.2 + TWtcalc v1.0.2

See release 
note<http://twtable.tiddlyspace.com/#%5B%5BRelease%20Note%20v2.0.2%5D%5D>for 
download links.

Have Fun!

Vincent

On Tuesday, June 4, 2013 7:16:42 PM UTC+8, Yakov wrote:
>
> Hi Vincent,
>
> great stuff, nice that the wrong-heading-to-edit bug is already fixed in 
> 2.0.1. I've got one issue, though: can't get a whole tiddler get 
> "inline-edited" (and, by the way, double-clicking contents of a tiddler 
> doesn't bring the edit mode). At the same time, still #tiddlerDisplay area 
> shows the border when the cursor is in some positions. Also, I suggest to 
> equip "TableEditor" wikiwords in the "Data" slices of TWtid and TWted with 
> "~" so that less "missing" links appear. And probably do the same in the 
> "Licence" slices of all the plugins, for "TiddlyWiki" wikiword. Finally, 
> let me remind the "missing cell issue": in table like this
>
> |c11|c12|
> |c21|
>
> one can't get into the missing cell navigating with arrows which is a bit 
> uncomfortable.
>
> Nice to hear that the developing is going on!
>
> Best regards,
> Yakov.
>
> понедельник, 3 июня 2013 г., 17:04:00 UTC+4 пользователь Vincent Yeh 
> написал:
>>
>> As I was enjoying using the new version at work today, quite some bugs 
>> showed up and got fixed, quite enough to have a bug-fix release.
>>
>> TWtid v2.0.1 + TWted v2.0.1 + TWtable v2.0.1 + TWtcalc v1.0.1
>>
>> Download links at 
>> http://twtable.tiddlyspace.com/#%5B%5BRelease%20Note%20v2.0.1%5D%5D
>>
>> These versions v2.0.x were largely rewritten in the core codes, compared 
>> to previously versions, mainly for
>>
>>    1. in-line element editing capabilities in the future, and
>>    2. the TWElement <http://twtable.tiddlyspace.com/#TWElement> class 
>>    for easy access to wiki text on the fly.
>>    
>> The original intention to reduce plugin size was dropped because the 
>> above two features are far more interesting to me, although large table 
>> support was indeed separated to TWtable.
>>
>> With these plugins you can easily edit, and then save and synchronize, in 
>> the view mode, almost all the content in your tiddler, including
>>
>>    1. plain text
>>    2. block elements (tables, lists, headers, blockquotes, pre-formatted 
>>    blocks)
>>    3. inline elements (not yet complete but soon, *strong*, *italic, **
>>    underlined*, super-/sub-scripts, and @@css-style; some text here@@ 
>>    ...)
>>    4. transcluded/folded content, either fully or partially,
>>       1. tiddler content transcluded with system macros <<tiddler>>, 
>>       <<slider>>, and <<tabs>>,
>>       2. section content folded with <<foldHeadings>> macro.
>>    5. Multiply transcluded/folded copies are synchronized in the wrapper 
>>    (container) level, meaning if you edit the whole content in the 
>>    transcluded/folded wrapper, then your saved content will be synchronized 
>>    for all transcluded/folded copies. If you edit one of the elements 
>>    contained in those wrappers, however, only that element gets refreshed 
>> and 
>>    other copies do not. Element level synchronization is close to finish and 
>>    shall be available in the next one or two releases.
>>    
>> For plugin developers interested in manipulating the wiki text on the 
>> fly, please try the TWElement <http://twtable.tiddlyspace.com/#TWElement> 
>> class 
>> and tell me how you think. Thanks.
>>
>> Have Fun!
>>
>> Vincent
>>
>> On Sunday, June 2, 2013 10:26:30 PM UTC+8, Vincent Yeh wrote:
>>>
>>>
>>> TWtid v2.0.0 + TWted v2.0.0 + TWtable v2.0.0 + TWtcalc v1.0.0
>>>
>>> Major changes to the plugins:
>>>
>>>    1. Introduced a class TWElement for easy access to wiki text of 
>>>    block elements. It will be fully available in the next release and for 
>>> now 
>>>    you can try it in your own plugins if suitable. It is very easy to use. 
>>> See 
>>>    http://twtable.tiddlyspace.com/#TWElement for a short description.
>>>    2. Rewrote core codes in a character-based manner (previously was 
>>>    line-based), for *possibilites of in-line element access* in the 
>>>    future releases.
>>>
>>> Find more info and the download links in 
>>> http://twtable.tiddlyspace.com/#%5B%5BRelease%20Note%20v2.0.0%5D%5D.
>>>
>>> Have fun!
>>>
>>> Vincent
>>>
>>> On Tuesday, May 7, 2013 11:03:25 AM UTC+8, Vincent Yeh wrote:
>>>>
>>>> Ton,
>>>>
>>>> Thanks for the MTC file. It helped me realize how the font-size issue 
>>>> came up. It was caused by some test codes that I tried randomly when I had 
>>>> no idea what caused the position shift in TiddlySpace. I did those tests 
>>>> quite a while ago and forgot to remove them after fixing the positioning 
>>>> issue with your help. After removing them this font-size issue seems gone. 
>>>> It will be in the next release. Thanks again.
>>>>
>>>> By the way, v1.6.4 is quite buggy as I had found and fixed some of them 
>>>> yesterday. It is so because I am still midway to separate large table 
>>>> support. I would suggest to stay with 1.6.3 for now if it worked out for 
>>>> you.
>>>>
>>>> Have fun!
>>>> Vincent
>>>>
>>>> On Monday, May 6, 2013 8:26:50 PM UTC+8, TonG wrote:
>>>>>
>>>>> Hi Vincent,
>>>>>
>>>>> An update about not being able to edit the title of a tiddler in my 
>>>>> main TW:
>>>>> 1) I found the size of the font is important. I can edit the title for 
>>>>> a font-size up to and including 1.98em. From 1.99em upwards it is not 
>>>>> possible anymore (TWtid/TWtedv1.63).
>>>>> 2) In my main TW I use a modified ViewTemplate with divs for classes 
>>>>> tagging, tagged and tagClear between divs toolbar and title. But with a 
>>>>> default ViewTemplate the problem stays.
>>>>> 3) In a MTC with TWtid and TWted v1.63 I can edit the title even with 
>>>>> a font-size of 10em!
>>>>> 4) With TWtid/TWted v1.64 in my main TW I can edit the title for a 
>>>>> font-size up to and including 2.54em. From 2.55em upwards it is not 
>>>>> possible anymore.
>>>>> No idea why.
>>>>> I made a MTC with topmenus. modified ViewTemplate and with TWtid/TWted 
>>>>> v1.64 [1] which has the "title problem": I can edit the title for a 
>>>>> font-size up to and including 2.54em. From 2.55em upwards it is not 
>>>>> possible anymore.
>>>>> The font-size for the title is at the top of the StyleSheet.
>>>>>
>>>>> N.B. With plugins v1.64 there is no "shift" in an old "unmodified" 
>>>>> main TW (#displayArea, .tiddler as was in the past), so your solution for 
>>>>> the positioning issue works.
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Ton
>>>>>
>>>>> [1] 
>>>>> https://dl.dropboxusercontent.com/u/2638511/MTC_TW_271_TWed_164_topmenu.html
>>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to