Re: [tw] Re: [Hype] Multiple wiki sync thanks to couchdb

2015-05-22 Thread Jean-Philippe Rutault
I use a local couchdb install (v1.6.1) on archlinux.

Le vendredi 22 mai 2015 00:09:59 UTC+2, Danielo Rodríguez a écrit :

 Hello Jean,

 El jueves, 21 de mayo de 2015, 20:10:55 (UTC+2), Jean-Philippe Rutault 
 escribió:

 In fact one big advantage, I can embed huge pdf file without problem with 
 this technique (tested with two PDF of 50Mo and tiddlywiki continue to work 
 fluently, with the drag'n'drop technique, the first one crashes tiddlywiki).


 With your previous message I understood your intentions. But it was not 
 clear for me if the browser manages differently an image within a tiddler 
 (blob) and a link to an image. With your pdf example seems pretty clear 
 that is better to just use the URI. I think this is because we avoid TW 
 core processing the blob body. I'm curious, what couchdb provider are you 
 using? Or is it a local couchdb? 
  

 To sumarize

 1. I create a tiddler named My Huge Pdf for example, with the type 
 application/pdf and a _canonical_uri field
 2. In Futon, i upload the huge PDF as an attachment to the document My 
 Huge Pdf wich represent my newly created tiddler
 3. Copy the link location of the uploaded PDF and add it to the 
 _canonical_uri field
 4. Save my tiddler - The attachment disappear and a new_field is created 
 in my tiddler
 5. Re_edit my tiddler to get rid of the new auto-generated field 
 _attachment. Save
 6. Re-upload the huge pdf and now all works well as long as I didn't 
 re-edit my tiddler ;)

 Hope that was clear. So it would be great if the attachment doesn't 
 disappear in step 4.


 You have been clear. I'll investigate following your steps. I have a 
 couple of theories... 


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/458e49fb-3dd8-4c3a-b744-5487a70c6729%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TiddlyWiki Hangout #86 will be on Saturday 23rd May at 1pm BST

2015-05-22 Thread Jeremy Ruston
TiddlyWiki Hangout #86 will be tomorrow, Saturday 23rd May at 1pm BST:

https://plus.google.com/events/ctas9g55ko0dl9i2k2h4ng9bb0c

I've created a TiddlySpot wiki for sharing links etc for the hangout:

http://hangout-86.tiddlyspot.com/

Reply here with any topics you'd like to see on the agenda.

Best wishes

Jeremy.

-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJbet%2BQ-8eBrWd5Y0S4v6pDSbZoX9s4aj%3Di9XJ_LLHhwrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [Hype] Multiple wiki sync thanks to couchdb

2015-05-22 Thread Danielo Rodríguez
On my way back to home I realized what is the real issue: All the tiddler 
upload to the server are PUT requests. This creates a new document on 
couchdb instead of updating it with new values. Since the uploaded document 
does not have the attachment it is lost.

The solution of course is to make POST request for tiddlers that are just 
updated. I will open a ticket for that.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3243e278-a7a1-447b-81d3-8b154a2602ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Creating a simple checklist with checkboxes inside a tiddler

2015-05-22 Thread Freddy Grün
Hei Shash,

did you ever get this to work? I'm looking for exactly the same thing but 
can't fully grasp how c_pa's answer works.

Once I've created the checklist tiddler, how to I start the todo list?

Cheers!

On Wednesday, 22 April 2015 13:19:45 UTC+2, Shash wrote:

 Hi all,

 Instead of a numbered list, I just want to create a simple checklist with 
 check boxes inside a tiddler. However I do not want to create multiple 
 tiddlers with a tag and list it inside a particular tiddler. Also after 
 clicking inside the checkbox I want the content to strike out. 

 Is there a simple way to achieve this.

 Thanks!
 Shash


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a46de677-9bdc-457d-99f1-e34441713b5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How to link to tiddlers containing square brackets in their names

2015-05-22 Thread PMario


 E.g. the content of [myBracketTiddler] is:

 $list filter=[tag[myBracketTiddler]]/

simplified version

list-links filter:[tag{!!title}]  see: 
http://tiddlywiki.com/#TextReference

