Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Danielo Rodríguez
I'm thinking that this maybe worth a plugin. From within tiddlywiki, and only in the node versions (node.js and node-webkit). At the control pannel, for example, you select the folders you wan to include, and the plugin will scan them recursively (just the newly added folders, and the older ones

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Stephan Hradek
Please look further down the thread. The "encapsulated" javascript can access window.parent.$tw and its children. -- 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

[tw] Re: Can I have ribbon on a specific tiddler?

2015-01-28 Thread James
Hi Tobias, I am not quite sure how to do that. Would you mind to point it out in dummies way? Thanks. On Wednesday, 28 January 2015 21:00:54 UTC+8, Tobias Beer wrote: > > Yes, you could create a Conditional ViewTemplate Section >

[tw] Re: issue running in ubuntu 14.04

2015-01-28 Thread Jeremiah Johnson
Even tried the 2nd and 3rd releases after that and they had an error w/ NVCtrl?? -- 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...@googlegrou

[tw] issue running in ubuntu 14.04

2015-01-28 Thread Jeremiah Johnson
ok this is driving me nuts after unpacking the zip i tried to run the nw and nothing. So i ran it from the terminal and it gave me a libudev0 error so i created a symbolic link from libudev0 to libudev1 cause libudev0 is gone in ubuntu 14.04 and then i got it to launch so i moved it to my home

Re: [tw] Re: Looking for a few good TW5'rs!

2015-01-28 Thread Ed Dixon
Hi all, I should have posted this over a week ago but we did move this conversation to the Dev group in case anyone here is interested and not aware of that. We do plan to have a hangout tomorrow morning which I will try to record and Friday is the registration day so its still not too late! P

[tw] [TW5] Action Increment widget

2015-01-28 Thread Jed Carty
I have cleaned up my action-increment widget and added some documentation http://inmysocks.tiddlyspot.com/#ActionIncrementWidget the widget itself is $:/plugins/inmysocks/MathyThing/action-increment.js I have been considering submitting a pull request but I am not sure if it would be generally

[tw] Re: New Google Group Settings

2015-01-28 Thread Tobias Beer
> > Change "Mark Duplicate" from "None" to "All members of group" >> > > Only group managers should be able to do this. > I'd suggest we see how it goes first and if it's not working out or never used (properly) it can be disabled again. Best wishes, Tobias. -- You received this message becau

