[tw] Re: Text Beside Table

2018-01-30 Thread Jon
Hi,

I noticed in this example that if it's changed to "float:left;", the text 
is very close to the table. How would you create a space between the two?

Regards
Jon

On Wednesday, 31 January 2018 03:55:22 UTC, passingby wrote:
>
> Html tags work in the tiddler. So just wrap do this:
>
>  
>
>
> |cell1|cell2|
> |cell3|cell4|
>
>
> 
> Here follows a paragraph which will flow up along the table on left.
>
>
>
>
> On Tuesday, January 30, 2018 at 8:32:38 PM UTC-7, slip532 wrote:
>>
>> I just started using tiddlywiki today, so I'm still pretty green. Is 
>> there a way to put text beside tables instead of only above and below them? 
>> Literally like a person's page wikipedia. It has the table with the 
>> person's picture, age, etc... on the right, and text beside it on the left. 
>> On my tiddler, I have the table on the left, and just a big blank space 
>> beside it that I'd like to use for text, but don't know how.
>>
>> Thanks!
>>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/345d7e9b-5fb7-4cf2-93e2-d933a2fd301f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] MyMenus Plugin - forshadowing

2018-01-30 Thread TonyM
Top post updated to include plugin site details

Tony

On Tuesday, January 30, 2018 at 12:17:50 PM UTC+11, TonyM wrote:
>
> Folks,
>
> I just wanted to post that I am developing a MyMenus Plugin for 
> TiddlyWiki, I am very excited about it and close to finishing, 
> unfortunately some international travel may delay publishing.
>
>- Below is a summary of what I am trying to achieve, references to 
>"prior art" (others work) may be helpful.
>- A Couple of outstanding issues are also listed should you have 
>something to contribute.
>
>
> This is my first plugin, and so it is taking a little longer to refine it 
> before publishing.
>
> *Just a Quick Summary*
>
>
>- The my menus plugin provides a quick and easy method of building 
>menus in wikitext, view templates and elsewhere using existing or 
> dedicated 
>tiddlers.
>- The method I am using makes it possible to use almost any wiki text 
>or macros to build menu items
>   - This means the sky is the limit, and MyMenus may be a great way 
>   to implement any number of solutions with TiddlyWiki
>   - This complicates publishing my plugin because I want to provide a 
>   rich set of examples in the Documentation
>- Menus can appear as a dropdown menu, simple links, or within details 
>sections.
>
> *Here is a few examples*
>
> A Menu to
>
>- Handle tagging logic
>- Tiddler Types
>- Field manipulation
>- Task and Project management
>- Executing macros
>- New Tiddler and New Journal
>- Lists of items tagged or tagging
>- Help information
>- Access to Various system settings
>
> The menus are also readily exchanged with other MyMenu's users, so I hope 
> to build an eco-system of solutions.
>
> I strong use case is add tools menus during the design phase and remove 
> them before publishing your wiki.
>
> *The Plugin Site is now Online at http://tiddlywiki.psat.com.au/mymenus/ 
> however I the plugin does not have its licencing details and may not work*
> *Please leave Comments Here*
>
> *Outstanding issues*
>
>
>- Enabling subMenus
>Whist this is possible I cant seem to get cascading menus - perhaps 
>because of my style sheet, which does not include any state handling 
>(attached)
>- Conditional Display in ViewTemplate
>I understand various possibilities, but I am finding it difficult to 
>include *one or more filters* in a menu tiddler (in its fields), that 
>determines one or more cases where it will be displayed in the view 
>template.
>Examples include
>   - Show if Tagged foo
>   - Show if Field exists
>   - Show if Field exists and has a value or specific value
>   - Show if title Prefixed
>   - Show if specific tiddler
>   - Show if tiddler title same as Menu Tiddler title
>   
>   The trick is combining one or more filters to show one or more 
>   menus according to their individual filter sets on a single line.
>   
>   
> Any way, I hope you are as excited as I am on this and can contribute now 
> and test when released.
>
> Regards
> Tony
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/88c201fe-4cb0-4e6d-9291-87ab99f84b1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Text Beside Table

2018-01-30 Thread TonyM
Observe: The solution above uses HTML to achieve this result.

Much of what is native HTML even CSS for that matter,  work in TiddlyWiki, 
so if you already know it, great, if not their is value expanding your 
knowledge, of this key internet enabling technology.

