[tw] Re: Delete Missing Tiddler

2010-11-23 Thread philipp
Thanks for your reply!
Below you'll find the diff of a TiddlyWiki, where I have problems,
with a freshly downloaded, empty one.
As you see, not much of a difference. Funnily, the problem is arising
with Hartree-Fock but not with foo bar. With foo bar everything
is working as it should but not with Hartree-Fock.
I emptied the cache etc. of my browser and reloaded the file and still
Hartree-Fock is listed as missing without any link to it.

Philipp

diff  ~/tiddly/empty.html ./empty.html
44,45d43
 !--PRE-HEAD-END--
 title
47c45,46
 /title
---
 !--PRE-HEAD-END--
 title My TiddlyWiki - a reusable non-linear personal web notebook /title
57a57

61a62

513a515,523
 div title=GettingStarted creator=philipp modifier=philipp 
 created=201011230830 modified=201011230837 changecount=9
 preTo get started with this blank [[TiddlyWiki]], you'll need to modify the 
 following tiddlers:
 * [[SiteTitle]] amp; [[SiteSubtitle]]: The title and subtitle of the site, 
 as shown above (after saving, they will also appear in the browser title bar)
 * [[MainMenu]]: The menu (usually on the left)
 * [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to 
 appear when the TiddlyWiki is opened
 You'll also need to enter your username for signing your edits: 
 lt;lt;option txtUserNamegt;gt;

 This is the removed link to [[Hartree-Fock]] which is 
 quot;Hartree-Fockquot;./pre
 /div
9726a9737


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: two-levels main menu

2010-11-23 Thread Ciofegates
 That site uses TreeviewPlugin (1). The plugin creates a graphical
 representation of tiddlers based on the TagglyTagging principle (2). I
 successfully implemented that for my bookmarks solution.

Thanks for your reply.
Unfortunately, for me it is too difficult to install such plugin. I
have followed instructions at http://twt-treeview.tiddlyspot.com/
RollYourOwn tiddler but I got an error on my menu and I do not see
any image.
Sadly, I will stay with a single-level menu.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: text box within a tiddler?

2010-11-23 Thread UBi
Another option: the built-in gradient macro:

gradient horiz #fc0 #fc0Very
important
content


You could adjust it with additional CSS:

gradient horiz #fc0 #fc0padding:10px;Totally
important
content
indeed!


UBi

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: text box within a tiddler?

2010-11-23 Thread UBi
Forgot the closing '':
gradient horiz #fc0 #fc0Very
important
content


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: text box within a tiddler?

2010-11-23 Thread UBi
Nah, Google Groups eliminates it. Append '' after the last line.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: two-levels main menu

2010-11-23 Thread TonG
Hi,

Why not use Måns suggestion, NestedSlidersPlugin?

With NestedSlidersPlugin it is very easy to get a two-level menu,
e.g.:

+++*[A level 1]
[[A level 2a]]
[[A level 2b]]
===

+++*[B level 1]
[[B level 2a]]
[[B level 2b]]
===

Cheers,

Ton


On Nov 23, 11:53 am, Ciofegates ciofega...@mailinater.com wrote:
  That site uses TreeviewPlugin (1). The plugin creates a graphical
  representation of tiddlers based on the TagglyTagging principle (2). I
  successfully implemented that for my bookmarks solution.

 Thanks for your reply.
 Unfortunately, for me it is too difficult to install such plugin. I
 have followed instructions athttp://twt-treeview.tiddlyspot.com/
 RollYourOwn tiddler but I got an error on my menu and I do not see
 any image.
 Sadly, I will stay with a single-level menu.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Delete Missing Tiddler

2010-11-23 Thread FND
 Below you'll find the diff of a TiddlyWiki, where I have problems,
 with a freshly downloaded, empty one.

I don't mind diffs (indeed, it's a good idea) - but in this case, it
leaves me a bit stumped.

So let me explain what I did to reproduce:
* downloaded a fresh TiddlyWiki
* created a tiddler with the following contents:
lorem [[Hartree-Fock]] is Hartree-Fock ipsum
* sidebar's Missing tab lists Hartree-Fock
* removed [[Hartree-Fock]] from the tiddler contents
* sidebar's Missing tab still lists Hartree-Fock
* removed Hartree-Fock from the tiddler contents
* sidebar's Missing tab is empty

Step #5 there is because it's a WikiWord:
http://tiddlywiki.org/wiki/WikiWords


-- F.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Which tiddlywiki for tasks/to-dos?

2010-11-23 Thread Jaif
I've been looking at mgsd, d3, and other tiddlywiki variants to start
maintaining my to-do list.  It's a bit rough as some of these things
are forked from other others, or are the new names for old things.
Also, many of them seem to be more heavy-handed then I need.

I want to maintain a journal entry which I review at the end of the
day.  In my mind, I mark certain lines for follow-up, either by
assigning to a person (@John, @Diane), or moving them to a
different list (@July, @RainyDay, @Tomorrow).

Do any tiddlywiki variants come close to this?  I know I can achieve a
lot of my intent manually by editing the journal and adding square
brackets and so on, but I'm hoping that one of these can automate a
lot of this.

Thanks in advance,

-Jeff