-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e05f2394-17f0-4809-900a-eda83d610216%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Question] How out of sync should be notified?

2015-05-22 Thread Mat
IMO the interface should not be cluttered with unnecessary information, so 
my question is: What information is desired? Is it relevant to show the 
connection status all the time or perhaps only when the user is asking?

For example, even a permanent color dot draws attention. One that switches 
colors even more so. Traffic lights are for looking actively at, but I our 
case here is not (I assume).

If (if!) it is not desired to see the activity all the time, maybe it could 
show when you hover some place? ...or, if it affects when you should click 
Save, maybe it could appear as an infopopup when hovering Save. Or, if it 
is only a problem if it is Offline AND during Save, then the info comes up 
only then.

Also, I would guess that different icons but all in same size/color/weight, 
are less attention drawing than different color spots. I mean if you want 
something slightly subtler than colors.


:-)



On Friday, May 22, 2015 at 12:22:57 AM UTC+2, Danielo Rodríguez wrote:

 Hello,

 I was going to post a question in TW-Dev and I just realized that I would 
 prefer to have the opinion of the community first.

 I have been investigating about couchdb, and I learned a lot thanks to the 
 couchdb adaptor. So I decided to create a pochdb adaptor for tiddliwiki.

 Basically this means: Having an offline database locally (inside the 
 browser) that syncs to an online database whenever you have internet 
 connection.

 My question is: How the sync state should be notificated? I mean, you lost 
 internet connection, then you lost sync to the server, Internet comes back, 
 sync starts again.

 Possible states are:

- Connected and synced
- Connected but syncing 
- Offline

 My first idea was to use the state color of the save button. Leaving it 
 red when you're offline, but this can be confusing, because you will not 
 know if the changes have been saved locally. I think the best approach is 
 to notify with an alert when you lost sync. I choose alert because they 
 last until you remove them, so there is no chance to not be aware of it. 
 Then, when connection comes back, that alert can be removed automatically. 
 Any other notification just use a notification (toast)

 What do you think?


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/58c4fb25-5b20-4bdc-9c5a-990843b6cf4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How to link to tiddlers containing square brackets in their names

2015-05-22 Thread PMario
hmmm,

So if it is just a naming convention, it would be easy to change. ... IMO 
brackets are relatively hard to type (on a German keyboard at least.)

What if you just tag your tag tiddlers eg: myTiddler tagged: tag

- They are listed in the right sidebar under More: Tags

- It would be easy to list all your tags with list-links 
filter:[tag[tag]]

- Also a TOC / Hierarchy  would be simple. eg: 

div class=tc-table-of-contents
toc tag
/div

just my 2cents
-mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/84e90c62-2dbf-4d2f-808f-9c19f6a9b2df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] An alternate mindmap/toc sort of thing

2015-05-22 Thread Jed Carty
I think that someone was asking for something like this during one of the 
hangouts. It is like the table of contents but at each level only the 
tiddlers that are tagged with the current tiddler and all of its ancestors 
are displayed. It lets you do things like have both audio and 
micro-controller stuff tagged with 16-bit, but if you went through the menu 
going audio-16-bit only the 16 bit audio things will show up, and if you 
go micro-controller-16-bit only the 16 bit microcontroller things show up. 
It isn't perfect and I am sure there are some ways to improve it. I am 
still looking at it. It currently uses the mobile menus type interface but 
I think that I can make this work with the normal table of contents layout, 
it will probably take a bit of effort.

There is a quick example/demo here 
http://ooktech.com/jed/ExampleWikis/OtherMindMap/.

Sorry, this is a pretty incoherent description.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3f897909-cf70-494d-9c1f-e04180873d65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Externally import tiddlers

2015-05-22 Thread RichardWilliamSmith
Hi Richard - I have found running TW under node to be relatively quick and 
simple. That way I have a single directory that contains a file for each 
tiddler and can write bash /or perl snippets (inexpertly) to mash them as 
required - for example search and replace the 'type' field in all of them. 
Then save a single-page version either from the browser or using TW node 
commands.

The easiest workflow depends on what you're comfortable doing, of course - 
for example, if you use a script to pack your txt files into a single json 
object, you can drag it straight into the single-page TW.