Here is a great place to start
*https://www.w3schools.com/html/default.asp*

*Regards*
*Tony*

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/24805238-59c2-4cf4-b173-417aa01b56ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Text Beside Table

2018-01-30 Thread 'slip532' via TiddlyWiki
That is exactly what I was looking for. Thank you!

On Tuesday, January 30, 2018 at 10:55:22 PM UTC-5, passingby wrote:
>
> Html tags work in the tiddler. So just wrap do this:
>
>  
>
>
> |cell1|cell2|
> |cell3|cell4|
>
>
> 
> Here follows a paragraph which will flow up along the table on left.
>
>
>
>
> On Tuesday, January 30, 2018 at 8:32:38 PM UTC-7, slip532 wrote:
>>
>> I just started using tiddlywiki today, so I'm still pretty green. Is 
>> there a way to put text beside tables instead of only above and below them? 
>> Literally like a person's page wikipedia. It has the table with the 
>> person's picture, age, etc... on the right, and text beside it on the left. 
>> On my tiddler, I have the table on the left, and just a big blank space 
>> beside it that I'd like to use for text, but don't know how.
>>
>> Thanks!
>>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b4683c32-e7cd-4237-824b-ab4b5b9433d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Text Beside Table

2018-01-30 Thread passingby
Html tags work in the tiddler. So just wrap do this:

 


|cell1|cell2|
|cell3|cell4|



Here follows a paragraph which will flow up along the table on left.




On Tuesday, January 30, 2018 at 8:32:38 PM UTC-7, slip532 wrote:
>
> I just started using tiddlywiki today, so I'm still pretty green. Is there 
> a way to put text beside tables instead of only above and below them? 
> Literally like a person's page wikipedia. It has the table with the 
> person's picture, age, etc... on the right, and text beside it on the left. 
> On my tiddler, I have the table on the left, and just a big blank space 
> beside it that I'd like to use for text, but don't know how.
>
> Thanks!
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8c875ed0-653b-4d1a-aad0-36d77bd097a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Text Beside Table

2018-01-30 Thread 'slip532' via TiddlyWiki
I just started using tiddlywiki today, so I'm still pretty green. Is there 
a way to put text beside tables instead of only above and below them? 
Literally like a person's page wikipedia. It has the table with the 
person's picture, age, etc... on the right, and text beside it on the left. 
On my tiddler, I have the table on the left, and just a big blank space 
beside it that I'd like to use for text, but don't know how.

Thanks!

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83f14462-5a87-4927-ab20-9b69f50409c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A new/better way to add/view/edit fields?

2018-01-30 Thread TonyM
Diego,

I share your desire to make fields more usable and accessible.

I am working one making fields first class citizens, I have posted on this 
previously.

Just as a tag can have a tiddler, I allow a field to have a tiddler, and I 
call it a field tiddler.

the intention is to define fields further in their tiddler, and allow this 
to influence, display, edit and other behaviour for the field.

I would like to combine your suggestions and coda codas in this as well.

Tony

On Wednesday, January 31, 2018 at 9:51:30 AM UTC+11, Diego Mesa wrote:
>
> Hello all,
>
> I *see* how powerful fields are. They create a clear division of text 
> that tiddlywiki knows how to deal with well. However, I *hate* 
> adding/editting fields. Its cumbersome, and annoying. I would like to 
> suggest an alternative: a "field" text box that is default collapsed that 
> works something like a dictionary tiddler (not exactly). Each line is a new 
> field like:
>
> name: field value
> name2: field val2
> name3: """ field value with "quotes" and 
> multiple lines"""
> name4: etc.
>
> This, to me, seems an easier, more intuitive way to view and manipulate 
> field contents. After all, its all text! *Note: *This is *my* opinion. 
> Everyone is free to disagree. I would just like to bring up this idea, see 
> if anyone thinks something like this is incredibly easy, or absolutely 
> impossible to implement. 
>
> If anyone has a different idea, please share!
>
> Best,
> Diego
>
>
>  
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/45b3323f-b5b8-4418-be7f-7401ac37dcd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A new/better way to add/view/edit fields?

2018-01-30 Thread 'Mark S.' via TiddlyWiki
This was called "Slicing" in the old TWC. It was a much-loved feature that 
didn't make it into TW5.

