Help with macro - ToggleTagPlugin crashes mgtdList when inserting tiddler title

2012-02-05 Thread David Szego
I'd like to create a ToggleTag checkbox (using the ToggleTagPlugin)
which sets a tag containing the name of the tiddler where the checkbox
resides.

For instance, Tiddler1 should show a list of tiddlers, and the
ToggleTag checkbox before each listed tiddler should toggle a tag
Tiddler1 (where the list is being shown):

Tiddler1:

div macro=mgtdList title:'Attendees' tags:'Contact'
view:Attendee
ignoreRealm:yes
newButtonTags:'Contact'
local:yes
/div

Tiddler2:

render_Attendee: function() {
  return this.renderUtil(
'{{attendee{'+
'toggleTag [[Attended@%1]] [[%0]] -'+
' nbsp;[[%0]] '+
'}}}'+
'{{notesLink{showNotesIcon [[%0]]}}}',
[
  this.title, parent.tiddler.title
]
  );},

What happens is, the tiddler *does* get tagged Attended@Tiddler1,
but the whole mgtdList div in Tiddler1 disappears!!!
If I refresh Tiddler1 (close/open), the list shows properly, and the
checkbox remains.

Odd behaviour: If I pass a string, or something undefined as %1 (for
instance, asdf or foo.bar), it tags as Attended@asdf or
Attended@undefined and the mgtdList on Tiddler1 remains intact as
expected.

How do I properly pass the title of the tiddler on which the mgtdList
resides, as the tag parameter of ToggleTagPlugin?

Help! This one's really driving me crazy!!

Thanks,
David Szego

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



Re: automagic contexts?

2012-02-05 Thread dmic
Hi Mat,

Thanks for the reply, though I'm not sure you have understood either
of my questions.

I am aware of the features in the quick add you describe, and use them
to quickly add near-identical projects without having to click through
dependencies and the like every time.

The two parts of my post were:
1. How do I have the 'open new project/action' checkboxes unchecked by
default, so that I don't have to unclick it every time I quick add
something; and
2. Does the automagic contexts work. This is not where you type in the
context as a | in a quick add line, but where if the action name
itself has 'call' in it, then the context @Calls is automatically
assigned without needing user input (either by typing or clicking).

Since my initial posts, both questions have been resolved.

thanks again,
dan

On Feb 5, 1:38 am, Mat matiasg...@gmail.com wrote:
 If I understand your question right you seem to have missed out on a
 great feature for the inbox:

 First, to disable the automatic opening of newly created Projs/Acts
 you simply tick on/off the checkbox in the process inbox.

 Regarding tagging etc, if you write this:

 Proj1|S
 .Act1|Somecontext|F|S|newtag|sometext

 then you get a starred project (from the S)
 and an action with that predefined context and tagged future and
 starred and also some new tag that you just made up. It will also
 contain the note sometext because it was written as the last element
 and without a final | sign.
 Actions are by default set as Next unless tagged like this with F or
 W.

 While at it, if you write the (exact) name of another Action, say an
 action named First action, in between such | signs then this will
 automatically set the currently created action as a Next and it will
 automatically

 :-)

 On Jan 3, 12:14 am, dmic dan.mi.c...@gmail.com wrote:







  Hey all,

  was digging around the code trying to turn off the automatic checking
  of opening tasks and projects in quickadd (which I was able to do),
  when I came across a small section of code in the MgtdProcessInbox
  tiddler...

  It seems that it should automatically assign a context if it finds
  certain words in the tiddler title. So if the quick add entry is
  .call John, then the context @Calls should automatically be
  assigned. I have modified the section of the code to this:

  var automagicContexts = {
                                                                  
  '@Calls':'call',
                                                                  
  '@Errands':'buy',
                                                                  
  '@Email':'email'
                                                          };

  but it doesn't seem to work.

  Anyone know anything about this or how to get it to work?

  cheers,
  dan

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



[tw] Re: New mGSD Feature: Meetings!

2012-02-05 Thread PMario
On Feb 5, 3:30 am, David Szego david.sz...@gmail.com wrote:
 Of course, I'd love to see it integrated into the core of mGSD!

It may be possible to get it into the core, if you send a pull request
at:
https://github.com/simonbaird/mGSD

-m

-- 
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] what Yahoo calls a chromeless browser

2012-02-05 Thread HansBKK
This stuff is way above my paygrade, but I thought it might have 
applicability here to the programming-oriented TWers:

These tools aim to provide a write once, run everywhere capability for 
developers of apps for the Web. Content is developed once in Javascript and 
HTML5. It can run in a browser, but also as an app in environments such as 
iOS and Android, . . . 

