Re: [tw] Re: Automatic backup

2014-05-09 Thread Ulrik Stervbo
Thanks - I'll keep an eye on it.

My solution to avoid future stress with data loss is to schedule copying
(if the tw.html has changed) every minute with 'SynkronPortable'.

Cheers,
Ulrik


2014-05-08 18:19 GMT+02:00 PMario pmari...@gmail.com:

 On Thursday, May 8, 2014 5:00:53 PM UTC+2, Ulrik Stervbo wrote:

 Windows 7; FrontMotion Firefox 22.0 with the TiddlyFox 1.0alpha18 and
 Zotero related plugins (see screen shot).

 I'm using TiddlyWiki 5 and the html file was (and is again; hurrah for
 system backup :)) 2155 kb


 :)


 I have noticed things are at times running slow, and have in fact just
 experienced another crash, not provoked by saving, but a tiddly was open
 for editing.


 FireFox _was_ known to leak memory, when it was running for a long time,
 or many tab open (many  10). 

  - So you can start FF and have a look at the task manager ctrl - f1 and
 have a look at the memory FF uses.
  - If you see a slow down you could have an other look at the task
 manager. ... if FF now uses 3-10 times more with the same number of open
 tabs, there may be a problem.


  - you could try to open a new tab in FF with about:memory in the URL
 and have a look, which site uses a lot of memory.
- Show memory reports - [Measure]
- Explicit Allocations ... shows the tabs and sites.

 So you could find out what actually needs much memory.

 Just a guess / hint
 -mario


-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-09 Thread Matabele
Hi cmari

Looks like you were right -- I have been going around and around in 
circles. The problem arises if any of the tag pills in the 'gTiD' tab have 
been clicked, prior to creating a new tickler folder (from the gTiD tab) or 
a new tickler (from one of the tag bars.) This can be seen easily if the 
tag pill box is displayed, but persists under certain conditions even when 
the tag pill box is hidden. I have tried messing with the $newtiddler 
widget, but can't find the problem (my js skills are sorely lacking.) It 
appears to be a clash between the $newtiddler widget and the tag pill 
code in the core (I hacked only the template.)

The qd fix for now, is to click somewhere on the gTiD tab just before 
clicking any of the 'New Folder' or 'New Tickler' buttons, whenever you 
have had one of the tag pills open.

A real pain -- can anyone help?

regards  

On Thursday, May 8, 2014 3:33:58 PM UTC+2, cmari wrote:

 Hi Matabele,
 Thanks for all the great ideas and implementation! 
 The only problem I have come across is that, in Chrome, the this is 
 embarrassing javascript error pops up if you do the following:

 Open the GTD tab
 Click the todo button
 Click one of the plus signs (to add a Context, Tickler, or Project)

 I wish I were good enough at debugging to help figure out why
 cmari


  

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Automatic backup

2014-05-09 Thread Ulrik Stervbo
The problem is indeed memory related stemming from my joy of displaying
pdfs in a tiddly using the iframe tag (the object tag does not work well
with Internet Explorer it seems).

Thanks for the comments
Ulrik


2014-05-09 9:43 GMT+02:00 Ulrik Stervbo ulrik.ster...@gmail.com:

 Thanks - I'll keep an eye on it.

 My solution to avoid future stress with data loss is to schedule copying
 (if the tw.html has changed) every minute with 'SynkronPortable'.

 Cheers,
 Ulrik


 2014-05-08 18:19 GMT+02:00 PMario pmari...@gmail.com:

 On Thursday, May 8, 2014 5:00:53 PM UTC+2, Ulrik Stervbo wrote:

 Windows 7; FrontMotion Firefox 22.0 with the TiddlyFox 1.0alpha18 and
 Zotero related plugins (see screen shot).

 I'm using TiddlyWiki 5 and the html file was (and is again; hurrah for
 system backup :)) 2155 kb


 :)


 I have noticed things are at times running slow, and have in fact just
 experienced another crash, not provoked by saving, but a tiddly was open
 for editing.


 FireFox _was_ known to leak memory, when it was running for a long time,
 or many tab open (many  10). 

  - So you can start FF and have a look at the task manager ctrl - f1
 and have a look at the memory FF uses.
  - If you see a slow down you could have an other look at the task
 manager. ... if FF now uses 3-10 times more with the same number of open
 tabs, there may be a problem.


  - you could try to open a new tab in FF with about:memory in the URL
 and have a look, which site uses a lot of memory.
- Show memory reports - [Measure]
- Explicit Allocations ... shows the tabs and sites.

 So you could find out what actually needs much memory.

 Just a guess / hint
 -mario




-- 
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.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
Hello group,