I believe Thomas Elmiger has an extract macro which can be used in a 
similar fashion. See the thread: 
https://groups.google.com/forum/#!searchin/tiddlywiki/thomas$20extract%7Csort:date/tiddlywiki/iuxR63gU2Tc/gP19TeavAwAJ
 
.

Good luck
-- Mark

On Tuesday, January 30, 2018 at 2:51:30 PM UTC-8, Diego Mesa wrote:
>
> Hello all,
>
> I *see* how powerful fields are. They create a clear division of text 
> that tiddlywiki knows how to deal with well. However, I *hate* 
> adding/editting fields. Its cumbersome, and annoying. I would like to 
> suggest an alternative: a "field" text box that is default collapsed that 
> works something like a dictionary tiddler (not exactly). Each line is a new 
> field like:
>
> name: field value
> name2: field val2
> name3: """ field value with "quotes" and 
> multiple lines"""
> name4: etc.
>
> This, to me, seems an easier, more intuitive way to view and manipulate 
> field contents. After all, its all text! *Note: *This is *my* opinion. 
> Everyone is free to disagree. I would just like to bring up this idea, see 
> if anyone thinks something like this is incredibly easy, or absolutely 
> impossible to implement. 
>
> If anyone has a different idea, please share!
>
> Best,
> Diego
>
>
>  
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f02f28db-f40e-40c1-9296-903f355d8ef7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2018-01-30 Thread PMario
On Tuesday, January 30, 2018 at 10:11:41 PM UTC+1, coda coder wrote:
>
> Hi Mario
>
> I just tested 0.3.0 -- the extra a-elements are still applied when 
> importing a bundle:
>

Hi, Thx for the info. 
Will have a closer look
-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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3ccb5636-1e8b-4040-b8a2-91ac1b6614e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] MyMenus Plugin - forshadowing

2018-01-30 Thread TonyM
Alfonso,

Thanks for your enthusiasm. A number of your requirements are built into 
the first release such as
1. Change the position of menus (above the sidebar, top of page, bottom of 
page)
2. Hide/show main menus
3. Have "Accordion" and "Drop-down" menus 

and most of the rest should come very soon.

What is important to understand is MyMenus provides a platform on which to 
build menus, each item in a menu can be wikitext macros etc... that you can 
place in any tiddler.
 
*If you can do it in wikitext you can do it in a menu item*

So for example if you install a *breadcrumbs plugin* and know how to toggle 
it on and off in wiki-text you can make it a menu item to do so.

There is however a lot that can be done even with native tiddlywiki, such 
as toggling system tags, from view templates to alternate Stylesheets.

I expect we can quickly build a list of shareable menus that do much of 
what you ask above, and where they must we can indicate they have a 
dependency on another macro or plugin.

People with the knowledge and experience to do so, can contribute menus 
that manipulate the elements that you ask for,  to customize your TW's,

I hope the library of menus we build will meet all your needs. I will add 
these to the requirements.

Regards
Tony