an app that is generic in the way a browser is, in that it is the same 
irrespective of the content. Unlike a browser, the chromeless browser 
provides no user interface, just a Javascript VM and a rendering engine. 
This downloads and runs the content, just as a browser would, but allows 
the content developer total control over the user experience.

http://blog.dshr.org/2012/01/yahoos-html5-tools.html

http://www.xconomy.com/san-francisco/2012/01/26/yahoo-challenges-apple-with-a-cocktail-of-mobile-publishing-tools/?single_page=true

http://developers.slashdot.org/story/12/01/26/1937214/yahoos-project-to-disrupt-mobile-publishing

-- 
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/-/aA5_VLpExvkJ.
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: what Yahoo calls a chromeless browser

2012-02-05 Thread HansWobbe
Thanks for posting this!

So far this year, I've had to allocate the majority of my time to learning 
about APPs and I've been a bit peeved that this activity has displaced 
several other interests that I was hoping to enjoy working on (such as 
TiddlySpace  TiddlyWiki refinements).  What I've learned, however, is that 
developments like this, that put a User's (Micro)Content back within the 
control of its creator, are much more likely to be viable in the long-term, 
than the aggregation of user content by intermediaries who (like 
Facebook) are of the opinion that the content you create belongs to them.

It will be interesting to see just how quickly things change, now that 
developers are starting to build the needed tools.  I even suspect that 
there will be reinforcing trends from the increased emphasis on 
peer-to-peer communications technologies.

In the mean time, all of the SOPA and IP debates that are focused on a 
centralized site model, seem to me to be quite irrelevant when all I have 
to do is attach a TW file to an email, or cook as TS based solution.  
Better yet, these solutions can even be designed to work together with a 
period DVD shipment of MicroContent that could be used as a TransClusion 
into a structured wrapper.

It seems May you live in interesting times turns out to be both a curse 
and a blessing, depending on your vested interests.

-- 
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/-/JU-uN81x_tYJ.
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: Embedding vlc player

2012-02-05 Thread FrD
Thanks for the test.

Finally I use the video tag (html5) in both firefox 10 and IE 9.
It works natively in IE with an mp4 file (H264/mp4) and in firefox with an 
ogg file.

Firefox :
video width=400 height=300 poster=myposter.png controls  
   source  src=myfile.ogg /
/video

IE :
video width=400 height=300 poster=myposter.png controls  
   source  src=myfile.mp4 /
/video

So I guess the following should work in both, but you have to have two 
video files :

video width=400 height=300 poster=myposter.png controls  
   source  src=myfile.mp4 /
   source  src=myfile.ogg /
/video

Or, last solution : use the ogg file and install ogg codecs in IE.

FrD


-- 
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/-/5tABiAmGbbcJ.
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] Documentation for standard TiddlyWiki CSS

2012-02-05 Thread Craig in Calgary
Is there any documentation available that explains which standard CSS
to modify for standard TW elements? For example; I want to make macro
links in MainMenu look the same as ToolbarCommands links. Another
example; I want the tiddler ToggleSliders link in ToolbarCommands
to look the same on :hover as the closeOthers or closeTiddler macros.

The problem I am trying to solve is that I have integrated several
plugins which create their own shadow stylesheets and I need to figure
out the load order and which UI elements are affected by their CSS.
There are a lot of declarations which supersede each other and I want
to figure out how to manage the mess.

Thank you for any suggestions.

-- 
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] Help with macro - ToggleTagPlugin crashes mgtdList when inserting tiddler title

2012-02-05 Thread David Szego
I'd like to create a ToggleTag checkbox (using the ToggleTagPlugin)
which sets a tag containing the name of the tiddler where the checkbox
resides.

For instance, Tiddler1 should show a list of tiddlers, and the
ToggleTag checkbox before each listed tiddler should toggle a tag
Tiddler1 (where the list is being shown):

Tiddler1:

div macro=mgtdList title:'Attendees' tags:'Contact' view:Attendee
ignoreRealm:yes
newButtonTags:'Contact'
local:yes
/div

Tiddler2:

render_Attendee: function() {
  return this.renderUtil(
'{{attendee{'+
'toggleTag [[Attended@%1]] [[%0]] -'+
' nbsp;[[%0]] '+
'}}}'+
'{{notesLink{showNotesIcon [[%0]]}}}',
[
  this.title, parent.tiddler.title
]
  );},