I include quite a few pdfs in my tiddlers and this has seems to cause huge 
memory usage - not so much by TW but more the many instanced pdf.js (well 
around 7 pdf.js instances per tiddler).

Each pdf is transcluded from their own tiddler, which looks like this:

\define linkpdf(projectid, path, file, title, description)
center
iframe src=./attachments/$projectid$/$path$/$file$ 
type=application/pdf width=100% height=500px/br
//[[$title$]]// -- br$description$br
/center
\end

$macrocall $name=linkpdf projectid = {{!!project-id}} path={{!!path}} 
file={{!!file-name}} title={{!!title}} description={{!!description}}/

Project-id, path, file-name and title are all fields in the tiddler.

In the main tiddler the pdf is transcluded by {{pdf tiddler}}.

Is there a way of triggering the transclusion?

I could replace transclusions with links and that way open the tiddlers by 
demand, but I would prefer to keep them in the same tiddler where 
additional attached is displayed. Also, the title of the pdf-tiddlers are 
meant to be unique rather than human readable since they contain the result 
of some analysis. Is there an easy way of providing a link title, for 
instance the '//[[$title$]]// -- $description$' in the code above, or must 
I always do [Readable|non readable tiddler title]?

One way could be to include some javascript in the pdf-tiddler where the 
source of the iframe is loaded onclick, but it would be nicer if this is 
handled else where - I imagine there may be times when a single tiddler 
transcludes just two pdfs for comparison, and that this should be onload. 
Is transclusion through a template possible? The template could then 
contain an onclick macro using elements from the transcluded pdf tiddler 
for meaning full display?

Are there any suggestions?

Thanks.
Cheers,
Ulrik

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Finding the next entry

2014-05-09 Thread Alex V
Hello everyone!

I have journal entries which are sorted by the value in their 'date' field 
'0MM0DD'. They are listed in their journal tag tiddler using '$list 
filter=[!has[draft.of]tag[Journal]!sort[date]]'. This  works great, but 
additionally in every journal entry I want a link to the previous and next 
entry.

One way to do it would be to use the next and previous filter operator, 
however the documentation says this only works on list fields and my 
journal doesn't have one. How do I create this list and automatically add 
new entries to it when I use my new journal entry button? Is there a 
plugin for this or can the core do it? I think the filter would look like 
[[{{!!title}}]next[Journal]], but '{{!!}}' doesn't seem to work in filter 
expressions.

Another way would be to build on the current filter, something like 
[[field:date[{{!!date}}]]next[!has[draft.of]tag[Journal]!sort[date]]]. 
However that doesn't work because next only works on lists instead of 
filters and again also because '{{!!}}' doesn't seem to work in filter 
expressions.

How do I index from the current tiddler in a filter expression? Also for 
large lists do you think it would be better for performance to use the 
method with the list or one with a large filter expression?

Thanks!

With kind regards,
Alex

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: An Idea for syncing TiddlyWiki

2014-05-09 Thread PMario
Hi Jonnan, 

There are several file syncing services, that may work well with TW. 

I did discover seafile [1] service lately. 

They provide a file based sync, and are able to discover conflicts, if 2 
files have been edited at the same time. 
The mechanism doesn't do any automatic merging ... The latest file wins, 
but the conflicting file is synced to both sides too, so it is possible to 
see, that there is something wrong. Resolution needs manual intervention. 
...

I did show the TW node based possibilities in hangout#33 [2].

The cool thing about this particular service is, that they did include a 
social discussion component. 
So it is possible to easily create groups and file related discussions. So 
discussions about a single file are linked to this file and can be easily 
discovered. ...

I didn't do much more testing, than shown in the video. I also forgot to 
mention the social aspect in the video.
I think this service could have great potential, because it is possible to 
discuss and share single tiddlers from a TW ...

The software is open source. So it is possible to run your own server / 
service, if you want. 

Conclusion: 
I think the file based syncing approach is interesting if you have the 
right setting. 
eg: One or a view writers and many readers, so the confilct handling 
doesn't cause too much trouble. Especially, if you can discuss TW changes 
prior to publishing them ...

If you have a very dynamic setting, with several people editing at the same 
time, imo a file based approach is broken by design. 

have fun!
mario

[1] http://www.seafile.com/en/home/
[2] 
https://www.youtube.com/watch?feature=player_detailpagev=GEqXu6xay7M#t=1989

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread PMario
On Friday, May 9, 2014 10:31:56 AM UTC+2, Ulrik Stervbo wrote:

 One way could be to include some javascript in the pdf-tiddler where the 
 source of the iframe is loaded onclick, but it would be nicer if this is 
 handled else where


This is no option, since TW already includes simple code sanitation so 
inline javascript / onclick() is removed because of security concerns. 
 

 - I imagine there may be times when a single tiddler transcludes just two 
 pdfs for comparison, and that this should be onload. Is transclusion 
 through a template possible? The template could then contain an onclick 
 macro using elements from the transcluded pdf tiddler for meaning full 
 display?