On Wednesday, January 31, 2018 at 4:05:56 AM UTC+11, Alfonso Arciniega 
wrote:
>
> Great idea, Tony!
>
> The MyMenus stylesheet plugin will be very helpful to everyone, in my 
> opinion.
>
> Like many people out there, I am one of those folks that a) don't know the 
> language of TW5 enough to customize my TW's, and; b) don't have the time to 
> learn the language except for very basic formatting, editing, saving. I am 
> sure I am not the only one with this time constraint issue; and I believe 
> *this 
> like to time to learn the TW5 way of customizing is one of the main issues 
> for widespread adopting of TW5 by the general public*. There are lots of 
> useful resources, no doubt about it, though not many people has the time to 
> peruse them. I am for the MISS concept here, no apologies.
>
> Therefore, I have a request in addition to your idea. Maybe you already 
> thought about it though I don't know, so here it goes.
>
> In addition to your list, I would like the plugin to be able to change 
> styles in an easy way (note I am talking about "styles" here, not 
> "themes"). Also adding a "checkbox" capability to the plugin to perform the 
> changes. Below are, in no particular order, a few examples (some of them 
> may be already implemented in the empty.html):
>
> 1. Change the position of menus (above the sidebar, top of page, bottom of 
> page)
> 2. Hide/show main menus
> 3. Have "Accordion" and "Drop-down" menus
> 4. Hide/show "Breadcrumbs" or "Tab" menus
> 5. Change the location of sidebars (left/right)
> 6. Hide/show "Edit" and "View" menus
> 7. Hide/show some of the sidebar menus
> 8. Change the position of title/subtitle
> 9. Change the type and size of fonts, separate options for the "Story 
> View" and the "Toolbars"
> 10. Change the colour of fonts/background
> 11. Add the capability to make the changes somewhat permanent, like 
> cookies, for each TW
> 12. Optional: a simple hover menu that does not use complicated icons 
> (simpler than Saqlmtiaz's lewcid site in TWC)
>
> The above menu features should work with the original "Snow White" and 
> "Vanilla" themes; without messing with icon based menus or other 
> complicated features. I believe more people would adopt TW5 if they see 
> basic customization of original themes be done easily than rich feature and 
> colorful themes. So no theme customization, just menus within current 
> stylesheets.
>
> Regards,
>
> Alfonso
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/44b1660b-bcb4-4b55-9d22-ef7495118cec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A new/better way to add/view/edit fields?

2018-01-30 Thread coda coder
Hi Diego

Yes, I've done this, so yes, I like the idea ;)  I took it to another level 
of abstraction by prefixing the field-names with a standard piece of text 
that suited my purposes (perhaps you could use "custom-" as a prefix or 
"recipe-" if they are recipe related fields and so on).

To define them, I used a data tiddler:

name: 25
age: 4
address: 50
bio-ta: 5


The number represents the desired size of the edit field and I would create 
(using the "custom-" prefix) custom-name, custom-age, etc.  Notice the 
suffix "-ta" meaning "textarea", giving me custom-bio-ta which renders as a 
textarea with five rows.

I also create custom-name-style, custom-age-style, etc which have css 
applied via a stylesheet tiddler that uses macros to compute the class 
names (again using the names from the data tiddler) which are applied to 
the edit fields as they are created in the editTemplate.  You will need to 
create an editTemplate and use tagging to display/hide whichever batch of 
fields is appropriate for your tiddlers.

Maybe my idea is going further than you intended... maybe I even confused 
you ;)  Hope not...

Coda



On Tuesday, January 30, 2018 at 4:51:30 PM UTC-6, Diego Mesa wrote:
>
> Hello all,
>
> I *see* how powerful fields are. They create a clear division of text 
> that tiddlywiki knows how to deal with well. However, I *hate* 
> adding/editting fields. Its cumbersome, and annoying. I would like to 
> suggest an alternative: a "field" text box that is default collapsed that 
> works something like a dictionary tiddler (not exactly). Each line is a new 
> field like:
>
> name: field value
> name2: field val2
> name3: """ field value with "quotes" and 
> multiple lines"""
> name4: etc.
>
> This, to me, seems an easier, more intuitive way to view and manipulate 
> field contents. After all, its all text! *Note: *This is *my* opinion. 
> Everyone is free to disagree. I would just like to bring up this idea, see 
> if anyone thinks something like this is incredibly easy, or absolutely 
> impossible to implement. 
>
> If anyone has a different idea, please share!
>
> Best,
> Diego
>
>
>  
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5cf71233-a466-43d1-a98b-29aacc7de49e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] A new/better way to add/view/edit fields?

2018-01-30 Thread Diego Mesa
Hello all,

I *see* how powerful fields are. They create a clear division of text that 
tiddlywiki knows how to deal with well. However, I *hate* adding/editting 
fields. Its cumbersome, and annoying. I would like to suggest an 
alternative: a "field" text box that is default collapsed that works 
something like a dictionary tiddler (not exactly). Each line is a new field 
like:

name: field value
name2: field val2
name3: """ field value with "quotes" and 
multiple lines"""
name4: etc.

This, to me, seems an easier, more intuitive way to view and manipulate 
field contents. After all, its all text! *Note: *This is *my* opinion. 
Everyone is free to disagree. I would just like to bring up this idea, see 
if anyone thinks something like this is incredibly easy, or absolutely 
impossible to implement. 

If anyone has a different idea, please share!

Best,
Diego


 

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fc56a04b-ac6c-4b07-a5a4-2b922ecd2dc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2018-01-30 Thread coda coder


