Re: [tw] Re: Inline Editing of tables

2012-08-22 Thread Vincent Yeh
wolfgang,

On Wednesday, August 22, 2012 3:07:12 AM UTC+8, wolfgang wrote:


 I think it shouldn't at all - even the tiddler should only be saved once 
 the user decides to commit the changes made (kept in temporary memory 
 before). Believe this would already reduce much of the strain it causes my 
 poor browser.


 Sure that can be done in a few days.

  

 Hope these can release some strain in your browser. :-) Please try and 
 let me know how they work.


 Vincent, you really must have a pronouncedly slowed down perception of 
 time.. ;-)


Thanks a lot for the advice. I am spending time on these plugins because

   1. I want them for my work
   2. I am shifting time back to my work
   
That means further development of these plugins will soon slow down, by a 
lot. I just want to make it as useful as possible within this time.
 

 Without the automatic saving really all the strain is eased and editing 
 this way is so much more fun, thanks a lot!

  Good to know it helped.


 Mentioned an other a bid difficult to handle behavior by selecting a cells 
 content in edit mode - but releasing the mouse button a bit too far to the 
 left (I'm used to selecting text from the bottom-right up to the top-left 
 corner, so the first letter isn't that easily missed), only slightly above 
 the next cell to the left - editing mode immediately switches to that other 
 cell. Maybe it would be possible to allow switching into edit mode of other 
 cells only on a click, but not upon releasing a pushed mouse button?
  

Unfortunately it is already on the click instead of mouseup or something 
else. And it seems to be a FireFox issue because I do not see such thing 
happening in my Chrome/Ubuntu and IE9/Win7. I don't know what to do with 
this yet...

 

 Other things like QuickEdit, TableTools, etc., will just need to wait a 
 while.


 If hours are days for you, I sure can wait for a while ;-) 


Most likely weeks, I am afraid...

Vincent

-- 
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/-/0ZjbluAH1iIJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Inline Editing of tables

2012-08-22 Thread Lyall
I just thought I would say thanks for this plugin, it's great!

-- 
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/-/-5riVFHlUekJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Inline Editing of tables

2012-08-22 Thread Vincent Yeh



 Mentioned an other a bid difficult to handle behavior by selecting a 
 cells content in edit mode - but releasing the mouse button a bit too far 
 to the left (I'm used to selecting text from the bottom-right up to the 
 top-left corner, so the first letter isn't that easily missed), only 
 slightly above the next cell to the left - editing mode immediately 
 switches to that other cell. Maybe it would be possible to allow switching 
 into edit mode of other cells only on a click, but not upon releasing a 
 pushed mouse button?
  

 Unfortunately it is already on the click instead of mouseup or something 
 else. And it seems to be a FireFox issue because I do not see such thing 
 happening in my Chrome/Ubuntu and IE9/Win7. I don't know what to do with 
 this yet...


A solution to this just popped up into my mind not long after the last 
post. See revision history in TableEditor--CRV if interested.
TableEditor v1.2.8 http://qmowcy2.tiddlyspace.com/#TableEditor. It works in 
my FireFox 14.0.1.

Vincent

-- 
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/-/Up1RaDgjkZYJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Inline Editing of tables

2012-08-22 Thread Vincent Yeh
You are very welcome, Lyall. :-)

On Wednesday, August 22, 2012 7:40:10 PM UTC+8, Lyall wrote:

 I just thought I would say thanks for this plugin, it's great!


-- 
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/-/LgfHaWEkk_8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Autogeneration of table content from other tiddlers

2012-08-22 Thread David Shaw
OK, this is probably a request too far but if I never ask, I'll never 
know  :-)


I am a keen home wine maker and I want to shift my paper logs, which I 
keep misplacing, into a TW.  I want to keep a separate journal tiddler 
for each batch of wine I make, containing data such as start date, 
weights of ingredients, date the yeast was added, dates when I need to 
take certain actions, tasting notes and so on.  This isn't the hard part.


This is the hard part.

I would like to have an 'overview' tiddler containing all the important 
information so I can see at a glance what the status of each wine is, 
what's due to be done, whether I've missed any important actions and so 
on and I would like to be able to generate this data automagically from 
the individual tiddlers - I don't mind if I have to click a button to do it.


Ideally, what I would like is something of the format