What happens is, the tiddler *does* get tagged Attended@Tiddler1,
but the whole mgtdList div in Tiddler1 disappears!!!
If I refresh Tiddler1 (close/open), the list shows properly, and the
checkbox remains.

Odd behaviour: If I pass a string, or something undefined as %1 (for
instance, asdf or foo.bar), it tags as Attended@asdf or
Attended@undefined and the mgtdList on Tiddler1 remains intact as
expected.

How do I properly pass the title of the tiddler on which the mgtdList
resides, as the tag parameter of ToggleTagPlugin?

Help! This one's really driving me crazy!!

Thanks,
David Szego

-- 
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 back up deceased friend's TiddlyWiki?

2012-02-05 Thread meldrc
Hello there.

So, a friend of mine created a TiddlyWiki over the past couple of
years that is a fabulous  extensive information resource for some of
us.  But then he passed away this summer, leaving behind this
extensive TiddlyWiki, hosted out of his Dropbox account.

Friends of his are still accessing the document, but we are of course
concerned that it might just disappear someday

Could someone out there please advise us on how to effectively back
this thing up?   Again, it's a TiddlyWiki with 100's of interlinked
entries.

Many, many thanks,

Mel

-- 
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] Changing Language within a Tiddler

2012-02-05 Thread tiddlyrax
Hi guys,

I'm a TW noob,

Is it possible to set the language within a tiddler (or even just part
of the text within a tiddler).

e.g.

This text is in English.
And this text should be in, say, Russian.

Apologies if this has been answered elsewhere. Couldn't find it on
quick search.

thanks

-- 
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: Documentation for standard TiddlyWiki CSS

2012-02-05 Thread Yakov
Hello Craig,

On 5 фев, 18:32, Craig in Calgary craig.prich...@gmail.com wrote:
 Is there any documentation available that explains which standard CSS
 to modify for standard TW elements? For example; I want to make macro
 links in MainMenu look the same as ToolbarCommands links.

I'm not aware of any such documentation; however, it seems that
there's no much need in it: what you can use is

* DOM/CSS inspectors, like FireBug extension for FireFox or the Opera
DragonFly tool built in Opera (I don't know what options are available
for other browsers)
** these let you see what classes do some elements have. For instance,
you can explore that links to existing tiddlers have classes
tiddlyLink and tiddlyLinkExisting, or that the content of tabs
generated with tabs macro has tabContents class
** these also let you see the id's, so that you can create rools like
#mainMenu .tiddlyLink { ... }
** finally, you can inspect calculated styles, so that you can further
use them in other parts of document, like in font-color, font-size and
font-family in your example
* shadowed style sheets. In principle you can want to use the same
semantical styles, like colors from ColorPalette. In that case open
StyleSheetLayout and StyleSheetColors and search through them. For
instance, you can see there

#sidebarOptions .sliderPanel a {border:none;color:
[[ColorPalette::PrimaryMid]];}

which makes new journal button and others of the color which is
defined in ColorPalette. But it is recomended not to overwrite these
shadowed StyleSheets for better updating; instead, add your CSS rules
to StyleSheet which will have more priority than the rules shadowed
ones.

 Another
 example; I want the tiddler ToggleSliders link in ToolbarCommands
 to look the same on :hover as the closeOthers or closeTiddler macros.

I don't understand what do you mean. ToolbarCommands doesn't contain
tiddler ToggleSliders by default..

 The problem I am trying to solve is that I have integrated several
 plugins which create their own shadow stylesheets and I need to figure
 out the load order and which UI elements are affected by their CSS.
 There are a lot of declarations which supersede each other and I want
 to figure out how to manage the mess.

As I understand, StyleSheet has more priority than any shadowed CSS
tiddler; I'm not sure, though. The order of applying of new
StyleSheets is defined by the order the extensions call setStylesheet
funcion [1], but if, as you say, they generate shadow stylesheets
(using setStylesheet, an extension can apply styles directly), you can
just edit them as tiddlers!

Not sure if I answered the question, though.

[1] https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/Dom.js (in
the end of the page; not very helpful definition, as you can see)

-- 
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: How to back up deceased friend's TiddlyWiki?

2012-02-05 Thread Eric Shulman
 So, a friend of mine created a TiddlyWiki over the past couple of
 years that is a fabulous  extensive information resource for some of
 us.  But then he passed away this summer, leaving behind this
 extensive TiddlyWiki, hosted out of his Dropbox account.

 Friends of his are still accessing the document, but we are of course
 concerned that it might just disappear someday

 Could someone out there please advise us on how to effectively back
 this thing up?   Again, it's a TiddlyWiki with 100's of interlinked
 entries.