P.S. I don't want each task to be a separate page (at least that I
see).  That's the thing I'm trying to get around.  I just want the
line items inside a page to appear in multiple pages, and ideally to
appear crossed-out/checked-off when I'm done with them.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Tiddlyspot

2010-11-23 Thread Måns
Hi Chris
 Is it possible to quickly replicate the function of TiddlySpot into my
 own TiddlyWiki ?

 I've taken the UploadPlugin and PasswordControlPlugin and then taken
 the initial stanza of TspotPlugin - what else would I need?

Download http://itw.bidix.info/store.php
Change username and password - off you go :-) (Remember to set
writepermissions)

If you'd like to save single tiddlers on the fly (considering smaller
throughput on mobile internet)
I recommend installing UploadTiddlerPlugin (http://itw.bidix.info/
#UploadTiddlerPlugin)  and using http://itw.bidix.info/storeTiddler.php

BidiX has made a package for Iphone here: http://itw.bidix.info/

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 tiddlyw...@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: Delete Missing Tiddler

2010-11-23 Thread philipp
Thank you very much, this solves my problem. I just did not know about
WikiWords since I am new to this thing.
Thanks for the link!!!
And thank you so much for your time!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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 include tagging in tiddler TiddlerName

2010-11-23 Thread Dave Parker
I organize my tiddlers alot by simply having an empty tiddler and
using newHere to make a child tiddler underneath it and just let
TagglyTagging organize all the sub tiddlers below.

Quite often I've wanted to view one of those parent tiddlers and
their children from a tiddler ParentTiddler call, but of course
all I see (or in this case, don't see) is the empty content and not
the tagging info of the sub tiddlers.  You see, i've modified the
tagglytagging plugin to use a popup slider on hover-over for the
sliders view type.  Its very convenient for quick viewing of
tiddlers, and this extra modification would be really nice.

Is there a way to modify the tiddler macro to include the
tagglytagging info?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Navigating through tiddlers without flooding

2010-11-23 Thread Yakov
Hi guys.

Is there any solution that allows to open tiddlers with automatical
closing the tiddler in which someone activates a pretty link?

I mean, somewhat like shift+click on prettylink in tiddler A to
tiddler B
 =
open tiddler B and close tiddler A
 or
open tiddler B with visual effect that look like tiddler A transforms
to tiddler B.

This would be useful not to flood the page with tiddlers while
working and somewhat comfortable for site visitors..

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: tiddler if syntax

2010-11-23 Thread skye riquelme
Hi All

Still cant get this to work. Maybe to explain the context a little
more.

The TW is seen over the web and participantes need to access
information on a dvd that they have..so TW needs to know the drive
number for the DVD drive for their computer. So the tiddler
CDriveNumber has a bit of text explaining why this is necessary and
then the line  option txtDVD   thinking that the first time they
open the file.the line

tiddler CDriveNumber if:{{config.options.txtDVD===false}} will
trigger and allow them to input the appropriate number (actually a
letter)however on re-opening this code is seen as false and
the CDriveNumer tiddler displayedand the option txtDVD.. box
is howing the previously defined paramenterso txtDVD is
definedbut the conditional if is not evaluating it 

Help
Skye

On Nov 22, 8:54 pm, Eric Shulman elsdes...@gmail.com wrote:
  tiddler CDriveNumber if:{{config.options.txtDVD == undefined}}

 try this:

 tiddler CDriveNumber if:{{config.options.txtDVD===undefined}}

 * omit the quotes around undefined.  It is a javascript intrinsic
 constant, rather than a string literal.
 * use the exactly equal operator (===) rather than the normal
 equality (==).  In Javascript, the constants: 0, false, undefined and
  (empty text string) are all equivalent when compared using ==, but
 are distinct values when compared using ===.

 Note: support for the tiddler ... if:{{...}} parameter usage is
 added by a tweak contained in
    http://www.TiddlyTools.com/#CoreTweaks

 enjoy,
 -e

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Navigating through tiddlers without flooding

2010-11-23 Thread whatever
Try http://www.TiddlyTools.com/#SinglePageModePlugin
w

On Nov 23, 5:21 pm, Yakov yakov.litvin.publi...@gmail.com wrote:
 Hi guys.

 Is there any solution that allows to open tiddlers with automatical
 closing the tiddler in which someone activates a pretty link?

 I mean, somewhat like shift+click on prettylink in tiddler A to
 tiddler B
  =
 open tiddler B and close tiddler A
  or
 open tiddler B with visual effect that look like tiddler A transforms
 to tiddler B.

 This would be useful not to flood the page with tiddlers while
 working and somewhat comfortable for site visitors..

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: text box within a tiddler?

2010-11-23 Thread Anthony Muscio
I have some ideas for you but could you explain further why you want the
box.

It is a presentation thing for text within the tiddler ?
Is it so you can edit it independently ?
Could it just be in a pop up ?

If I understand I can suggest more appropriate solutions rather than write a
novel.

Tony

Anthony Muscio
LaSourceProjects.org Open Source Sustainability Projects
LaSource.com.au http://www.LaSource.com.au Sustainable Products and
Business
SerendipityIdeas.com IT hints and Tips and Website hosting
Like personal Web 2.0 ? see www.tiddlywiki.com



On Tue, Nov 23, 2010 at 21:57, UBi u...@kefc.de wrote:

 Nah, Google Groups eliminates it. Append '' after the last line.

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



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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.