Re: [tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Tobias Beer
> > It's not hard to find. If you search the source tree for "script" > (including quotes) you'll see this in *config.js*... > Thanks for the pointers. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rece

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Tobias Beer
Hi Stephan, > Go to tiddlywiki.com > Create a New Tiddler > Paste this into the tiddler: > > > alert("Hooray"); > > > Set the type to "text/html" > Yes, that will do things in an encapsulaed iframe, but not in the context of TiddlyWiki. Best wishes, Tobias. -- You received this message b

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-28 Thread Tobias Beer
> > Looks like a good place to use a javascript macro... > That may indeed be a viable way to achieve this... *#1427 allow text-references and variables anywhere in a filter expression* https://github.com/Jermolene/TiddlyWiki5/issues/1427 @Jeremy, (how) can a js macro acces a variable number of

[tw] Re: [TW5] Let the creator field be required for every new tiddler

2015-01-28 Thread Tobias Beer
Thanks for the reminder, Danielo... On tiddlydrive I put this on the sidebar and I make the subtitle of the > wiki to tell you the username you are using. In case no username is set > then you can read you are witting as anonymous in red. > Again, also... Added here: Review UserName On Startu

[tw] Re: New Google Group Settings

2015-01-28 Thread BJ
Good stuff! - but I am not seeing an Edit button in the dev forum. On Wednesday, January 28, 2015 at 3:09:51 AM UTC-6, Jeremy Ruston wrote: > > Arc Acorn discovered that Google Groups has several permission settings > that I didn't know about. I've now made the following configuration changes > t

[tw] Re: Editor Prototype Mk II

2015-01-28 Thread RichShumaker
I agree with Mario SVG is excellent for TiddlyWiki buttons and it makes your icons usable across platforms(phones, tablets, traditional computers). I have just started with SVG and found Tobias added the Google SVG editor to his TidlyWiki as a Tiddler , very

[tw] Re: Editor Prototype Mk II

2015-01-28 Thread PMario
The disappearing formatting seems to be fixed. The last 3 icons seem to be fine now. The icons should be SVGs. The PNGs don't scale well with a browser zooming factor. If you convert heading " imo it should be !! heading 2 ... see the space. It has much better readability in edit mode. There

[tw] Re: New Google Group Settings

2015-01-28 Thread PMario
On Wednesday, January 28, 2015 at 10:09:51 AM UTC+1, Jeremy Ruston wrote: > > ! Moderation Permissions > > Change "Edit Own Posts" from "None" to "All members of group" > IMO ok. > Change "Mark Duplicate" from "None" to "All members of group" > Only group managers should be able to do this. -

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Danielo Rodríguez
El miércoles, 28 de enero de 2015, 22:51:04 (UTC+1), Jeremy Ruston escribió: > > Hi Danielo > Hello Jeremy, Wikis imported via importWikis should get your modified title handling > though, are you sure that they are not? Yes they are. This is a small mix of confusing things from my side. For

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Jeremy Ruston
Hi Danielo "default-tiddlers-location" is currently only used for writing newly created tiddlers; tiddlers aren't automatically read from it during startup. Wikis imported via importWikis should get your modified title handling though, are you sure that they are not? Best wishes Jeremy On We

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Danielo Rodríguez
> > >> Tiddlers without a title are rejected here, deep in wiki.addTiddler: > > https://github.com/Jermolene/TiddlyWiki5/blob/master/boot/boot.js#L855 > > OK, as I supposed. Thank you very much for confirming it. > I think the logical place to handle this is within loadTiddlersFromFile. > I

Re: [tw] Re: Using TiddlyWiki in Node WebKit

2015-01-28 Thread Jeremy Ruston
Hi Arlen > As you may be aware, single file TiddlyWiki does not seem to work on Node-WebKit. Anyway, here is a solution which will allow it to work. You still need to use the file save dialog that pops up when you click save changes, but I've got a solution to that as well, which I will try to pos

Re: [tw] Re: Editor Prototype Mk II

2015-01-28 Thread Jeremy Ruston
Hi Stephen Congratulations, this is a terrific piece of work. I'd echo your warnings to users about being cautious with using it in it's present form, but I'm sure that we can figure out ways to smoothly integrate the functionality. Best wishes Jeremy. On Wed, Jan 28, 2015 at 1:45 PM, 'Stephen

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Jeremy Ruston
Hi Danielo I know that the first function called is loadTiddlersFromPath, which calls > itself recursively for each folder. Then for each file it calls > loadTiddlersFromFile, who extracts all posible data based on extension from > fileExtensioninfo. Then if it has a metadata file it is parsed, bu

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Paulus
Thanks, mate! I can finally get TW work on node. Now let's see if I manage to do the rest before next release is due :D 2015-01-28 20:02 GMT+01:00 Jeremy Ruston : > Hi Pau > > That's great, glad you're up and running. > > The need to use `nodejs` instead of `node` will unfortunately break the >

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Jeremy Ruston
Hi Pau That's great, glad you're up and running. The need to use `nodejs` instead of `node` will unfortunately break the existing batch files. I've made a ticket: https://github.com/Jermolene/TiddlyWiki5/issues/1434 Best wishes Jeremy. On Wed, Jan 28, 2015 at 6:48 PM, Paulus wrote: > As I

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Paulus
As I see, in debian-based distributions (as mine is), there is some confusion between node and nodejs... (sh@##~f|#½|!!) It turns out that instead of installing node, I should have invoqued nodejs. I have now found the way to go. So, the correct sequence for ubuntu-based systems is: *sudo apt-get

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Danielo Rodríguez
Hello Jeremy, May you can fill the gaps in my investigation : I know that the first function called is loadTiddlersFromPath, which calls itself recursively for each folder. Then for each file it calls loadTiddlersFromFile, who extracts all posible data based on extension from fileExtensioninf

Re: [tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Jimmy Armand
It make sens. Thanks! On Wednesday, 28 January 2015 11:25:39 UTC-5, Jeremy Ruston wrote: > > TiddlyWiki is designed to block JavaScript in wiki text content to make > sure that it is safe to share wiki text content. It's necessary so that we > can explore multi-user server configurations and fed

Re: [tw] Re: [TW5] Strange duplicate display of tiddlywiki in browser window

2015-01-28 Thread Jeremy Ruston
Hi Peter Good idea. I've added a note in GettingStarted for 5.1.8: https://github.com/Jermolene/TiddlyWiki5/commit/2db6cbed2d1f81483251c49c75721f066cfd6a29 Best wishes Jeremy. On Wed, Jan 28, 2015 at 5:05 PM, pMotz wrote: > My guess is that a number of new users will encounter this problem,

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-28 Thread Alan Finger
Looks like a good place to use a javascript macro... Alan On Wednesday, January 28, 2015 at 10:04:02 AM UTC-5, Alan Finger wrote: > > That works well for one variable. The problem is that I have two: > "section" and "sourcedoc" so I need to try to get concatenation working. > > Alan > > On Wedne

Re: [tw] Re: [TW5] Strange duplicate display of tiddlywiki in browser window

2015-01-28 Thread pMotz
My guess is that a number of new users will encounter this problem, so it would be worth addressing. A comment in the GettingStarted tiddler is probably sufficient. Something like "If the TiddlyWiki you downloaded does not behave as expected make sure you clicked the green download button and *d

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Jeremy Ruston
Hi Danielo That code looks incomplete, but along the right lines. Best wishes Jeremy. On Wed, Jan 28, 2015 at 4:42 PM, Danielo Rodríguez wrote: > > > El miércoles, 28 de enero de 2015, 17:27:04 (UTC+1), Jeremy Ruston > escribió: >> >> > What is the problem then? >> >> There's no problem, the

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Xavier Cazin
Hi Pau, From tiddlywiki --version #no reply at all. I'd say /usr/local/bin is not in your PATH (eventhough I would have expected at least a response from you shell complaining that it can't find the command). What about: export PATH=/usr/local/bin:$PATH tiddlywiki --version Xavier Cazin. -- Xa

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Danielo Rodríguez
El miércoles, 28 de enero de 2015, 17:27:04 (UTC+1), Jeremy Ruston escribió: > > > What is the problem then? > > There's no problem, the necessary code just needs to be written and tested > :) > > Best wishes > Sorry for being so insistent, but, What would happen if I just do this: if(ext !==

Re: [tw] Re: [TW5] Strange duplicate display of tiddlywiki in browser window

2015-01-28 Thread Jeremy Ruston
On Sat, Jan 24, 2015 at 9:29 PM, PMario wrote: > This TW is definitely broken. An empty.html file is at least 1.2 MByte in > size. You file is smaller, so you may have downloaded it with File: Save as > dialog, which doesn't work. > > Click the big green button "download empty" or "download full"

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Jeremy Ruston
> What is the problem then? There's no problem, the necessary code just needs to be written and tested :) Best wishes Jeremy. On Wed, Jan 28, 2015 at 4:12 PM, Danielo Rodríguez wrote: > >> >>> In which part of the boot.js code is this stated? >>> >> >> You can see in loadTiddlersFromFile the

Re: [tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Jeremy Ruston
TiddlyWiki is designed to block JavaScript in wiki text content to make sure that it is safe to share wiki text content. It's necessary so that we can explore multi-user server configurations and federation. If the act of viewing content authored by someone else causes executable JS code to run the

Re: [tw] Re: Theme tweaks for TableOfContentsMacro

2015-01-28 Thread Jeremy Ruston
Hi Shash You could try something like this. In a stylesheet tiddler: .my-table-of-contents .tc-table-of-contents { background: red; } .my-table-of-contents .tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a { border-color: green; } Then wrap the toc with a DIV like this: <$macro

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Jimmy Armand
Yeah but I think that this method is not really nice since I want to put the javascript in a tiddler (text/vnd.tiddlywiki) On Wednesday, 28 January 2015 06:44:47 UTC-5, Stephan Hradek wrote: > > Go to tiddlywiki.com > > Create a New Tiddler > > Paste this into the tiddler: > > > alert("Hooray");

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Jimmy Armand
In fact what would be nice is to be able to import javascript directly in the tiddler, like we can do with the tags. With css it's easy: Create a tiddler put your css et voilà The same would have been nice (a major nice to have IMO) to have On Tuesday, 27 January 2015 14:43:24 UTC-5, PMario wr

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Danielo Rodríguez
> > > >> In which part of the boot.js code is this stated? >> > > You can see in loadTiddlersFromFile the code that loads a meta file if > present: > > https://github.com/Jermolene/TiddlyWiki5/blob/master/boot/boot.js#L1387 > > If the title isn't specified then it doesn't currently reuse the fi

Re: [tw] Re: [TW5] node.js tiddlywiki over ssl possible

2015-01-28 Thread Jeremy Ruston
Hi Captain Packers The TW5 source doesn't currently support acting as an SSL server. As Daniel says, the expectation is that in production people would want to terminate their SSL connection with something more standard than TiddlyWiki. Best wishes Jeremy On Sun, Jan 25, 2015 at 12:53 PM, Danie

[tw] Re: Theme tweaks for TableOfContentsMacro

2015-01-28 Thread Jed Carty
On Tuesday, January 27, 2015 at 12:00:36 PM UTC-7, Shash wrote: > Hi all, > > > I am trying to use the Tabbed version of TableOfContentsMacro. I wish to > change the background of the tabs.. Is there a easy way to achieve this with > stylesheets. > > > Thanks! > Shash I have looked at this a

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Jeremy Ruston
Hi Danielo > Both? Do you mean for both types of files right? > Yes, that's right. You might have: myimage.jpg myimage.jpg.meta mytextfile.txt mytextfile.txt.meta > In which part of the boot.js code is this stated? > You can see in loadTiddlersFromFile the code that loads a meta file if pres

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Danielo Rodríguez
Hello paul did you tried locate node? try with locate node -- 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 th

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Danielo Rodríguez
> In both those cases you'll need a .meta file to give the created > tiddler an explicit title. > Both? Do you mean for both types of files right? In which part of the boot.js code is this stated? There is no option to take the file-name as tiddler name by default? We have everything that we

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Jeremy Ruston
Hi Danielo > > I deducted this from the code comments. Anyway, I have folders where NO > tiddlywiki.files is present and it is not importing the images or the plain > text files. > In both those cases you'll need a .meta file to give the created tiddler an explicit title. Best wishes Jeremy.

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Danielo Rodríguez
El miércoles, 28 de enero de 2015, 14:07:47 (UTC+1), Jeremy Ruston escribió: > > Hi Danielo > > Hello Jeremy, glad to see you here again. > If a folder within a wiki folder contains a tiddlywiki.files file, then TW > just processes the specified files, and doesn't scan the folder or it's > s

Re: [tw] Re: [TW5] Icon menus demo

2015-01-28 Thread Jeremy Ruston
Hi Jed Great stuff, looks good, particularly the custom control panel tabs, I'm impressed with your attention to detail, Best wishes Jeremy. On Mon, Jan 26, 2015 at 3:33 PM, Birthe C wrote: > Hi Jed, > > Waw, and most things easy to change according to user preference. I really > like the Ri

[tw] Re: [TW5] Let the creator field be required for every new tiddler

2015-01-28 Thread Danielo Rodríguez
On tiddlydrive I put this on the sidebar and I make the subtitle of the wiki to tell you the username you are using. In case no username is set then you can read you are witting as anonymous in red. El miércoles, 28 de enero de 2015, 15:13:44 (UTC+1), Tobias Beer escribió: > > Hi Stephan, > > Wh

[tw] Re: New Google Group Settings

2015-01-28 Thread Danielo Rodríguez
Ok, now it is working for me. Maybe it took some time. El miércoles, 28 de enero de 2015, 15:15:07 (UTC+1), Tobias Beer escribió: > > Excellent! The times of complaining about google groups have come to an > end. > > Best wishes, Tobias. > -- You received this message because you are subscribed

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-28 Thread Alan Finger
That works well for one variable. The problem is that I have two: "section" and "sourcedoc" so I need to try to get concatenation working. Alan On Wednesday, January 28, 2015 at 9:02:17 AM UTC-5, Tobias Beer wrote: > > Thanks, Jed, > > That's a cool example > > If you know what the filters w

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Paulus
Nothing to apologise. I'll better let node aside by now and get hands on translating. I'll retry on node when coming up to the server side of TW. 2015-01-28 15:02 GMT+01:00 Jeremy Ruston : > Apologies, it wasn't about blame, so much as the size of the pool of > people who may be able to help; a p

[tw] Re: New Google Group Settings

2015-01-28 Thread Tobias Beer
Excellent! The times of complaining about google groups have come to an end. Best wishes, Tobias. -- 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+unsub

[tw] Re: [TW5] Let the creator field be required for every new tiddler

2015-01-28 Thread Tobias Beer
Hi Stephan, While it won't help with editing conflcts, that sounds like a good practice. Added here: Review UserName On Startup @ tb5 While instructional, I don't see a need for any reveals, though. Best wishes, Tobias. -- You re

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Jeremy Ruston
Apologies, it wasn't about blame, so much as the size of the pool of people who may be able to help; a problem with installing Node.js is a nice straightforward thing to search for on google for example, Best wishes jeremy On Wed, Jan 28, 2015 at 2:01 PM, Paulus wrote: > Not blaming anyone. Ju

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-28 Thread Tobias Beer
Thanks, Jed, That's a cool example If you know what the filters will be you can use the select widget to set a > field to the entire filter string and use a text reference for the filters. Added here: filter from field @ filters . Bes

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Paulus
Not blaming anyone. Just asking in case someone recognises the case and gives a helping hand. I'll work in the browser, on my local copy. P.-) 2015-01-28 14:53 GMT+01:00 Jeremy Ruston : > > > On Wed, Jan 28, 2015 at 1:36 PM, Pau Deluca wrote: > >> No issues experienced with apt-get, nor referre

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Jeremy Ruston
On Wed, Jan 28, 2015 at 1:36 PM, Pau Deluca wrote: > No issues experienced with apt-get, nor referred on linuxmint forums, as > far as I know :( > OK, but you can see that the problem we're faced with now has nothing to do with TiddlyWiki: it's that node.js isn't properly installed. That makes i

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-28 Thread Alan Finger
I mean that the operator "section{$:/temp/findby!!section} should only be applied to the filter if the field value is not "Any" I'll try to post an example in the next day or so. Alan On Wednesday, January 28, 2015 at 2:43:44 AM UTC-5, Stephan Hradek wrote: > > > > Am Mittwoch, 28. Januar 20

Re: [tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Jeremy Ruston
Hi Stephan Good catch. It seems to depend on the browser: Firefox seems to allow the cross domain access, but Safari and Chrome do not allow it in my tests. I'll investigate whether adding the sandbox attribute improves things. Best wishes Jeremy. On Wed, Jan 28, 2015 at 1:32 PM, Stephan Hrade

[tw] Re: Editor Prototype Mk II

2015-01-28 Thread 'Stephen Kimmel' via TiddlyWiki
> > I know you are looking for feedback, so here goes. Your edit toolbar is > cool. Most essential though if anyone is going to use it would be *undo*. > I showed it to several non tiddlywiki people and they said abandon wiki > markup and go straight to html. The business world does not use wik

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Pau Deluca
No issues experienced with apt-get, nor referred on linuxmint forums, as far as I know :( El miércoles, 28 de enero de 2015, 14:30:05 (UTC+1), Jeremy Ruston escribió: > > Hi Pau > > > node --version > > #but still no reply. > > That seems very weird; if node were not installed one would expect t

Re: [tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Stephan Hradek
Am Mittwoch, 28. Januar 2015 12:49:27 UTC+1 schrieb Jeremy Ruston: > > > Note that script tags are allowed in text/html tiddlers because they are > safely sandboxed in an iframe. > I'm not sure, whether or not I understand "sandboxed" correctly. Please go to tiddlywiki.com Set a username Cre

[tw] Re: Editor Prototype Mk II

2015-01-28 Thread 'Stephen Kimmel' via TiddlyWiki
> I do not miss an undo button. Mouse is not far away and right mouse button > undo removes the last change I made. > I didn't know about the mouse undo option. Now I've added research how that works though I'm a bit fearful of Undo unless there is a matching Redo. > The table helper for e

Re: [tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Jeremy Ruston
Hi Pau > node --version > #but still no reply. That seems very weird; if node were not installed one would expect to see an error message. That makes me wonder whether there's an issue with the package manager that you're using; I've no experience with apt-get myself, sadly. Best wishes Jeremy

[tw] Translating TW5 to spanish: Issues making TW5 work on node.

2015-01-28 Thread Pau Deluca
Hi there! I intend to make a full translation into spanish of TW5. I've been advised to translate the tiddlers working locally on node.js, after forking and branching Jeremy's TW5 repository. However, TW5 nor node seem to work. (e.g.:, I type tiddlywiki --version and get no reply at all). I wo

[tw] Re: Configure a default 'new tiddler'

2015-01-28 Thread Bill Denbigh
You guys are awesome. Thank you so much... On Tuesday, January 27, 2015 at 9:35:39 AM UTC-5, Bill Denbigh wrote: > > I would like to create a 'default style' for a new tiddler, when i press > the + button i want the tiddler to open with some text already completed, > simple stuff like headings a

Re: [tw] Some theme changes

2015-01-28 Thread Jeremy Ruston
Hi Shash > > I could achieve what I really wanted but the problem now is Seamless theme > doesn't seem to work. > Can you show us what's going wrong? Best wishes Jeremy > > Is there any way to get the seamless theme into my style sheet and get it > to work. The only thing i want to remove is

Re: [tw] Re: TW5 rules to import files based on its extension.

2015-01-28 Thread Jeremy Ruston
Hi Danielo If a folder within a wiki folder contains a tiddlywiki.files file, then TW just processes the specified files, and doesn't scan the folder or it's subfolders. Can you share the relevant wiki folders? Best wishes Jeremy. On Tue, Jan 27, 2015 at 9:27 PM, Danielo Rodríguez wrote: >

[tw] Re: Can I have ribbon on a specific tiddler?

2015-01-28 Thread Tobias Beer
Yes, you could create a Conditional ViewTemplate Section . Set a field *ribbon* for every tiddler you want to show it. Then create a conditional template checking for it, e.g. <$list filter="[all[current]has[ribbon]]"> {{!!ribbon}

[tw] Re: Configure a default 'new tiddler'

2015-01-28 Thread Tobias Beer
Thanks, Jed, Added here... Create Tiddler From Template @ tb5 Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receivin

Re: [tw] Re: Combining numbered and bullet lists breaks the numbering

2015-01-28 Thread Tobias Beer
> > Perhaps this should be mentioned in the documentation. > It is, the very last section in... Lists in WikiText Perhaps those long tiddlers need a little splicing up. Best wishes, Tobias. -- You received this message because you are subscribed

Re: [tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Jeremy Ruston
Hi Tobi On Wed, Jan 28, 2015 at 2:00 AM, Tobias Beer wrote: > I never actually looked at the core to find what disables script tags. I'd > be curious to figure out how to enable them. Anyone wanting to mess with > your data would do the same thing. I prefer to know myself how that's done. > It'

[tw] Re: New Google Group Settings

2015-01-28 Thread Stephan Hradek
me too. -- 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.

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2015-01-28 Thread Stephan Hradek
Go to tiddlywiki.com Create a New Tiddler Paste this into the tiddler: alert("Hooray"); Set the type to "text/html" Finish editing Hooray! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving em

[tw] Re: [TW5] Let the creator field be required for every new tiddler

2015-01-28 Thread The Bo
Hey, thank you guys for your answers. I like this solution! It's nearly perfect for our tiddly project. :) Thanks a lot! Greetings tueb Am Mittwoch, 28. Januar 2015 12:14:10 UTC+1 schrieb Stephan Hradek: > > Would it be enought to set this as the first tiddler to display? > > <$reveal state="$:

[tw] Re: New Google Group Settings

2015-01-28 Thread Jeremy Ruston
Hi Danielo On Wed, Jan 28, 2015 at 9:24 AM, Danielo Rodríguez wrote: > I can't see any difference. Where are those new "features"? Like Me Too > Topic or Mark favorite Reply? > I'm not the expert on Google Groups, I'm afraid, but I guess these things are documented in the Google Groups help. F

[tw] Re: [TW5] Let the creator field be required for every new tiddler

2015-01-28 Thread Stephan Hradek
Would it be enought to set this as the first tiddler to display? <$reveal state="$:/status/UserName" type="match" text=""> Please set your username first. <$edit-text tiddler="$:/status/UserName" tag="input" type="text"/> <$reveal state="$:/status/UserName" type="nomatch" text=""> If "{{$:/sta

[tw] Re: Editor Prototype Mk II

2015-01-28 Thread Birthe C
Hi Stephen I like your buttons. You do not have too many, I would not miss any of them. They are clear and understandable. I use Windows 7 and Firefox 35.01. I tried your demo yesterday and it worked, but I found that some of the changes I had made was gone when I saved the tiddler. It was as

[tw] Re: New Google Group Settings

2015-01-28 Thread Danielo Rodríguez
I can't see any difference. Where are those new "features"? Like Me Too Topic or Mark favorite Reply? El miércoles, 28 de enero de 2015, 10:09:55 (UTC+1), Jeremy Ruston escribió: > > Arc Acorn discovered that Google Groups has several permission settings > that I didn't know about. I've now made

Re: [tw] Re: [TW5] drop here or click escape to cancel

2015-01-28 Thread Jeremy Ruston
Hi Peter On Wed, Jan 28, 2015 at 9:10 AM, Peter Miller wrote: > If that's the case, why does it say "click"? Surely it should say "press"? > Well spotted, I guess that's a typo. I've fixed it for 5.1.8: https://github.com/Jermolene/TiddlyWiki5/commit/ba971a2d2b2e909a37d0434e4b0b804893c4dc77 B

[tw] Re: [TW5] drop here or click escape to cancel

2015-01-28 Thread Peter Miller
If that's the case, why does it say "click"? Surely it should say "press"? Peter On Monday, November 10, 2014 at 9:52:20 PM UTC, Birthe C wrote: > > When you drag at tiddler into your wiki, you see the green bar...and until > you drop, you can press esc on your keyboard to cancel. > > > Birthe

[tw] New Google Group Settings

2015-01-28 Thread Jeremy Ruston
Arc Acorn discovered that Google Groups has several permission settings that I didn't know about. I've now made the following configuration changes to both of these discussion groups: ! Posting Permissions Change "Add references" from "None" to "All members of group". I've no idea what "reference