[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-14 Thread Yakov
Hi Vincent, I have found another very interesting stuff: the contenteditable attribute [1,2]. Although saving changes to wikitext from DOM is still quite tricky, this stuff can ease implementing WYSIWYG tremendously. In fact, CKEditor uses this, although their task is simpler since they save

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-11 Thread Vincent Yeh
On Sunday, April 10, 2016 at 11:07:16 PM UTC+8, Yakov wrote: > > Hi Vincent, > > > Now, the "boring" part. > > 1. create a one-line tiddler with text alpha __beta__ gamma. Click to > edit the only block. Add a new line (enter) and apply (ctrl+enter). Enter > the ordinary edit mode (click

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-10 Thread Yakov
Hi Vincent, > Now, the "boring" part. >> >> 1. create a one-line tiddler with text alpha __beta__ gamma. Click to >> edit the only block. Add a new line (enter) and apply (ctrl+enter). Enter >> the ordinary edit mode (click "edit"). Press esc to cancel. What is >> expected: the changes are

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-08 Thread Hegart Dmishiv
Hi *c pa*, Wow, thanks, you've given us much to think about. I like the idea of populating the caption from the name fields, I hadn't thought about that. Thanks, we'll pull your demo apart and find out what makes it tick. Lots of great ideas here! Hegart. On Saturday, 9 April 2016 10:06:04

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-08 Thread 'c pa' via TiddlyWiki
Yes the title is inviolate, meaning if you want to manage first name and surname as separate fields (make sure to add Middle Initials) and display the record as {{!!first}} {{!!mi}} {{!!last}} then I would go with the GUUID idea and hide the title. I'd also store the {{!!first}} {{!!mi}}

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-08 Thread Hegart Dmishiv
Hi *c pa*, thanks for that. So, it looks like once your "person" object tiddler has been created, its title field is inviolate, and cannot be edited by the user. What is the initial value of the title field at creation time? If it is a name, say title:Joe Bloggs, what happens when the user

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-08 Thread 'c pa' via TiddlyWiki
Hegert, The techniques that I am using are as follows: 1. Create a defined tag for each object type (person, company, call, document, etc. ) (tag names are all lower case) 2. Create a tiddler for each object type tag and tag that tiddler with "object" 3. Edit the object tiddler to create an

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-07 Thread Hegart Dmishiv
Hi *c pa* and *Vincent*, Thanks for the replies, both of you. I've got two ideas from all of this, and I'd like to run them both by you all, to see which one you think is better. *Option A* We could copy all the fields from the current tiddler (in our example, it would be a specific Person,

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-06 Thread Vincent Yeh
On Wednesday, April 6, 2016 at 11:51:25 AM UTC+8, c pa wrote: > > To edit a tiddler you have open in view mode you need to have edit widgets > embedded in the page template. The downside, you can't edit the tiddler's > text in view mode. You can easily change field values in view mode. by >

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-06 Thread Vincent Yeh
Hello Hegart, These plugins are currently for TWC and not yet migrated to TW5. I do plan to go TW5 in the future, but currently 1. I have very limited time on these plugins, and 2. I am spending my limited time on a close-to-WYSIWYG editing mode. I don't have a clear date for these

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-06 Thread Vincent Yeh
Yakov, On Tuesday, April 5, 2016 at 4:53:57 PM UTC+8, Yakov wrote: > > Hi Vincent, > > first of all, going up/down from block to block implementation is very > cool, much better experience now! > Thanks. > > Second, lists are now edited as a whole, not one list item at a time. I > guess,

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-05 Thread 'c pa' via TiddlyWiki
To edit a tiddler you have open in view mode you need to have edit widgets embedded in the page template. The downside, you can't edit the tiddler's text in view mode. You can easily change field values in view mode. by having the template create select and/or edit widgets. The other option

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-05 Thread Hegart Dmishiv
Hi all, Sorry, to save me from having to read through all 7 pages of this discussion, can I just quickly ask whether this is for TWC or TW5? In our *{{DesignWrite}}* semester project, TiddlyCRM , we've come to the point where

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-04-05 Thread Yakov
Hi Vincent, first of all, going up/down from block to block implementation is very cool, much better experience now! Second, lists are now edited as a whole, not one list item at a time. I guess, this is some deliberate temporal state, I mention it just in case it is not and/or you don't know

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-03-31 Thread Vincent Yeh
Leo, Thanks for your interest in *twve*. I had put activated the current snapshot in http://twve.tiddlyspot.com/, you are welcome to try and give comments/suggestions/feedback. *Note*: 1. This snapshot (v 3.2.6) is still *unstable*, if trying it locally better make a backup of your

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-03-31 Thread Leo Staley
This is great to see! Just for ease of use, would you be able to put this package together with the full version that has the examples and documentation, so I can play around with it a bit more easily? On Wednesday, March 30, 2016 at 8:13:31 PM UTC-7, Vincent Yeh wrote: > > Yakov, > > I

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-03-30 Thread Vincent Yeh
Yakov, I changed the behavior with BR, added actions to UP (same action as LEFT) and DOWN (same as RIGHT) arrow keys, and fixed some bugs. If interested please try this snapshot: https://dl.dropboxusercontent.com/u/23745840/twve.pre-pre4.wysiwyg.html Thanks and have fun! Vincent On Thursday,

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-03-08 Thread Yakov
Hi Vincent, > >> >> >> >> 1. Create a tiddler with a short paragraph (shorter than a line), an >> empty line and another paragraph (line after 2 linebreaks). Go to the view >> mode, click the first paragraph, go to the its end. Press right: what I get >> is an *extra* block to the right

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-02-18 Thread Vincent Yeh
Yakov, On Monday, February 15, 2016 at 5:03:45 AM UTC+8, Yakov wrote: > > Hi Vincent, > > > > > 1. Create a tiddler with a short paragraph (shorter than a line), an empty > line and another paragraph (line after 2 linebreaks). Go to the view mode, > click the first paragraph, go to the its

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-02-14 Thread Yakov
Hi Vincent, >> >> >> 1. Create a tiddler with a short paragraph (shorter than a line), an >> empty line and another paragraph (line after 2 linebreaks). Go to the view >> mode, click the first paragraph, go to the its end. Press right: what I get >> is an *extra* block to the right from the

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-02-14 Thread Vincent Yeh
Yakov, On Saturday, February 13, 2016 at 7:39:35 AM UTC+8, Yakov wrote: > > Hi Vincent, > > navigation between blocks makes nice impression indeed! Now, let me point > some issues (for now, tested in FF only): > Glad to hear this from you! > > 1. Create a tiddler with a short paragraph

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-02-12 Thread Yakov
Hi Vincent, navigation between blocks makes nice impression indeed! Now, let me point some issues (for now, tested in FF only): 1. Create a tiddler with a short paragraph (shorter than a line), an empty line and another paragraph (line after 2 linebreaks). Go to the view mode, click the first

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-02-02 Thread Vincent Yeh
Yakov, Here is a link to a test file for the current snapshot of the *twve* plugins with simple keyboard navigation functionality. Please try with different tiddler content and help speed up the debugging. :-) https://www.dropbox.com/s/8tm3ipkb1h34tiz/twve.pre-pre4.wysiwyg.html?dl=0 Have Fun!

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-02-02 Thread Vincent Yeh
The DropBox link in the last reply was a bit strange, I changed it in this one and added another OneDrive link. They should be fine. On Wednesday, February 3, 2016 at 1:45:51 PM UTC+8, Vincent Yeh wrote: > > Yakov, > > Here is a link to a test file for the current snapshot of the *twve* >

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-02-02 Thread Vincent Yeh
Yakov, Yes there is good progress in the arrow navigation: I can now use the left/right arrow keys to navigate between paragraphs and block elements within the same tiddler, but there is still some debugging to do. It won't be released in a few weeks because the coming Chinese new year break

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-02-02 Thread Yakov
Hi Vincent, nice to hear :) that would be lovely (although I'll probably report some bugs that you're already aware of). Best regards and nice holidays, Yakov. вторник, 2 февраля 2016 г., 13:28:33 UTC+3 пользователь Vincent Yeh написал: > > Yakov, > > Yes there is good progress in the arrow

[tw] Re: A View Mode Editor and a simple Calcualtor

2016-01-30 Thread Yakov
Hi Vincent, how are you? Any progress with the development? (arrow navigation between blocks, that stuff :) Best regards, Yakov. -- 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,

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-11-28 Thread Vincent Yeh
Yakov, On Friday, November 20, 2015 at 10:35:28 PM UTC+8, Yakov wrote: > > Hi Vincent, > > - menu of twve (in tiddlers) now works fine in FF but is not displayed at >> all >> >> >> In my FF (42.0 / Win10) it is displayed as expected. Which version of FF >> you are using? >> > > Sorry, here "in

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-11-28 Thread Yakov
Hi Vincent, as for Opera 12.x, I don't care much, really, but I use it for some dev purposes. It has a very convenient engine which simplifies DOM inspection tremendously and has some other nice features. Just saying (still, the bug may appear in another browser, for now I usually test TW

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-11-23 Thread Vincent Yeh
Yakov, On Friday, November 20, 2015 at 10:35:28 PM UTC+8, Yakov wrote: > > Hi Vincent, > > - menu of twve (in tiddlers) now works fine in FF but is not displayed at > all > > > In my FF (42.0 / Win10) it is displayed as expected. Which version of FF > you are using? > > > Sorry, here "in Opera

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-11-20 Thread Yakov
Hi Vincent, - menu of twve (in tiddlers) now works fine in FF but is not displayed at > all > > > In my FF (42.0 / Win10) it is displayed as expected. Which version of FF > you are using? > Sorry, here "in Opera 12.x" is missing, it works in FF as expected - still have poorly reproducible

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-11-18 Thread Yakov
Hello Vincent, nice to hear from you again! Glad there's some progress, too. I've done some tests and here's some results: - menu of twve (in tiddlers) now works fine in FF but is not displayed at all - still have poorly reproducible bug: sometimes opening the ordinary edit mode and then

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-11-18 Thread Vincent Yeh
Yakov, On Wednesday, November 18, 2015 at 5:26:03 PM UTC+8, Yakov wrote: > > Hello Vincent, > > nice to hear from you again! Glad there's some progress, too. > > I've done some tests and here's some results: > Thank you very much, you are always helping. > > - menu of twve (in tiddlers) now

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-11-06 Thread Vincent Yeh
Hello, everyone, It's been a while since last release of *twve*. I've been busy at work and spending very limited time on it. Today I am back here to release *twve* v3.2.5, with some bug fixes and *quite a few addition of functions* to *tcalc*. For more information and download links, see

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-06-20 Thread Vincent Yeh
Yakov, Good to hear from you again, and thanks a lot for the bug report and suggestions. After a quick test I realized that bug has long been there, I just never found it. Thanks again for finding it for me. It is fixed in my current snapshot and will be gone in the next release. About the

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-06-19 Thread Yakov
Hi Vincent, nice to see that the development is going on! It was a hard year, but probably I'll be able to provide consistent feedback during most of the summer. Now, a couple of things from the top of my head: 1) I haven't been using v 3.2.3 actively and now noticed that it and 3.2.4 have a

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-06-15 Thread Vincent Yeh
*twve* 3.2.4 Major changes include 1. Added support for - regular expression in the open/close tags of elements; - MathJax auto numbering; - *cross-table calculations*; - *parts-per notations in calculations*; - *time addition/subtraction in the format of

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-03-22 Thread Vincent Yeh
*twve* v3.2.3 Major changes include 1. added support for CSS wrappers created using {{Class name{ }}}; - This, however, was only tested with very simple cases. 2. a few newly defined functions and some bug fixes in *twve.tcalc* For more information and download links

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-02-17 Thread Vincent Yeh
Yakov, Today I spent some time working on the css wrapper thing but couldn't get it done. I am afraid you will have to wait for a few more days! In the next 5 days I will be eating and drinking a lot, seeing families and friends and having fun with them. Will be back after that. Happy New

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-02-14 Thread Yakov
Hi Vincent, nice to hear! Keep on :) I really appreciate using twve for writing drafts with formulae, and normal navigation will help tremendously. Best regards, Yakov. пятница, 13 февраля 2015 г., 7:28:41 UTC+3 пользователь Vincent Yeh написал: Releasing the *twve* 3.2.2, with some bug

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-02-14 Thread Yakov
By the way, a couple of things I've noticed about v3.2.2: * when editing a list item, pressing any button other than one of the arrows (a letter or ctrl or shift..) hides the text edit area; applying changes (enter/ctrl+enter) makes actually save changes, but not exit the edit mode, and also

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-02-14 Thread Vincent Yeh
Yakov, Thanks for the information. I ran your test and realized the cause of it: the *twve* does not understand the CSS wrapper syntax, such as the {{Dn{ ... }}} in your case. I will find time to add this support hopefully today or tomorrow. If I don't make it in these two days, I will do it