Wine | Start date | Yeast added | Fermentation end | Date racked/bottled

sorted in reverse chronological order (so that I don't have to keep 
scrolling to the bottom to see what's happening now).  It would also be 
nice if the Wine column linked to the appropriate tiddler.  And the 
cherry on the cake would be some sort of CSS magic to highlight any 
important dates I've missed - which would obviously require some sort of 
'done' indicator in the journal tiddler.


Clearly, the journal tiddlers would have to be in a standard format but 
I don't really care what that format is, just so long as it's clear 
what's happening when I read it.


Is this within the realms of possibility, or shall I just have to try 
and discipline myself into doing it manually?


Many thanks,

David Shaw

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



[tw] Autogeneration of table content from other tiddlers

2012-08-22 Thread David Shaw
OK, this is probably a request too far but if I never ask, I'll never 
know  :-)


I am a keen home wine maker and I want to shift my paper logs, which I 
keep misplacing, into a TW.  I want to keep a separate journal tiddler 
for each batch of wine I make, containing data such as start date, 
weights of ingredients, date the yeast was added, dates when I need to 
take certain actions, tasting notes and so on.  This isn't the hard part.


This is the hard part.

I would like to have an 'overview' tiddler containing all the important 
information so I can see at a glance what the status of each wine is, 
what's due to be done, whether I've missed any important actions and so 
on and I would like to be able to generate this data automagically from 
the individual tiddlers - I don't mind if I have to click a button to do it.


Ideally, what I would like is something of the format

Wine | Start date | Yeast added | Fermentation end | Date racked/bottled

sorted in reverse chronological order (so that I don't have to keep 
scrolling to the bottom to see what's happening now).  It would also be 
nice if the Wine column linked to the appropriate tiddler.  And the 
cherry on the cake would be some sort of CSS magic to highlight any 
important dates I've missed - which would obviously require some sort of 
'done' indicator in the journal tiddler.


Clearly, the journal tiddlers would have to be in a standard format but 
I don't really care what that format is, just so long as it's clear 
what's happening when I read it.


Is this within the realms of possibility, or shall I just have to try 
and discipline myself into doing it manually?


Many thanks,

David Shaw

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



[tw] Re: Autogeneration of table content from other tiddlers

2012-08-22 Thread Eric Shulman
 I am a keen home wine maker and I want to shift my paper logs, which I
 keep misplacing, into a TW.  I want to keep a separate journal tiddler
 for each batch of wine I make, containing data such as start date,
 weights of ingredients, date the yeast was added, dates when I need to
 take certain actions, tasting notes and so on.  This isn't the hard part.

 I would like to have an 'overview' tiddler containing all the important
 information so I can see at a glance what the status of each wine is,
 what's due to be done, whether I've missed any important actions and so
 on and I would like to be able to generate this data automagically from
 the individual tiddlers - I don't mind if I have to click a button to do it.

http://www.TiddlyTools.com/#GridPlugin

can generate tables from individual tiddlers, containing named slices,
sections, and/or custom fields.

Tiddlers can be selected by matching a specified tag value or, if you
have MatchTagsPlugin installed, you can match against a complex
Boolean expression of tag values.

Each row in the resulting table represents slice, section and/or field
data gathered from an individual matched tiddler and the row heading
is a link to the matched tiddler.

Optionally, you can click to *edit-in-place* on table cell contents.
Changes are automatically written back to the corresponding slice,
section or field when you finished editing the cell (esc key cancels
the change).

If you install TableSortingPlugin (written by Saq Imtiaz), grid tables
are sortable by clicking on the column headings.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

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



Re: [tw] Re: Inline Editing of tables

2012-08-22 Thread wolfgang


 A solution to this just popped up into my mind not long after the last 
 post. See revision history in TableEditor--CRV if interested.
 TableEditor v1.2.8 http://qmowcy2.tiddlyspace.com/#TableEditor. It works 
 in my FireFox 14.0.1.

 
,Vincent, your amazing. This also solved the unneeded opening of cells 
after adding or deleting columns - just perfect!

Just thought of one additional but essential feature difficult to 
accomplish with TW table code: Though cutting and pasting rows at other 
positions is easy, With columns that's almost impossible without loosing 
all its formatting (via transposing, cutting/pasting and transposing back). 
Would be great if this could be implemented too.

Regards.

-- 
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/-/8YoY8TqVQPAJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Autogeneration of table content from other tiddlers

2012-08-22 Thread David Shaw

On 22/08/12 16:04, Eric Shulman wrote:


http://www.TiddlyTools.com/#GridPlugin

can generate tables from individual tiddlers, containing named slices,
sections, and/or custom fields.



Why did I ever doubt?  Once again, many, many thanks, Eric.

David Shaw

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



Re: [tw] Re: Autogeneration of table content from other tiddlers

2012-08-22 Thread David Shaw

On 22/08/12 16:04, Eric Shulman wrote:


http://www.TiddlyTools.com/#GridPlugin

can generate tables from individual tiddlers, containing named slices,
sections, and/or custom fields.



I'm back, sorry, with a teensy problemette.  GridPlugin works very 
nicely as does TableSortingPlugin (many thanks to Saq for that) however...


The column headings are displayed white on white.  Where do I change 
this so that I can see them?


Many thanks,

David Shaw

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



[tw] How to open all links from a tiddler at once

2012-08-22 Thread KeithB
I need some way to open all the links from a given tiddler:

This tiddler has 
[[info 1]] then perhaps a and a whole bunch of other stuff then 
more stuff then [[info 2]] 
etc more stuff [[info 3]]

So I want to keep this tiddler open, but also open [[info1]], [[info2]], 
[[info3]]  tiddlers all at once.

Thank in advance.

Keith

-- 
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/-/xPTPBHglu0UJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How to open all links from a tiddler at once

2012-08-22 Thread Eric Shulman
 I need some way to open all the links from a given tiddler:

 This tiddler has
 [[info 1]] then perhaps a and a whole bunch of other stuff then
 more stuff then [[info 2]]
 etc more stuff [[info 3]]

 So I want to keep this tiddler open, but also open [[info1]], [[info2]],
 [[info3]]  tiddlers all at once.

Using InlineJavascriptPlugin, you can write:

script label=go
var here=story.findContainingTiddler(place);
var tid=store.getTiddler(here.getAttribute('tiddler'));
story.displayTiddlers(here,tid.links);
/script

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

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



[tw] Alias (via AliasPlugin) to make shortcuts for HTML codes, possible?

2012-08-22 Thread G.J.Robert
Hi there,

I'm trying to play with the capabilities of AliasPlugin [1]. So far, I have 
been successful to make aliases as shortcuts to smileys like

 alias :) [img[smile]] (where the tiddler smile is an uploaded image 
 via TiddlySpace)