On Saturday, January 27, 2018 at 7:25:38 AM UTC-6, PMario wrote:
>
> Hi, I did upload a new version. ... 
>
>
> There should be an improvement with TW5FontAwesome plugin. .. But I can't 
> test, since I don't know how to reproduce the issue. 
>
> It's still a temporary fix, which needs more work. 
>
>
> V 0.3.0 - 2018.01.27
>
>- add: styling possibility for missing aliases
>- improve: history and copyright
>
>
Hi Mario

I just tested 0.3.0 -- the extra a-elements are still applied when 
importing a bundle:



I still haven't had chance to knock up a minimal STR for the other issue.

Coda


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e6c44879-a2af-4625-b26b-022d6f0ff92c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-01-30 Thread David Gifford
Hi Alfonso,

I recognize five of them that are either listed or are on my list of sites
yet to review. But most of these are new to me. Thanks for this! It might
take a couple days before I can work on this again, but I will definitely
go through these. Blessings.

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Tue, Jan 30, 2018 at 1:57 PM, Alfonso Arciniega 
wrote:

> Hi Dave,
>
> Below is a list of sites, not in the tool map yet, that I bookmarked over
> the last three years. You may have to check and decide if it's worth to add
> them to the tool map.
>
> http://tiddlycopy.tiddlyspot.com/
> http://tiddlytouch.tiddlyspot.com/
> http://portable3dev.tiddlyspot.com/
> http://portable3d.tiddlyspot.com/
> http://tw-admin.tiddlyspot.com/
> http://gcomments.tiddlyspot.com/
> http://graphs.tiddlyspot.com/
> http://introductiontolists.tiddlyspot.com/
> http://newtids.tiddlyspot.com/
> http://rangeslider.tiddlyspot.com/
> http://teasers.tiddlyspot.com/
> http://tiddlystuff.tiddlyspot.com/
> http://skeeve.tiddlyspot.com/
> http://my-table.tiddlyspot.com/
> https://tid.li/tw5/numbers.html
> http://tw5custom.tiddlyspot.com/
> http://tw5topleft.tiddlyspot.com/
> http://tw5bookmarklets.tiddlyspot.com/
> http://tw5tristate.tiddlyspot.com/
> https://grosinger.net/tw5-checklist/
> http://flexibility.tiddlyspot.com/
> http://jpentw5.tiddlyspot.com/
> http://leftie.tiddlyspot.com/
> http://www.richshumaker.com/tw5/TED_Talks.htm
> http://tw5leftmenu.tiddlyspot.com/
> http://tw5editor.tiddlyspot.com/
>
> Regards,
>
> Alfonso
> @aaarciniega
>
> --
> 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/NJTnhrSJGI4/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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/25d941b3-8332-4410-bd5b-d10b2d5447a4%40googlegroups.com
> 
> .
>
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFJwDYsK6d7ioNKVK9Wg7s9fDSsn71Z81OO9Y-xgoj18ww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-01-30 Thread David Gifford
Thanks Sylvain, I will add it!

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Tue, Jan 30, 2018 at 11:10 AM, SylvainComte 
wrote:

> Hello there,
>
> you're missing my Leaflet Map plugin
> .
> I don't have enough time to work on it and reach 1.0 milestone, but it is
> functional right now...
>
> also, I don't really know in which category you may put this...
>
> best regards
>
> Sylvain
>
> Le vendredi 5 janvier 2018 16:53:18 UTC+1, Dave Gifford -
> http://www.giffmex.org/ a écrit :
>>
>> Hi all
>>
>> I am starting a modest index of TiddlyWiki tools here:
>> https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM. To paraphrase Troy
>> McClure, "You might remember me from such cult classics as TiddlyVault and
>> TiddlyWiki for the rest of us." This project won't be as fancy as those. I
>> am doing this for my own benefit, but I am making it available for anyone
>> who wants to bookmark it. I am using Dynalist rather than TiddlyWiki since
>> Dynalist is faster for creating multilevel outlines that collapse and
>> expand.
>>
>> I am open to anyone sending me - by private message, not as a reply here
>> - links to their themes, adaptations, tools (plugins and macros and ui
>> tweaks), how to tutorials, and stuff you used TW for. I will be super busy
>> for the next month or so, including 6 days of traveling back to Mexico, so
>> this will be a slow effort for now. Please be patient. Also, if it is
>> really technical stuff only for the most advanced, I might not include it
>> or I might only paste the links into a 'Developers only' category. I am
>> looking more for stuff tailored to newbies or to modestly skilled tweakers
>> and creators like me.
>>
>> I am also looking for things I remember but can't find my links to - the
>> old glass theme someone made, some of the very first stuff matabele did,
>> experiments with presentations and slideshows, various task management /
>> GTD adaptations and experiments...
>>
>> Thanks in advance for anyone who helps me out.
>>
>> --
> 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/NJTnhrSJGI4/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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/b9836106-f2d7-44de-80bf-9602b7cb0f06%40googlegroups.com
> 
> .
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBFL7%3DWwKjhk1hiMe8Yaz%3D0B4GU5A8XyZ7pSPVTOTGDHEaA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Using Custom Font in Tiddler Editor