First, condolences on the loss of your friend.

Now, on to your question: a standard TW is just a single HTML file.
Thus, to download the entire TW document, you can simply right-click
on a *link* to the URL for that TW file and select save link as
The resulting HTML file will be an exact copy of the document posted
on line and, because it is on your local system, you can actually
*edit* and save changes.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios


WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION
   http://www.TiddlyTools.com/#Donations
note: donations are directly used to pay for food, rent,
gas, net connection, etc., so please give generously and often!

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] Slices with names in non-latin letters?

2012-02-05 Thread Yakov
Some time ago I explored that non-latin letters make two-colomn rows
of tables to be not slices. For instance, if I write

|Имя|Иван|

(which is |Name|Ivan|) I can not use it as a slice (for instance, in
transclusion macros). Recently I need object-tiddlers with different
slices and sections and processing them with GridPlugin [1], for
instance generate summaries of people or of other objects -- need it
more and more, and here's a question: is it possible that slices part
of the core, or GridPlugin will be refactored so that non-latin name
will also be available? (or it's better to forget it and use names
with latin letters; which, of'course is not that good, esp. for
collaborations)

In core it seems to be somewhat problematic, since slices are stored
as properties (a map) [2] and much is related on it. On the other
hand, if such engine (handling non-latin name) is put into the
GridPlugin, it seems that it would be worth to put into the core (and
probably refactoring the core would be easier to make).

Perhaps, it's more TiddlyWikiDev issue.. what do you think anyway?

[1] http://www.TiddlyTools.com/#GridPlugin
[2] https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/TiddlyWiki.js#L14

-- 
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: ImagePathList on different browsers?

2012-02-05 Thread Helge
Any ideas on this?

To illustrate, Firefox (10.0 on OSX) and Safari (5.1.3 on OSX 10.7.3):

https://skitch.com/e-cantello/g6hde/firefox
https://skitch.com/e-cantello/g6hdx/safari


The ImagePathList tiddler was the same (same TW actually):

Wiki-Bilder/
 Wiki-Bilder/Begleiter/
 Wiki-Bilder/Helden/
 Wiki-Bilder/Inrah/
 Wiki-Bilder/Wiki/
 Wiki-Bilder/Dokumente/


(Wiki-Bilder is a subfolder of the folder where the tw.html resides in)

Thanks,
Helge. 

-- 
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/-/_EBX5Tk_yQwJ.
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: Slices with names in non-latin letters?

2012-02-05 Thread Eric Shulman
On Feb 5, 9:56 am, Yakov yakov.litvin.publi...@gmail.com wrote:
 Some time ago I explored that non-latin letters make two-colomn rows
 of tables to be not slices. For instance, if I write
 |Имя|Иван|
 (which is |Name|Ivan|) I can not use it as a slice (for instance, in
 transclusion macros).
...
 is it possible that slices part of the core, or GridPlugin will be
 refactored so that non-latin name will also be available?

The TWCore uses a regexp text pattern to parse slice defintions
embedded in tiddler content.  Here's the pattern used by the core:

(?:^([\'\/]{0,2})~?([\.\w]+)\:\1[\t\x20]*([^\n]+)[\t\x20]*$)|(?:^\|
([\'\/]{0,2})~?([\.\w]+)\:?\4\|[\t\x20]*([^\n]+)[\t\x20]*\|$)


This pattern actually matches *two* alternatives for the slice-
defininition syntax using either name:value or |name|value|.  Of
course, regexp can be incredibly painful to read and understand... so,
here's a break out of the parts of this pattern:

(?: start name:value syntax
  ^ start of line
  ([\'\/]{0,2}) optional start bold or italic formatting
  ~?optional non-wikiword prefix
  ([\.\w]+) slice name
  \::
  \1optional end bold or italic (matching above)
  [\t\x20]* optional leading whitespace
  ([^\n]+)  slice value
  [\t\x20]* optional trailing whitespace
  $ end of line
)   end name:value syntax
|
(?: start |name|value| syntax
  ^ start of line
  \|table cell boundary
  ([\'\/]{0,2}) optional start bold or italic formatting
  ~?optional non-wikiword prefix
  ([\.\w]+) slice name
  \:?   optional :
  \4optional end bold or italic formatting (matching above)
  \|table cell boundary
  [\t\x20]* optional leading whitespace
  ([^\n]+)  slice value
  [\t\x20]* optional trailing whitespace
  \|table cell boundery
  $ end of line
)   end |name|value| syntax


As you can see above, the slice *name* pattern is:
   [\.\w]+
which matches one or more occurences of . (any char except for
newline) or \w (any 'word' character = upper/lower letters, numbers,
or underline).  This slice name pattern works successfully for
standard latin character sets.  However, as you noted, it doesn't
seem to work when applied to non-latin character sets.

I'm guessing that the problem arises because . and \w only match
single-byte characters, but the non-latin characters are using multi-
byte encoding.  Unfortunately, although I'd hope that any decent I18N-
ready browser should handle multi-byte encodings properly, this might
be a limitation of the browser's internal regexp processing.

Still, you might be able to play around with the regexp pattern to use
hex codes (\xNN) to match the symbols of the non-latin character
set... but I suspect it will be VERY ugly :(

Sorry I can't offer a more encouraging response at this time.

-e
Eric Shulman
TiddlyTools / ELS Design Studios


WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION
   http://www.TiddlyTools.com/#Donations
note: donations are directly used to pay for food, rent,
gas, net connection, etc., so please give generously and often!

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] Re: Is there a newsreader plugin?

2012-02-05 Thread Yakov
 All is inside the tiddlywiki.
 ...
 Let me know if you are able to make at least the tw render normal...if
 not I will create a zip file to download.

Somewhat weird. If I download the NEWS TW via Opera as html with
pictures it opens as blank. If I download it as html it opens as
somewhat reasonable. And content differs. Never saw such a thing
before.

But anyway nothing seems to work (and no documention/wel-hidden doc.
makes it more difficult to tweak with).

-- 
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] TiddlerIconsPlugin How to show them in Links also before the title

2012-02-05 Thread Cyrill
Hello all, specially to Eric,

How to make it possible that the tags based icon in the title (wiht
modification in ViewTemplate) of the tagged tiddlers will also be
shown in all Links that point to this tiddler (from tiddler area, from
Side tabs and search results), I think that make sense to identify
this tiddler from the other listed there...
I supposed with pure CSS it will not be possible...

Kind Regards


Cyrill

-- 
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: How to back up deceased friend's TiddlyWiki?

2012-02-05 Thread meldrc
Wow, that simple, huh?  Thank you so much, I have a copy of the file
hosted out of my own Dropbox account now.

Great stuff -- thanks again!! :)

Mel

On Feb 5, 12:30 pm, Eric Shulman elsdes...@gmail.com wrote:
  So, a friend of mine created a TiddlyWiki over the past couple of
  years that is a fabulous  extensive information resource for some of
  us.  But then he passed away this summer, leaving behind this
  extensive TiddlyWiki, hosted out of his Dropbox account.

  Friends of his are still accessing the document, but we are of course
  concerned that it might just disappear someday

  Could someone out there please advise us on how to effectively back
  this thing up?   Again, it's a TiddlyWiki with 100's of interlinked
  entries.

 First, condolences on the loss of your friend.

 Now, on to your question: a standard TW is just a single HTML file.
 Thus, to download the entire TW document, you can simply right-click
 on a *link* to the URL for that TW file and select save link as
 The resulting HTML file will be an exact copy of the document posted
 on line and, because it is on your local system, you can actually
 *edit* and save changes.

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

 
 WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION
    http://www.TiddlyTools.com/#Donations
 note: donations are directly used to pay for food, rent,
 gas, net connection, etc., so please give generously and often!

 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] Re: Is there a newsreader plugin?

2012-02-05 Thread Bauwe Bijl
Hi Yakov

 Somewhat weird. If I download the NEWS TW via Opera as html with
 pictures it opens as blank. If I download it as html it opens as
 somewhat reasonable. And content differs. Never saw such a thing
 before.

It's not unusual that the TiddlyWiki file gets broken if you download
it this way.
Sometimes this works here with firefoxsave as  html only
So it is not the best method.
From my last post:
It's best to download an empty tiddlywiki local and then import
all tiddlers from my tw.

Bauwe

-- 
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: TiddlerIconsPlugin How to show them in Links also before the title

2012-02-05 Thread Måns
Hi Cyrill

 How to make it possible that the tags based icon in the title (wiht
 modification in ViewTemplate) of the tagged tiddlers will also be
 shown in all Links that point to this tiddler (from tiddler area, from
 Side tabs and search results), I think that make sense to identify
 this tiddler from the other listed there...
 I supposed with pure CSS it will not be possible...

CoredLinksPlugin http://coloredlinks.tiddlyspot.com/  will help you
get colored links anywhere..

I don't know if you can tweak it to show images/icons as well...

Cheers Måns Mårtensson

-- 
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.