If you want to avoid drag and drop altogether then I think you need to run 
the node version. 

Regards,
Richard

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a540b6d1-96fe-4c5c-93af-70da8ba6a5c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Can I create a bunch of tiddlers based on list?

2015-05-22 Thread Richard Smith
Hi Mans,

Starting with a spreadsheet - data in colums, no headers - put a blank 
column inbetween each, starting at the beginning and, in the top cell, add 
little snippets like this...

 {  text: 

so that, as a whole, a single line of the spreadsheet reads as a valid json 
entry, with a comma at the end, and 'fill' down the sheet, so it looks like 
this...

https://lh3.googleusercontent.com/-r6SDMepHHYc/VV_wEguePqI/A_4/7SVc-hDx8tQ/s1600/Screen%2BShot%2B2015-05-23%2Bat%2B1.03.23%2Bpm.png
Then copy and paste the columns into a friendly text editor (not a 
word-processor). When I do it I get some kind of 'tab' character that I 
need to globally remove (search and replace all). I've highlighted it in 
the top left of this screenshot.

https://lh3.googleusercontent.com/-QjPOY0TnAtE/VV_xJNeyrQI/BAA/fY9NcKgSZtM/s1600/Screen%2BShot%2B2015-05-23%2Bat%2B1.08.06%2Bpm.png
Then I add opening and closing square brackets and save it as .json

https://lh3.googleusercontent.com/-79r35DvmyBQ/VV_xVzPCVGI/BAI/UpgR6pCPHqM/s1600/Screen%2BShot%2B2015-05-23%2Bat%2B1.08.34%2Bpm.png
Drag it into TW and it appears like a regular import.

https://lh3.googleusercontent.com/-eFuxd_WxrIA/VV_xn2APjSI/BAQ/oKPJ7fFkhTY/s1600/Screen%2BShot%2B2015-05-23%2Bat%2B1.18.01%2Bpm.png
NB: if there's anything wrong with your json, you get a big red warning but 
nothing breaks - but use a backup, obviously.

Regards,
Richard

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/96128f98-02f1-4500-a45c-12c41d4af110%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Save the date] TiddlyWiki Camp Paris - June 6th 2015

2015-05-22 Thread Jed Carty
I am not going to be able to be there. The bureaucracy is making the visa 
process take more time than it is supposed to. I may not be out in Paris 
until some time in August.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/172461e0-7d64-4645-9604-e4c890e6e6bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Idea: Etherpad integration

2015-05-22 Thread Michael Wiktowy
Looking at the beta.etherpad.org site, it would be pretty cool if 
Tiddlywiki could be loosely integrated with Etherpad http://etherpad.org/ 
software as an optional backend for handling simultaneous tiddler editing.

If the editing of a tiddler could be optionally switched from editing 
Draft of Tiddler Name to 
https://custom_etherpad_site.org/p/Tiddler_Name; and the result returned 
as a export option in etherpad, that would take care of a lot of issues. 
I'm not sure if etherpad has a clear API for doing all of this.

I see it has been discussed in the past 
https://groups.google.com/forum/#!topic/tiddlywiki/4l9TPFiix4M but I 
think in the context of TWC. Just a thought to throw out there as the new 
tiddler in an independent window stuff coming down the pike might lend 
itself easily to something like that.

/Mike

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0880750b-a3e5-4837-a553-eefc762cfb50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [Question] How out of sync should be notified?

2015-05-22 Thread Andreas Hahn

Hi Danielo,

I could imagine an extra indicator either in the toolbar or in the 
TopRightBar, where it just says:


- Synced (in green)
- Syncing... (in orange)
- Offline mode (in red)

I would assume that people notice when it changes the color from green 
to red, also it is not too intrusive. I feel like alerts are extremely 
intrusive to your concentration when you are working. (And it just feels 
like something went terribly wrong)
Therefore, I would say a little indicator is all that is needed and when 
you use the mechanism actively, you will probably look at the indicator 
when you are done working and are about to close the wiki, which sounds 
like the right time that you should be informed about the state of the 
changes you've made.


/Andreas