2018-01-30 Thread Ton Gerner
Hi Alfonso,

If I remember correctly the following comes from Jeremy's TalkyTalky 
 which uses the Google font Lato:

It contains the follwing stylesheet (a tiddler tagged with 
$:/tags/Stylesheet):

\define register-font(family,title,style,weight)
@font-face {
  font-family: "$family$";
  font-style: $style$;
  font-weight: $weight$;
  src: url(<>) format("woff");
}
\end
\rules only filteredtranscludeinline transcludeinline macrodef 
macrocallinline

/*
** Fonts
*/

<>
<>
<>
<>
<>
<>
<>
<>
<>
<>

Hope that helps.

Cheers,

Ton


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fc9f6737-cfc9-4c2c-921e-8ad98c131195%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-01-30 Thread Alfonso Arciniega
Hi Dave,

Below is a list of sites, not in the tool map yet, that I bookmarked over 
the last three years. You may have to check and decide if it's worth to add 
them to the tool map.

http://tiddlycopy.tiddlyspot.com/
http://tiddlytouch.tiddlyspot.com/
http://portable3dev.tiddlyspot.com/
http://portable3d.tiddlyspot.com/
http://tw-admin.tiddlyspot.com/
http://gcomments.tiddlyspot.com/
http://graphs.tiddlyspot.com/
http://introductiontolists.tiddlyspot.com/
http://newtids.tiddlyspot.com/
http://rangeslider.tiddlyspot.com/
http://teasers.tiddlyspot.com/
http://tiddlystuff.tiddlyspot.com/
http://skeeve.tiddlyspot.com/
http://my-table.tiddlyspot.com/
https://tid.li/tw5/numbers.html
http://tw5custom.tiddlyspot.com/
http://tw5topleft.tiddlyspot.com/
http://tw5bookmarklets.tiddlyspot.com/
http://tw5tristate.tiddlyspot.com/
https://grosinger.net/tw5-checklist/
http://flexibility.tiddlyspot.com/
http://jpentw5.tiddlyspot.com/
http://leftie.tiddlyspot.com/
http://www.richshumaker.com/tw5/TED_Talks.htm
http://tw5leftmenu.tiddlyspot.com/
http://tw5editor.tiddlyspot.com/

Regards,

Alfonso
@aaarciniega

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/25d941b3-8332-4410-bd5b-d10b2d5447a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2018-01-30 Thread Diego Mesa
Hi Mario

As far as testing, I've just installed it and made my missing alias links 
red, which now show correctly. I am not able to test the other resolved 
issue with the multiple  elements. But so far, its working great. 

The only thing for me now is the ? tiddler and how to handle backlinks for 
that tiddler.  (as we discussed previously - Im aware this isnt easy!)

Thanks!
Diego

On Tuesday, January 30, 2018 at 12:56:11 PM UTC-6, PMario wrote:
>
> Hi, 
> Have you been able to test the latest version?
> -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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e062b789-e15e-4d50-b7dd-19fc809ad346%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-01-30 Thread when al
YouTube videos of



 U.S. Congress money laundering hearing


of

Saudi Billionaire  " Maan  Al sanea"

 with *bank of America*


and  The  owner of Saad Hospital and  Schools

 in the Eastern Province in *Saudi Arabia*



and the Chairman of the Board of Directors of Awal Bank  in *Bahrain*


With Arabic Subtitles


http://www.youtube.com/watch?v=mIBNnQvhU8s





*موقع اليوتيوب الذي عرض جلسة استماع الكونجرس الأمريكي *

* لمتابعة نشاطات غسل الأموال ونشاطات*



*السعودي معن عبدالواحد الصانع*