You could try to use the tabs .. macro. see: tiddlywiki.com - TabsMacro
It should remove the hidden tabs from the DOM, so it should reduce the 
memory footprint of one tiddler with many pdf links.
You could add some manual links that open single PDFs. So it would be 
possible to open several of them if really needed. 

-mario

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread PMario
Ulrik, 
How big are your PDFs?
-m

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
Thanks - I'll look into that.


2014-05-09 11:51 GMT+02:00 PMario pmari...@gmail.com:

 On Friday, May 9, 2014 10:31:56 AM UTC+2, Ulrik Stervbo wrote:

 One way could be to include some javascript in the pdf-tiddler where the
 source of the iframe is loaded onclick, but it would be nicer if this is
 handled else where


 This is no option, since TW already includes simple code sanitation so
 inline javascript / onclick() is removed because of security concerns.


 - I imagine there may be times when a single tiddler transcludes just two
 pdfs for comparison, and that this should be onload. Is transclusion
 through a template possible? The template could then contain an onclick
 macro using elements from the transcluded pdf tiddler for meaning full
 display?


 You could try to use the tabs .. macro. see: tiddlywiki.com -
 TabsMacro
 It should remove the hidden tabs from the DOM, so it should reduce the
 memory footprint of one tiddler with many pdf links.
 You could add some manual links that open single PDFs. So it would be
 possible to open several of them if really needed.

 -mario

 --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/GnMyObOhPbU/unsubscribe.
 To unsubscribe from this group and all its topics, 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.
 For more options, visit https://groups.google.com/d/optout.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
The pdfs are between 6 and 1000 kb in size and all external

Cheers,
Ulrik


2014-05-09 11:53 GMT+02:00 PMario pmari...@gmail.com:

 Ulrik,
 How big are your PDFs?
 -m

 --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/GnMyObOhPbU/unsubscribe.
 To unsubscribe from this group and all its topics, 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.
 For more options, visit https://groups.google.com/d/optout.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: data visualisation or graphs in tiddlywiki

2014-05-09 Thread okido
Hi All,

I updated d3tw http://d3tw.tiddlyspot.com/.
There are now several easy to use graphs made with d3.js and c3.js for TWc.
Some basic knowledge of JS is required.
The dendro is static, collapsible is possible in combination with 
DataTiddler, updated will follow soon.

Okido

2012年1月17日火曜日 22時32分22秒 UTC+1 okido:

 For drawing graphs in TiddlyWiki, there are some graphics libs like 
 jsx and raphael available as plugin. 
 But drawing an actual graph is not that easy. 
 I made a start using the d3.js lib for data visualisation and the 
 first graph type I made is a horizontal graph or pareto graph. The 
 d3.js can be found here: http://mbostock.github.com/d3 
 To draw a pareto I made a plugin that is available at 
 http://d3tw.tiddlyspot.com 
 keep in mind that it is still very experimental. 
 Make sure to have a backup of your important data. 

 Any comments are welcome, Okido

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: data visualisation or graphs in tiddlywiki

2014-05-09 Thread David Gifford
ohhh please please please do these for TiddlyWiki 5!!! These are
outstanding!


On Fri, May 9, 2014 at 8:20 AM, okido bkn...@gmail.com wrote:

 Hi All,

 I updated d3tw http://d3tw.tiddlyspot.com/.
 There are now several easy to use graphs made with d3.js and c3.js for TWc.
 Some basic knowledge of JS is required.
 The dendro is static, collapsible is possible in combination with
 DataTiddler, updated will follow soon.

 Okido

 2012年1月17日火曜日 22時32分22秒 UTC+1 okido:

 For drawing graphs in TiddlyWiki, there are some graphics libs like
 jsx and raphael available as plugin.
 But drawing an actual graph is not that easy.
 I made a start using the d3.js lib for data visualisation and the
 first graph type I made is a horizontal graph or pareto graph. The
 d3.js can be found here: http://mbostock.github.com/d3
 To draw a pareto I made a plugin that is available at
 http://d3tw.tiddlyspot.com
 keep in mind that it is still very experimental.
 Make sure to have a backup of your important data.

 Any comments are welcome, Okido

  --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/qe502M1FE4M/unsubscribe.
 To unsubscribe from this group and all its topics, 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.
 For more options, visit https://groups.google.com/d/optout.




-- 
David Gifford
Christian Reformed World Missions, Mexico City

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: data visualisation or graphs in tiddlywiki

2014-05-09 Thread Albert
Hi! Any chance to integrate NVD3 charting?: http://nvd3.org/index.html