Am 22.05.2015 um 00:22 schrieb Danielo Rodríguez:

Hello,

I was going to post a question in TW-Dev and I just realized that I 
would prefer to have the opinion of the community first.


I have been investigating about couchdb, and I learned a lot thanks to 
the couchdb adaptor. So I decided to create a pochdb adaptor for 
tiddliwiki.


Basically this means: Having an offline database locally (inside the 
browser) that syncs to an online database whenever you have internet 
connection.


My question is: How the sync state should be notificated? I mean, you 
lost internet connection, then you lost sync to the server, Internet 
comes back, sync starts again.


Possible states are:

  * Connected and synced
  * Connected but syncing
  * Offline

My first idea was to use the state color of the save button. Leaving 
it red when you're offline, but this can be confusing, because you 
will not know if the changes have been saved locally. I think the best 
approach is to notify with an alert when you lost sync. I choose alert 
because they last until you remove them, so there is no chance to not 
be aware of it. Then, when connection comes back, that alert can be 
removed automatically. Any other notification just use a notification 
(toast)


What do you think?
--
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 
mailto:tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com 
mailto:tiddlywiki@googlegroups.com.

Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4ecc7418-c742-424d-a427-1b594440f7be%40googlegroups.com 
https://groups.google.com/d/msgid/tiddlywiki/4ecc7418-c742-424d-a427-1b594440f7be%40googlegroups.com?utm_medium=emailutm_source=footer.

For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/555F9F01.70007%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How to add the alt attribute in an image link macro?

2015-05-22 Thread Suzanne McHale
I have been trying to add the alt=[some text] attribute to my image 
thumbnail links for accessibility purposes (as opposed to the tooltip 
text, which in html code is title=[some text]), but nothing seems to be 
working - when I save the tiddler, the alt text is not there. Ideally I 
would like to include it in the image link macro I use (as described here 
https://groups.google.com/forum/#!msg/tiddlywiki/JU6yf1MNDHM/otpA1fDTlZgJ) 
if possible, but nothing I have tried is working, such as:

\define imageLink(url,image,alt)
a href=images/$url$ target=_self[img alt=$title$ [$image$]]/a
\end

I was trying to use the tooltip as the alt image, but it gets messed up 
when rendered in the html code, and the image does not display:

a target=_self href=images/image.jpg 
view-source:file:///F:/My%20personal%20stuff/Creative%20stuff/Star%20Warrior/Tiddly/images/adept-biologist-veil.jpgimg
 alt=$title$ title=image src=images/tn-image.jpg 
view-source:file:///F:/My%20personal%20stuff/Creative%20stuff/Star%20Warrior/Tiddly/images/tn-adept-biologist-veil.jpg/a


I have no idea what I am doing, so I'm stuck!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/156f62a5-b26c-4512-a80f-27d3af2f430c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tools for UI mock-ups (pinging Mat)

2015-05-22 Thread Mat


 Mat has produced some excellent mock-ups in the past which really 
 demonstrate the power of visual communication - how do you do it Mat?!



Richard, thanks for asking.

The answer is probably disappointing (and even a touch embarrassing to 
confess) - there is no finesse to it; I do it laboriously in a regular 
drawing software (paint.net http://www.getpaint.net/index.html) plus the 
Windows copy-screen-section tool or whatever it's called (let's you select 
an area of the screen that is copied to the memory that I then paste into 
the drawing software). Then you basically work with layers. I have a few 
reusable elements saved but mostly it's from scratch and a matter of 
mastering the software and putting in the time.

The thing is, I suck at coding so images are often my only chance at 
conveying how brilliant my ideas are. (Remarkably, it still happens that 
people DON'T run to implement my proposals. I suspect it's the coloration 
or something.)

Had I known years ago that svg (scalable vector images) was more useful for 
these things, I would have learnt Inkscape instead. Paint .net creates, um, 
the other alternative. I've approached Inkscape a few times but it is just 
so different from what I've learned that I always give up. I know Duarte 
made his fish in this tool so maybe he has some pointers.

You, being a better coder, might not have the same incentive to actually 
put in the time for drawing. But, of course, not everything needs to appear 
like it's an actual TW screen dump.

While at it... I might just have an idea you'd be positive to support...

It is something I've wanted to do for a long time for the community for 
exactly these reasons; so that people would be able to easily create 
mockups for TW ideas.  I'm sure a lot of incompetent programmers, like 
myself, have great ideas for the development of TW but that they simply 
can't express. A tool like this is what I'd call infrastructure for the TW 
project, i.e things that makes it easier for the community to improve TW 
itself. IMO we should try to prioritize these.

I put up http://mockup.tiddlyspot.com/ not long ago and my intention is to 
fill it with graphical TW elements, i.e mere images of elements you see 
in TW, e.g an image for each toolbar button, an image for the whole 
standard toolbar, an image with a few blank tabs, etc. This would build up 
a library of such images.

The user can then select among the images and position them *on the TW* in 
x, y, z position. I have worked out some methods for doing this in TW that 
are pretty interesting. I will release a community site very soon that 
details some of these methods. If you're interested I could give you a 
preview if you send me your email address (click this post, Reply to 
author).

Jeremy has expressed that he is interested in using TW for different 
notational systems (if I use the word correctly) and I'm hoping for a 
2mockup-notation in TW. Perhaps a bit like with Astrids Railroad plugin. 
It could use transclusions to fetch images from the image library and you 
could perhaps have them sequence so to play up a film of what happens 
when a user clicks here etc. Obviously, the idea is to simplify things so 
it must be much simpler than to *actually* have a button that opens a popup 
showing an actual element. Etc.


:-)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5b208459-26ca-4147-9525-b6f0a12791b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to link to tiddlers containing square brackets in their names