[tw] Re: A View Mode Editor and a simple Calcualtor

2015-02-12 Thread Vincent Yeh
Releasing the *twve* 3.2.2, with some bug fixes. See release note at TiddlySpot http://twve.tiddlyspot.com/#%5B%5BRelease%20Note%20v3.2.2%5D%5D or TiddlySpace http://twve.tiddlyspace.com/#%5B%5BRelease%20Note%20v3.2.2%5D%5D. Download links are given in the Installation section in the release

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-12-28 Thread Yakov
Hi Vincent, sorry, I'm terribly busy these weeks, so no time for thorough testing for now. But I'm glad that the development is going on and that you've done this migrating, this was quite a task. I've downloaded the new versions and may be will test them on the go; but the main thing that I

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-12-28 Thread Vincent Yeh
Hi Yakov, Good to hear from you again! The navigation issue you mentioned has been worked on over a few releases and is finally possible in the current one (but not yet implemented). It was not easy in the past versions due to the wiki text searching strategy: search within the same type. That

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-12-21 Thread Vincent Yeh
Some bug fixes and improvements in *twve* v3.2.1. Welcome to try and give feedback! See Release Note in TiddlySpot http://twve.tiddlyspot.com/#%5B%5BRelease%20Note%20v3.2.0%5D%5D (or in TiddlySpace http://twve.tiddlyspace.com/#%5B%5BRelease%20Note%20v3.2.0%5D%5D) for download links and more

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-12-21 Thread Vincent Yeh
Updated links for the release note. See Release Note in TiddlySpot http://twve.tiddlyspot.com/#[[Release%20Note%20v3.2.1]] (or in TiddlySpace http://twve.tiddlyspace.com/#[[Release%20Note%20v3.2.1]]) for download links and more details. On Monday, December 22, 2014 2:26:27 PM UTC+8, Vincent

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-11-18 Thread Vincent Yeh
The removal of jQuery and the resulting debugging took a lot longer than I expected. Finally I've got it done and tested with all the Examples given in TiddlySpot http://twve.tiddlyspot.com/#Examples (or in TiddlySpace http://twve.tiddlyspace.com#Examples). - Major changes - Said

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-10-10 Thread Yakov
Hi Vincent, how are you? Any progress with twve? Best regards, Yakov. пятница, 15 августа 2014 г., 14:53:36 UTC+4 пользователь Yakov написал: Hi Vincent, inline elements get their widths from the content width, so to get through this, we have to understand the inline elements styling

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-10-10 Thread Vincent Yeh
Hi Yakov, Thanks for asking. The removal of jQuery dependencies is almost done and quite some bugs are fixed. The next release shall come out soon. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-15 Thread Yakov
Hi Vincent, inline elements get their widths from the content width, so to get through this, we have to understand the inline elements styling well.. this article is helpful: [1]. From there, I get the idea that it is padding that should be set. A simple solution: add to CSS

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-14 Thread Vincent Yeh
Yakov, Thanks for the reply that showed me different results from what I had and got me to look further into the details for a cause. Fortunately I found it. It was the ExternalTiddlerPlugin that kept me from getting the empty slices. In the handler function of ExternalTiddlerPlugin (that

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-10 Thread Yakov
Hi Vincent, basically, when you work with the mode changing/refreshing of the story, you shouldn't rely on displayMessage: in some cases, it fails to display messages (or, probably, the message is shown and closed so quickly that even the display doesn't actually show it). Instead, use

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-08 Thread Vincent Yeh
Hi Yakov, On Tuesday, August 5, 2014 12:34:54 AM UTC+8, Yakov wrote: Hi Vincent, the torrent of coolingness is increasing, as I can see :) Confirm fixing/improving: - ctrl+left/right doesn't move list items anymore - new symbols (moving r) are displayed well Great! Thanks. As for

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-08 Thread Vincent Yeh
Hi Yakov, On Tuesday, August 5, 2014 12:34:54 AM UTC+8, Yakov wrote: Hi Vincent, the torrent of coolingness is increasing, as I can see :) Confirm fixing/improving: - ctrl+left/right doesn't move list items anymore - new symbols (moving r) are displayed well Great! Thanks. As for

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-08 Thread Vincent Yeh
Yakov, I was wrong about the empty slice/section things. I am having a problem beyond my knowledge and need help. After some tests I realized empty slices are not editable because (in the childNodes property of the parent) the *twve* cannot find the SPAN element created by tiddler macro to

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-04 Thread Yakov
Hi Vincent, the torrent of coolingness is increasing, as I can see :) Confirm fixing/improving: - ctrl+left/right doesn't move list items anymore - new symbols (moving r) are displayed well As for the partial transclusion, strange things began to happen. * try to transclude into a tiddler a

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-04 Thread Yakov
PS Hi Vincent, the torrent of coolingness is increasing, as I can see :) Confirm fixing/improving: - ctrl+left/right doesn't move list items anymore - new symbols (moving r) are displayed well moving rows/colomns As for the partial transclusion, strange things began to happen. * try

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-08-03 Thread Vincent Yeh
Release of ''twve'' v3.1.0. *Major changes:* 1. Started removing jQuery dependencies to migrate to TW5. - I don't seem to find a version of jQuery embeded in TW5 as there is in TWC, that will keep *twve* from going to TW5 because *twve* relies heavily on jQuery. Therefore

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-07-24 Thread Vincent Yeh
Hi Yakov, Thanks. If that's just my browser it would be no problem at all. The Ctrl-left/right issue is fixed in my current snapshot, will be gone in the next release. I am finding time to work on slices recently, hope to get it done in a week or so (busy schedule now). Have fun! Vincent On

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-07-16 Thread Yakov
Hi Vincent, * without autosave, table rows/colomns and list items move quickly indeed ** by the way, why so different symbols for buttons moving rows and colomns? you may use ⇐ and ⇒ for uniformity Because I did not find consistent symbols in ASCII set, and I don't know how to

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-06-27 Thread Vincent Yeh
Hi Yakov, On Monday, June 23, 2014 1:36:47 AM UTC+8, Yakov wrote: Hi Vincent, * the Edit wrappers and tiddler title optioin started to get changed to false each time on startup (which disables editing, say, plain text blocks). Did you make it become false by default? Yes, I did.

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-06-22 Thread Yakov
Hi Vincent, * the Edit wrappers and tiddler title optioin started to get changed to false each time on startup (which disables editing, say, plain text blocks). Did you make it become false by default? Yes, I did. Please enable it the way you like. Ok, no problem with that, although

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-06-19 Thread Vincent Yeh
Hi Yakov, Sorry for the late reply. This is the regular busy time in my work... On Friday, June 6, 2014 2:29:50 AM UTC+8, Yakov wrote: Hello Vincent, in the new release: * the nested sliders open by default issue is gone Glad to know! * the Edit wrappers and tiddler title optioin

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-06-05 Thread Yakov
Hello Vincent, in the new release: * the nested sliders open by default issue is gone * the Edit wrappers and tiddler title optioin started to get changed to false each time on startup (which disables editing, say, plain text blocks). Did you make it become false by default? ** because of

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-06-02 Thread Vincent Yeh
Release of v3.0.3 Some bug fixes for compatibility issue with NestedSliderPlugin (and hopefully fixed the backstage issue as well), and a few of others. See release note at TiddlySpot http://twve.tiddlyspot.com/#[[Release%20Note%20v3.0.3]] or TiddlySpace

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-27 Thread Vincent Yeh
Hi Yakov, On Tuesday, May 27, 2014 1:54:01 AM UTC+8, Yakov wrote: Hi Vincent суббота, 24 мая 2014 г., 7:09:16 UTC+4 пользователь Vincent Yeh написал: 2. Lists 2.2 Changing of the list order is rather slow Hmmm, I just noticed in my

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-27 Thread Yakov
Hi Vincent, 2. Lists 2.2 Changing of the list order is rather slow Hmmm, I just noticed in my examplehttp://twve.tiddlyspot.com/#%5B%5Btwve--Example--List%20Items%5D%5Dthat *it caused an infinite loop when I tried to move down the last item*, but worked quite smoothly in

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-27 Thread Vincent Yeh
Hi Yakov, On Tuesday, May 27, 2014 9:27:24 PM UTC+8, Yakov wrote: Hi Vincent, 2. Lists 2.2 Changing of the list order is rather slow Hmmm, I just noticed in my examplehttp://twve.tiddlyspot.com/#%5B%5Btwve--Example--List%20Items%5D%5Dthat *it caused an infinite loop when I

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-26 Thread Yakov
Hi Vincent суббота, 24 мая 2014 г., 7:09:16 UTC+4 пользователь Vincent Yeh написал: 2. Lists 2.2 Changing of the list order is rather slow Hmmm, I just noticed in my examplehttp://twve.tiddlyspot.com/#%5B%5Btwve--Example--List%20Items%5D%5Dthat *it caused an infinite loop when

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-26 Thread Vincent Yeh
Hi Ton, On Saturday, May 24, 2014 5:41:10 PM UTC+8, Ton Gerner wrote: Hi Vincent, On Friday, May 23, 2014 6:48:47 PM UTC+2, Vincent Yeh wrote: Hi Ton, Glad to hear you again! On Friday, May 23, 2014 9:03:28 PM UTC+8, Ton Gerner wrote: Hi Vincent Sorry i did not respond earlier but I

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-23 Thread Vincent Yeh
Ton, Glad they worked for you! And since you haven't mentioned any bugs till now, I'll take it as a good news, and I have one, too. Release of v3.0.2. 1. Quite some bug fixes and some improvements. See Release Note v3.0.2 at TiddlySpace

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-23 Thread Vincent Yeh
Hi Ton, Glad to hear you again! On Friday, May 23, 2014 9:03:28 PM UTC+8, Ton Gerner wrote: Hi Vincent Sorry i did not respond earlier but I have been busy with upgrading all my TW5s and customization guides for TW5 to v5.0.12-beta. No problem. I am also struggling to study the plugin

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-23 Thread Yakov
Hi Vincent, great work -- both in quantity and quality (many bugs have gone)! I haven't redone all the tests (for the 3.x series) yet, but have done some of them (one bug have been already fixed in 3.0.2), so let's start from a lesser amount of feedback (which is still plenty, probably). 1.

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-23 Thread Vincent Yeh
Hi Yakov, On Saturday, May 24, 2014 5:02:12 AM UTC+8, Yakov wrote: Hi Vincent, great work -- both in quantity and quality (many bugs have gone)! Thanks! I haven't redone all the tests (for the 3.x series) yet, but have done some of them (one bug have been already fixed in 3.0.2), so

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-14 Thread Vincent Yeh
Oops! Found a small bug in *twve.tcalc* that stops calculations when the tiddler is just loaded. Had fixed it and uploaded the twve.tcalc.min v3.0.1http://twve.tiddlyspace.com/#twve.tcalc.minjust now. Have Fun! Vincent On Wednesday, May 14, 2014 2:41:29 AM UTC+8, Vincent Yeh wrote:

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-14 Thread Ton Gerner
Hi Vincent, I am still using the old versions TWted.min_v1.4.6 TWtable.min_v1.4.6. Since I am mainly interested in the table editor, I only installed twve.core v3.0.0 twve.table v3.0.0 in a fresh TW v2.8.1 (using Windows 7 64-bit, Firefox v29.01, and Chrome v34.0.1847.137) and did some quick

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-14 Thread Vincent Yeh
Ton, Thanks for the quick test and respond! On Wednesday, May 14, 2014 4:34:48 PM UTC+8, Ton Gerner wrote: Hi Vincent, I am still using the old versions TWted.min_v1.4.6 TWtable.min_v1.4.6. Since I am mainly interested in the table editor, I only installed twve.core v3.0.0 twve.table

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-14 Thread Ton Gerner
Hi Vincent, On Wednesday, May 14, 2014 11:47:03 AM UTC+2, Vincent Yeh wrote: Ton, Thanks for the quick test and respond! On Wednesday, May 14, 2014 4:34:48 PM UTC+8, Ton Gerner wrote: Hi Vincent, I am still using the old versions TWted.min_v1.4.6 TWtable.min_v1.4.6. Since I am mainly

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-14 Thread Vincent Yeh
Hi Ton, It is a good idea to add the Options Menu to the table menu (the hamburger you said), so I did. Thanks. Release of the *twve* v3.0.1, mainly some quick bug fixes. See Release Note v3.0.1 http://twve.tiddlyspace.com/#[[Release%20Note%20v3.0.1]] for more information. Another thing is

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-14 Thread Ton Gerner
Hi Vincent, Your fixes in v3.0.1 work: 1) Prettylinks do not add an extra cell and can be edited in the normal way. 2) Options menu works good 3) Hovering over GettingStarted doesn't show dotted boundaries and clicking this tiddler does not give a message anymore. I now will try it in my

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-13 Thread Vincent Yeh
Release of twve (*T*iddly*W*iki *V*iew mode *E*ditor) v3.0.0 (formerly TWtid, TWted, TWtable, and TWtcalc). - The twve is divided into several plugins. To know which ones to install, see the Installation section in release note (

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-13 Thread Vincent Yeh
Re-uploaded the twve.table.min v3.0.0http://twve.tiddlyspace.com/#twve.table.minfor a tiny correction. If you have already downloaded this plugin, please download again. Sorry for the mistake. Have Fun! Vincent On Wednesday, May 14, 2014 12:26:15 AM UTC+8, Vincent Yeh wrote: Release of

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-04-10 Thread Vincent Yeh
Yakov, Thanks for the help. I think I have fixed that bug in the current snapshot. Hopefully it is gone for good. I haven't got the slices yet, but have been debugging the next version (tons of bug fixes!). I am also preparing a document for plugin authors to use the twve.core for view mode

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-04-10 Thread Yakov
четверг, 10 апреля 2014 г., 10:56:59 UTC+4 пользователь Vincent Yeh написал: Yakov, Thanks for the help. I think I have fixed that bug in the current snapshot. Hopefully it is gone for good. I haven't got the slices yet, but have been debugging the next version (tons of bug fixes!).

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-04-10 Thread Vincent Yeh
On Friday, April 11, 2014 5:58:27 AM UTC+8, Yakov wrote: четверг, 10 апреля 2014 г., 10:56:59 UTC+4 пользователь Vincent Yeh написал: Yakov, Thanks for the help. I think I have fixed that bug in the current snapshot. Hopefully it is gone for good. I haven't got the slices yet, but

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-04-07 Thread Yakov
Hello Vincent, Recently, I've stumbled upon a bug, which seems the one that caused some data loss previously, and this time made it reproducable, so here we go: 1. create a tiddler with this text: code 1 code 2 2. open the inline-edit-mode, select the first line (without the line break), cut

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-03-26 Thread Vincent Yeh
Hi MetalSoviet, To work with TW5 is on the top of the todo list, in the near future they shall do. I am not sure of TiddlySpot, never tried. I am sure they work in TiddlySpace, though. Have fun! Vincent On Tuesday, March 25, 2014 3:46:57 AM UTC+8, MetalSoviet wrote: Can these things be used

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-03-24 Thread Vincent Yeh
Hi Yakov, Sorry that I did not respond in the past week, there has been something important going on in my home... Thanks for sharing the information. Yes I had heard of it but haven't understood it yet. I will check it when I have time. I am not having fun! Vincent On Monday, March 17, 2014

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-03-24 Thread MetalSoviet
Can these things be used in the offline TW5 file or only in TiddlySpot? El sábado, 9 de febrero de 2013 09:21:03 UTC-5, Vincent Yeh escribió: Interested in editing your tiddler in the view mode in TiddlyWiki? Try this view mode editor plugin TWted (requires TWtid). Interested in a

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-03-16 Thread Yakov
Hello Vincent, have you heard of DOM Range? I've stumbled upon an interesting article in Russian, but here's some official links [1,2,3] from it. This may be helpful for WYSIWYG, so may deserve some reading. Best regards, Yakov. [1] http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-14 Thread Vincent Yeh
Yakov, It is always exciting to see your reply. These days I played a bit with your simple test tiddler in my Win7x64 box (in VirtualBox / Ubuntu 13.10) and Win8x64 notebook, using Opera 17.0 in both cases, and found a couple of situations that can cause extremely slow performance in column

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-14 Thread Yakov
Hello Vincent, четверг, 14 ноября 2013 г., 12:58:40 UTC+4 пользователь Vincent Yeh написал: Yakov, It is always exciting to see your reply. Nice to hear this, I would expect that countless bug reports sound rather exhausting at times :) These days I played a bit with your simple test

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-10 Thread Vincent Yeh
Yakov, I was supposed to do something else but couldn't get it off my mind, so decided to spent some time on the table column moving issue (row moving seems to work fine). I found two situations that cause the column moving very slow and one that causes infinite loop: 1. when there are

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-10 Thread Yakov
Hi Vincent, I've updated the plugins and have done some testing.. I have problems with moving colomns in quite a simple test case: in my setup (Win7 x64 + Opera 12.16 + TW 2.6.5 + latest .min versions of the plugins + some plugins -- STP, NestedSlidersPlugin, minor tweaks) with a tiddler as

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-08 Thread Vincent Yeh
TWtid v2.0.6 + TWted v2.0.7 + TWtcalc v1.0.7 + TWtable v2.0.6 Added a popup menu that shows the plugin options when moue is over the right most part of the tiddler title area. It is a popup menu that disappears when you click on it, so it is good only for checkbox options but not the text

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-08 Thread Eric Shulman
On Friday, November 8, 2013 9:27:15 AM UTC-8, Vincent Yeh wrote: Added a popup menu that shows the plugin options when moue is over the right most part of the tiddler title area. It is a popup menu that disappears when you click on it, so it is good only for checkbox options but not the

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-08 Thread Vincent Yeh
That's a great help! Thanks a lot, Eric! Arc I think it is now easier to do what you suggested a while ago: disable/enable the plugins as desired. Have fun! Vincent On Saturday, November 9, 2013 1:48:20 AM UTC+8, Eric Shulman wrote: On Friday, November 8, 2013 9:27:15 AM UTC-8, Vincent Yeh

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-10-01 Thread Yakov
Hi Vincent, yeap, like you have noticed, your second message (after my reply), but also the two others -- got deleted somewhy; anyway, I got them in my email as I'm subscribed for the comments. Now, let's talk business :) The table row/colomn moving kind of works, but very slowly. In a simple

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-09-29 Thread Vincent Yeh
TWted 2.0.6 + TWtcalc 1.0.6 Some quick fixes and more to come later (hopefully not too late...). Added move buttons to move a table row up/down or a column to its left/right, plus bug fixes for HTML entities and editable settings. Note there are situations that the move row/column functions

  1   2   >