or as shortcuts to simplify complex syntaxes like

 alias pop @@position:relative;+++^30em^[%0]%1===@@ (prerequisite: 
 NestedSlidersPlugin; where the position:relative is a trick to make the 
 floatingPanel right under the button on TiddlySpace)


I was trying to extend the usage of alias shortcuts further by defining 
aliases to render HTML snippets. For example, as with a div with an image 
as its background, the HTML code would be something like:

 div style=background-image: url(http://domain.com/image.jpg); width: 
 XXXpx; height: YYYpx;abracadabra/div

and I hope to use an alias

 alias imgdiv div style=background-image: url(%0); width: %1px; 
 height: %2px;%3/div

so that I can just type

 imgdiv http://url.of.the/image XXX YYY abracadabra

to create the same div as above.

However, in my experiment, when I put this imgdiv in the 
html.../html statement block (with HTMLFormattingPlugin installed, for 
TiddlyWiki syntax to be mixed within the HTML block), the alias just throws 
out the text of div style=background-image: 
url(http://domain.com/image.jpg); width: XXXpx; height: 
YYYpx;abracadabra/div (with the URL wikified!), but not making the real 
div element.

I've also tried to make a simpler alias to insert p0%/p, and again, 
only the literal pParameter input/p is rendered.

*Is it ever possible to make aliases substituting working HTML elements 
instead of displaying the literal codes?*

(I have also tried to make aliases as shortcuts to insert something like 
rowspan='%0' to help simplify the syntax of MediaWikiTableFormatterPlugin 
[2], also in vain. I guess it's because the aliases cannot be rendered 
*before* the formatters?)

[1] http://www.tiddlytools.com/#AliasPlugin
[2] http://devpad.tiddlyspot.com/#MediaWikiTableFormatterPlugin

-- 
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/-/MQe2lQ37mREJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.