*مالك مستشفى  وشركة سعد  ومدارس سعد بالمنطقة الشرقية بالسعودية   ورئيس مجلس
ادارة بنك اوال البحريني*



*مترجم باللغة العربية*



http://www.youtube.com/watch?v=mIBNnQvhU8s

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAF75Zi5fLiFz9wscFER2CwfOz5xKpF%2B38iXNeE-0tduH6eV4WA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2018-01-30 Thread PMario
Hi, 
Have you been able to test the latest version?
-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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/54c99125-b63f-4678-beb3-9e925ce53b8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-01-30 Thread SylvainComte
Hello there,

you're missing my Leaflet Map plugin 
.
 
I don't have enough time to work on it and reach 1.0 milestone, but it is 
functional right now...

also, I don't really know in which category you may put this...

best regards

Sylvain

Le vendredi 5 janvier 2018 16:53:18 UTC+1, Dave Gifford - 
http://www.giffmex.org/ a écrit :
>
> Hi all
>
> I am starting a modest index of TiddlyWiki tools here: 
> https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM. To paraphrase Troy 
> McClure, "You might remember me from such cult classics as TiddlyVault and 
> TiddlyWiki for the rest of us." This project won't be as fancy as those. I 
> am doing this for my own benefit, but I am making it available for anyone 
> who wants to bookmark it. I am using Dynalist rather than TiddlyWiki since 
> Dynalist is faster for creating multilevel outlines that collapse and 
> expand. 
>
> I am open to anyone sending me - by private message, not as a reply here - 
> links to their themes, adaptations, tools (plugins and macros and ui 
> tweaks), how to tutorials, and stuff you used TW for. I will be super busy 
> for the next month or so, including 6 days of traveling back to Mexico, so 
> this will be a slow effort for now. Please be patient. Also, if it is 
> really technical stuff only for the most advanced, I might not include it 
> or I might only paste the links into a 'Developers only' category. I am 
> looking more for stuff tailored to newbies or to modestly skilled tweakers 
> and creators like me.
>
> I am also looking for things I remember but can't find my links to - the 
> old glass theme someone made, some of the very first stuff matabele did, 
> experiments with presentations and slideshows, various task management / 
> GTD adaptations and experiments...
>
> Thanks in advance for anyone who helps me out. 
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b9836106-f2d7-44de-80bf-9602b7cb0f06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] MyMenus Plugin - forshadowing

2018-01-30 Thread Alfonso Arciniega
Great idea, Tony!

The MyMenus stylesheet plugin will be very helpful to everyone, in my 
opinion.

Like many people out there, I am one of those folks that a) don't know the 
language of TW5 enough to customize my TW's, and; b) don't have the time to 
learn the language except for very basic formatting, editing, saving. I am 
sure I am not the only one with this time constraint issue; and I believe *this 
like to time to learn the TW5 way of customizing is one of the main issues 
for widespread adopting of TW5 by the general public*. There are lots of 
useful resources, no doubt about it, though not many people has the time to 
peruse them. I am for the MISS concept here, no apologies.

Therefore, I have a request in addition to your idea. Maybe you already 
thought about it though I don't know, so here it goes.

In addition to your list, I would like the plugin to be able to change 
styles in an easy way (note I am talking about "styles" here, not 
"themes"). Also adding a "checkbox" capability to the plugin to perform the 
changes. Below are, in no particular order, a few examples (some of them 
may be already implemented in the empty.html):