Fantastic job!

El viernes, 9 de mayo de 2014 15:02:39 UTC+2, David Gifford escribió:

 ohhh please please please do these for TiddlyWiki 5!!! These are 
 outstanding! 


 On Fri, May 9, 2014 at 8:20 AM, okido bkn...@gmail.com javascript:wrote:

 Hi All,

 I updated d3tw http://d3tw.tiddlyspot.com/.
 There are now several easy to use graphs made with d3.js and c3.js for 
 TWc.
 Some basic knowledge of JS is required.
 The dendro is static, collapsible is possible in combination with 
 DataTiddler, updated will follow soon.

 Okido

 2012年1月17日火曜日 22時32分22秒 UTC+1 okido:

 For drawing graphs in TiddlyWiki, there are some graphics libs like 
 jsx and raphael available as plugin. 
 But drawing an actual graph is not that easy. 
 I made a start using the d3.js lib for data visualisation and the 
 first graph type I made is a horizontal graph or pareto graph. The 
 d3.js can be found here: http://mbostock.github.com/d3 
 To draw a pareto I made a plugin that is available at 
 http://d3tw.tiddlyspot.com 
 keep in mind that it is still very experimental. 
 Make sure to have a backup of your important data. 

 Any comments are welcome, Okido

  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/tiddlywiki/qe502M1FE4M/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 tiddlywiki+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 David Gifford
 Christian Reformed World Missions, Mexico City
  

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
The tabs .. macro seems appropriate (and would also make each tiddler
better organised), but it would not work well because I have at least 15
tiddlers containing the same information with small variation (the result
of different analysis), so the tabs would contain hard to read information.

That is, unless I can delete part of the displayed tiddler title or pass a
tag to a tiddler which based on the passed tag finds the appropriate
tiddlers to transclude.

Is this possible?

Cheers,
Ulrik


2014-05-09 12:15 GMT+02:00 Ulrik Stervbo ulrik.ster...@gmail.com:

 The pdfs are between 6 and 1000 kb in size and all external

 Cheers,
 Ulrik


 2014-05-09 11:53 GMT+02:00 PMario pmari...@gmail.com:

 Ulrik,
 How big are your PDFs?
 -m

 --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/GnMyObOhPbU/unsubscribe.
 To unsubscribe from this group and all its topics, 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.
 For more options, visit https://groups.google.com/d/optout.




-- 
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.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tabbed left slider menu for v_5.0.10

2014-05-09 Thread Matabele
Hi

Whilst I was testing out my customisation guides, I thought I might as well 
put up the empty versions of my latest efforts for user tests:
- the tabbed leftmenu: http://gtab.tiddlyspot.com/
- Wills QD gTiD: http://gtid.tiddlyspot.com/

regards


On Thursday, May 1, 2014 6:47:03 PM UTC+2, Matabele wrote:

 Hi

 I have been working on a tabbed left slider menu to integrate with the new 
 hamburger for v_5.0.10. For those interested , this may be viewed here: 
 http://wills.tiddlyspot.com/

 I have provided sample menus for the tabs incorporating a quick and dirty 
 gTD system (but the menus are easily changed or edited.)

 The gTD system is fairly hands on, but is functional -- it has been 
 designed to replicate a paper based system to the extent that tasks must be 
 manually moved from folder to folder.

 I would appreciate any ideas for improvement -- also help uncovering 
 display problems and bugs.

 regards


-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread PMario
I think you could create a custom tab macro, that contains more info in the 
button. 

The tabs ... macro is part of the core shadow tiddler named:   
$:/core/ui/PageMacros.

So you can copy paste it to a sandbox tiddler and adjust it to your needs. 

Have a look at the TabsMacro docs tiddler.
The tab tiddlers can contain a custom field named: caption, that is 
used to label the tab.  
The same mechanism could be used to add additional content to the tabs, to 
make it more readable for users. 

Does this make sense to you?

have fun!
-mario

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Transclusion on demand

2014-05-09 Thread Ulrik Stervbo
Sounds like it could be very useful.  I'll look into it.

Cheers,
Ulrik
Am 09.05.2014 22:38 schrieb PMario pmari...@gmail.com:

 I think you could create a custom tab macro, that contains more info in
 the button.

 The tabs ... macro is part of the core shadow tiddler named:
 $:/core/ui/PageMacros.

 So you can copy paste it to a sandbox tiddler and adjust it to your needs.

 Have a look at the TabsMacro docs tiddler.
 The tab tiddlers can contain a custom field named: caption, that is
 used to label the tab. 
 The same mechanism could be used to add additional content to the tabs, to
 make it more readable for users.

 Does this make sense to you?

 have fun!
 -mario



-- 
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.
For more options, visit https://groups.google.com/d/optout.