2015-05-22 Thread PMario

Hi Mubed, 

You could try this: 

create a new template tiddler eg: link 

content: $link to={{!!title}}{{!!title}}/$link


So you can call your link with: {{[myBracketTiddler]||link}} or 
{{[myTiddler]||link}}

The mechanism used is a transclusion with a template: see: 
http://tiddlywiki.com/#Transclusion%20in%20WikiText

have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ac81e7b1-9750-409b-9a77-699fd3843166%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to link to tiddlers containing square brackets in their names

2015-05-22 Thread PMario
BTW: Using brackets in tiddler names, may have other side effects too. It's 
may be harsh, but I'd recommend, that you change your tiddler names. ... 

Is there a reason, why you need:  [myBracketTiddler]?

May be, there is a possibility to use standard names for the tiddlers, but 
display links in a different way?
This may have no side effects. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/99df1e97-55da-4e9f-8034-68bdaeb96ce8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to link to tiddlers containing square brackets in their names

2015-05-22 Thread Mubed
I have several tiddlers that contain brackets in their names ( e.g. 
[myBracketTiddler] 
). Listing them using the list widget based on the tags works fine, but 
when I want to link directly to them using the double bracket syntax, I'm 
not able to link to such a tiddler.

I have tried:

   - [[[myBracketTiddler]]]
   - myBracketTiddler
   - [[[myBracketTiddler]]]
   - [[\[myBracketTiddler\]]]
   - [[%5BmyBracketTiddler%5D]]
   - [title[[myBracketTiddler]]]
   
None of them rendered to what I wanted.

I found a workaround using the link widget:

$link to=[Coding][Coding]/$link

But I'd like be able to like to a tiddler with special characters without 
the widget. Is it somehow possible? If not then here is my FEATURE REQUEST 
for it.

Rregards
Mubed

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/94c7c8ec-b076-4820-9078-b22c1e74c1b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Can I create a bunch of tiddlers based on list?

2015-05-22 Thread Måns
Hi Richard

If you would like to create a lot of tiddlers from a spreadsheet, there's a 
 simple method - put 'dummy' columns between your actual columns and fill 
 them with the right json delimiters, paste the whole sheet as text into a 
 file and save it and then drag it into TW. I can show you an example if 
 you're interested.


Yes please :-)

Cheers Måns Mårtensson 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c0569c2-34bf-48a8-a62a-07ad19b2d1dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How to link to tiddlers containing square brackets in their names