1. Change the position of menus (above the sidebar, top of page, bottom of 
page)
2. Hide/show main menus
3. Have "Accordion" and "Drop-down" menus
4. Hide/show "Breadcrumbs" or "Tab" menus
5. Change the location of sidebars (left/right)
6. Hide/show "Edit" and "View" menus
7. Hide/show some of the sidebar menus
8. Change the position of title/subtitle
9. Change the type and size of fonts, separate options for the "Story View" 
and the "Toolbars"
10. Change the colour of fonts/background
11. Add the capability to make the changes somewhat permanent, like 
cookies, for each TW
12. Optional: a simple hover menu that does not use complicated icons 
(simpler than Saqlmtiaz's lewcid site in TWC)

The above menu features should work with the original "Snow White" and 
"Vanilla" themes; without messing with icon based menus or other 
complicated features. I believe more people would adopt TW5 if they see 
basic customization of original themes be done easily than rich feature and 
colorful themes. So no theme customization, just menus within current 
stylesheets.

Regards,

Alfonso

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ecad2aab-b173-4fd6-a77d-697b2d5ce791%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Request: IF on TWITTER please leave your address on GG.

2018-01-30 Thread SylvainComte
Hello,

I'm @sycom everywhere I can. So it is on

   - twitter  (we're "friends there") not so TW 
   centered and many posts in french (and most streamed from my diaspora 
   account ),
   - github  and gitlab  
(and 
   also framagit )
   - oc.todon  (mastodon instance)
   - ...

Cheers,

Sylvain

Le lundi 29 janvier 2018 11:57:04 UTC+1, @TiddlyTweeter a écrit :
>
> Twitter over the last year has become more important for TiddlyWiki. 
> Slowly its gaining traction.
>
> I post onto Twitter quite often about great stuff discussed first here. 
>
> I'm never quite sure WHO on GG is ALSO on Twitter. 
>
> I would like to be able to point to YOU on Twitter if you exist there. 
>
> If you do, please include your Twitter address in posts here on GG.
>
> Its all about getting TiddlyWiki better known.
>
> Best wishes
> Josiah
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9214df40-4260-4d19-8a38-e9a072c15d0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Passing macro parameter to a list widget

2018-01-30 Thread passingby


On Tuesday, January 30, 2018 at 8:18:14 AM UTC-7, Mark S. wrote:
>
> Unfortunately, this syntax won't work anywhere:
>
> <>
>
> What you can do instead is call with the macro widget:
>
> <$macrocall $name="contactevents" name={{!!title}}/>
>
> The {{!!title}} transclusion syntax only becomes a "real", passable entity 
> when used in a widget with a "=". That's the best I can explain it at the 
> moment.
>
> Good luck!
>
> -- Mark
>

I see. I thought since I could retrieve and display in the macro the value 
being passed , that it was working ok. But surely something is the issue 
here with this syntax. 

Thank you for looking at this Mark.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f23a418-bab3-4d6c-a5c9-9b0aeddee92f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Using Custom Font in Tiddler Editor

2018-01-30 Thread Alfonso Arciniega
Would someone please point me to a quick tutorial on how to embed a custom 
font in the TW the way has been shown here?

Thank you,

Alfonso

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2021f499-5199-42eb-bb4d-7bb750bb6e13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Passing macro parameter to a list widget

2018-01-30 Thread 'Mark S.' via TiddlyWiki
Unfortunately, this syntax won't work anywhere:

<>

What you can do instead is call with the macro widget:

<$macrocall $name="contactevents" name={{!!title}}/>

The {{!!title}} transclusion syntax only becomes a "real", passable entity 
when used in a widget with a "=". That's the best I can explain it at the 
moment.

Good luck!

-- Mark


On Monday, January 29, 2018 at 9:19:44 PM UTC-8, passingby wrote:



On Monday, January 29, 2018 at 2:22:55 PM UTC-7, Mark S. wrote:

It might help to see how you are/were calling it from the template.

-- Mark

 
Apologies for replying late. I have attached a test file with this. The 
template which calls the macro is $:/my/templates/ContactFooter

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5030e4d9-7e32-4abb-8159-338c13ba7b47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Noteself on TiddlySpot? @Danielo

2018-01-30 Thread Danielo Rodríguez


El lunes, 29 de enero de 2018, 17:37:21 (UTC+1), @TiddlyTweeter escribió:
>
> Danielo explained that you can NOW SAVE to a full TW.
>
> Every sweat users have should be reduced by that to near zero.
>
> The point is that whilst storing In Browser there was a sweat about losing 
> everything IF the browser went AWOL, that no longer applies so long as you 
> click the full-save method.
>
> Josiah
>
> Diego Mesa wrote:
>>
>> Hey Danielo,
>>
>> Just so Im clear, if I am working locally with a regular TW file, 
>> everything lives inside that file. Meaning, if I protect that single file, 
>> I cannot lose my data (within reason).
>>
>
> Not quite. It lives in a DATABASE within the Browser Storage. Its pretty 
> robust. IF you also also using it with Cloudant remote DB its very, very 
> recoverable, since you have local AND remote. AND with clickable save back 
> to a full TW you covered all the bases.
>


Is exactly has Josiah has explained.

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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/980b410d-c247-442e-a7bf-e6402f07afcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.