2015-05-22 Thread Mehrdad Mirreza
Thanks for the quick answer. Using a template is very interesting, but not
much easier than typing the link widget. Anyway, I may need it somewhere
else, and it's good to know it.

The reason, why I use brackets in tiddler names is that I have a naming
convention. Tiddlers with bracket are special tiddlers to me. They contain
only a list widget that lists all tiddlers tagged with the same name as the
tiddler's title.

E.g. the content of [myBracketTiddler] is:

$list filter=[tag[myBracketTiddler]]/

This way I organize my tiddlers hierarchically.
Am 22.05.2015 15:47 schrieb PMario pmari...@gmail.com:

 BTW: Using brackets in tiddler names, may have other side effects too.
 It's may be harsh, but I'd recommend, that you change your tiddler names.
 ...

 Is there a reason, why you need:  [myBracketTiddler]?

 May be, there is a possibility to use standard names for the tiddlers, but
 display links in a different way?
 This may have no side effects.

 -m

 --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/sbt8dyJPOJg/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/99df1e97-55da-4e9f-8034-68bdaeb96ce8%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/99df1e97-55da-4e9f-8034-68bdaeb96ce8%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAFdrTTuuGM4PyXXu9ggFPHW0SxKrAaL1pgg4Z0%3Dka71tRd-npg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Externally import tiddlers

2015-05-22 Thread Richard Hopkins-Lutz
Hmm I was hoping to do it via a script on the command line and avoid the 
drag and drop method. This would let me use it to also export items from a 
DB into tiddlers.

On Thursday, May 21, 2015 at 5:21:14 PM UTC-4, Eric Shulman wrote:

 On Thursday, May 21, 2015 at 1:53:58 PM UTC-7, Richard Hopkins-Lutz wrote:

 I apologize if this has been asked before, or if it is in the 
 documentation.

 Is there a way to generate tiddlers and insert them into the code 
 directly using an external script? Let's say I had a large batch of text 
 files and I wanted to process them into individual tiddlers, is there some 
 way to insert them directly into the code of a TW5 file as tiddlers? Is 
 there documentation on how to do this?


 If you can use drag-and-drop just select all the text files and drop 
 them into an open TiddlyWiki and they will be imported as separate 
 tiddlers, using the filename as the tiddlername.

 Note: the type field of each tiddler will be set to text/plain.  If 
 you want to add wiki syntax to the imported text, you will need to clear 
 the type field in the tiddler editor (click the trash can next to the 
 field).

 enjoy,
 -e
 Eric Shulman
 ELS Design Studios
 TiddlyTools - Small Tools for Big Ideas!
 InsideTiddlyWiki: The Missing Manuals

 YOUR DONATIONS ARE VERY IMPORTANT!
 HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
http://TiddlyTools.github.com/fundraising.html#MakeADonation

 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 unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/21cdc30f-9992-424a-b627-7b16653e0ab3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [Save the date] TiddlyWiki Camp Paris - June 6th 2015

2015-05-22 Thread Sylvain Naudin
Hi,

Finally I've got a place to organize TiddlyWiki Camp Paris :)

When : *June 6th 2015 - 1pm to 6pm*
Where : Living Lab of Carrefour numérique - *Cité des Sciences et de 
l'Industrie* - Paris, France

I'll be very happy to meet you there if you can join us !

More information : http://paris.twcamp.info


@Jed, do you know if you still be there ?


Best regards
Sylvain

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/29a3b27f-1a1b-4d9f-a00d-28ac41668dea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Good Practice for theme publishers and theme users

2015-05-22 Thread Mat
Just got this idea that may be of general value:

Nothing revolutionary, but a good-practice for themes, that I hope might 
stimulate the development of more themes and the use of them:

1)   Put the theme on tiddlyspot.
2a) As a default tiddler, include the Saving controlpanel tab content 
(this) to show up by default.
2b) Or, even nicer, an About tiddler meeting the visitor explaining the 
theme and including this:

|Tiddlyspot to be replaced:|$edit-text tiddler=$:/UploadName default= 
 tag=input/.tiddlyspot.com |
 |Password |$password name=upload/ |
 |Click button to replace:|{{$:/core/ui/Buttons/save-wiki}}|



Now, anyone wanting the theme, should:

1) register a new (clean) tiddlyspot
2) ...visit the theme, fill in the fields and simply click save.


:-)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8e1903d3-8d1e-4bcc-8dc1-f6e37b06b1f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How to get an ultra minimized version of TW5

2015-05-22 Thread BJ


On Thursday, May 21, 2015 at 11:23:33 PM UTC+1, Danielo Rodríguez wrote:



 El jueves, 21 de mayo de 2015, 13:37:24 (UTC+2), BJ escribió:

 seems to work


 What seems to work? 



   1. copy core to plugins/bj/corenew
   2. in plugin.info set plugin-type to plugin-browser
   3. have a maco  to change corenew plugin-type to plugin
   exports.name = changecore; exports.params = [ ]; /* Run the macro */ 
   exports.run = function() { var tiddler = 
   $tw.wiki.getTiddler($:/plugins/bj/corenew), updateFields = { title: 
   $:/plugins/bj/corenew }; updateFields[plugin-type] = plugin; 
   $tw.wiki.addTiddler(new 
   
$tw.Tiddler($tw.wiki.getCreationFields(),tiddler,updateFields,$tw.wiki.getModificationFields()))
 
   } })(); 
   4. have a template to remove core and call macro 
   \define saveTiddlerFilter() [is[tiddler]] -[prefix[$:/state/popup/]] 
   -[[$:/HistoryList]] -[[$:/boot/boot.css]] 
   -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] 
   -[[$:/boot/bootprefix.js]] +[sort[title]] -[[$:/core]] \end changecore 
   {{$:/core/templates/tiddlywiki5.html}} 
   5. build using this new macro from nodejs
   
 cheers
BJ

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/52707249-975d-4c01-b35b-9ca732d98490%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [Hype] Multiple wiki sync thanks to couchdb

2015-05-22 Thread Danielo Rodríguez
Hello Jean,

I am not able to reproduce what you are saying. Here are my steps:

   - I open the wiki and create a new tiddler of type image/png
   - I add the field _canonical_uri
   - I save the tiddler, and let it be synced to the couchdb
   - Then, I add an attachment and I add *the canonical_uri value directly 
   on the db interface*
   - On the next sync cycle the image is displayed correctly on TW
   - No matter what I do to the tiddler everything works perfectly.


Just some seconds later

Oook, now I get what have happened. I have read your instructions again and 
I tried again. I just removed the _attachment field and the image has gone. 
That's because I have removed the attachment field from the tiddler, and it 
is synced back to the server. Then couchdb receives a new version of the 
doc without any attachment, so it removes the attachment. As long as you 
keep the _attachment field everything should went fine.

I think the attachment field should not be included in the tiddler, because 
it has nothing to do with the tiddler itself. I'll check if its fine to not 
sync that field to TW. Meanwhile, just keep that field ;)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/78465f86-3bb7-4448-b94e-366100e083cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [Hype] Multiple wiki sync thanks to couchdb

2015-05-22 Thread Danielo Rodríguez
Ooops,

Nothing happens until I reload the wiki. I'll check to fix this issue. 
I don't know why that field is being included in the tiddler, since only 
the fields under the fields field (sorry for this ) should be included, any 
other field should be ignored.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/702190f2-4256-4765-8000-7e650d0311d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] One TW to Rule Them All

2015-05-22 Thread Mat
The recent information from Jeremy on filtered saving 
https://groups.google.com/d/msg/tiddlywiki/1S348N3rsAc/rbXjCZRB9HYJ has 
given me hope to fulfill a long time dream; To be able to use one TW as a 
publishing central for my other TWs. You should probably read that linked 
post before the following.

I always imagined a central TW with receiving surrouunding ones as 
exporting *individual* tiddlers from the central TW. While this, I guess, 
would be the optimal workflow, the filtered saving instead can allow to 
have several Publish buttons in the central TW, one for each of the 
peripheral TWs. It is IMO not perfect in that you fully overwrite the 
previous version of the peripherals which means you can't edit them 
individually (you *must* use the central one) and it probably makes it 
trickier (but still doable) to use different layouts etc for them. (It 
should be doable by including all layouts (CSS?) in the central one and 
then filter to save only the relevant one).

Despite the drawbacks, I think a central TW could be very cool and I hope 
to do this for some TWs on *tiddlyspot*! I.e so that a tiddlyspot has 
multiple Publish buttons that to directly upload filtered variants to other 
tiddlyspots of mine. For instance you could run parallel blogs in this way, 
turning to different audiences and in the central TW simply tag posts with 
the relevant blogname.

AFAI understand, this means combining the filtered saving 
https://groups.google.com/d/msg/tiddlywiki/1S348N3rsAc/rbXjCZRB9HYJ 
Publish button with the content in the save to tiddlyspot in 
Controlpanel, i.e: $:/core/ui/ControlPanel/Saving 
http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FControlPanel%2FSaving 


...but I have little clue how to do this and would really appreciate help.


:-)



-
Below follows some code for the publish button and the save to tiddlyspot 
tiddler.


The filtered saving Publish button

$button
 $action-sendmessage $message=tm-download-file 
 $param=title-of-your-template filename=index.html/
 Publish
 /$button




Content of the save to tiddlyspot in Ctrlpanel;

\define lingo-base() $:/language/ControlPanel/Saving/
\define backupURL()
http://$(userName)$.tiddlyspot.com/backup/
\end
\define backupLink()
$reveal type=nomatch state=$:/UploadName text=
$set name=userName value={{$:/UploadName}}
$reveal type=match state=$:/UploadURL text=
backupURL
/$reveal
$reveal type=nomatch state=$:/UploadURL text=
$macrocall $name=resolvePath source={{$:/UploadBackupDir}} 
root={{$:/UploadURL}}
/$reveal
/$set
/$reveal
\end
! lingo TiddlySpot/Heading
lingo TiddlySpot/Description
|lingo TiddlySpot/UserName |$edit-text tiddler=$:/UploadName 
default= tag=input/ |
|lingo TiddlySpot/Password |$password name=upload/ |
|lingo TiddlySpot/Backups |backupLink |
''lingo TiddlySpot/Advanced/Heading''
|lingo TiddlySpot/ServerURL  |$edit-text tiddler=$:/UploadURL 
default= tag=input/ |
|lingo TiddlySpot/Filename |$edit-text tiddler=$:/UploadFilename 
default=index.html tag=input/ |
|lingo TiddlySpot/UploadDir |$edit-text tiddler=$:/UploadDir 
default=. tag=input/ |
|lingo TiddlySpot/BackupDir |$edit-text tiddler=$:/UploadBackupDir 
default=. tag=input/ |
lingo TiddlySpot/Hint


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/10add882-f5d2-44f9-9d1e-7b194a59a9b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Hide tiddlers from public view

2015-05-22 Thread Mat
@Jeremy - you're probably the only one who can answer this anyway so I'm 
continuing in this thread:

I just posted One TW to Rule Them All 
https://groups.google.com/forum/?fromgroups=#!topic/tiddlywiki/cDx5B8KAKpg 
where 
I describe an idea to use one central TW as a publishing central to other 
TWs. While that is a wish, I just want to mention that the basic question 
there is relevant also for the simpler use case in this thread. Your 
brilliant solution provided above, has the drawback for a tiddlyspot hosted 
TW in that it downloads the tiddlyspot TW to the local computer instead of 
uploading to a parallel tiddlyspot. I've found this adds several extra 
workflow steps and requires a place to store the local TW.

With your recent encouragement to let people come with issues and 
suggestions via tiddlyspot (as an alternative to github) it is very useful 
to be able to set up *two* tiddlyspots; one for messing around with and the 
other to which you export a filtered and cleaned up result with the final 
proposal. For very simple single tiddler issues this is overkill but when 
it gets just a bit more complex I've found it useful.

(Hm, maybe it would even work as a way to delete a filtered set of 
tiddlers... uploading the filtered current TW to it's own tiddlyspot.)

If you have a chance to take a look at the issue, i.e a Publish button to 
upload the filtered tw directly to tiddlyspot, then it would be great!

Thank you!!!


:-)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/41445f6a-daad-4a0f-89d9-770db4a9e0cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.