[tw] FontAwesome 5 plugin updated

2018-03-03 Thread Riz
Great work -- 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.c

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread passingby
On Saturday, March 3, 2018 at 9:17:33 PM UTC-7, Mark S. wrote: > > Oops. There's supposed to be class identifier for buttons, but it doesn't > seem to work. > > This seems to work, if you change the CSS selector: > > .tc-tagged-Locked button[title="Edit this tiddler"] {display: none;} > > If y

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread 'Mark S.' via TiddlyWiki
Oops. There's supposed to be class identifier for buttons, but it doesn't seem to work. This seems to work, if you change the CSS selector: .tc-tagged-Locked button[title="Edit this tiddler"] {display: none;} If your TW language isn't English, then you'll need to change the text in 'title=".

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread passingby
Mark both of your tips are wonderful. How does the second one work? How does the the css class .tc-tagged-Locked work? Second question is, when I tried this, it hid all the buttons, even the close button, On Saturday, March 3, 2018 at 11:40:36 AM UTC-7, Mark S. wrote: > > Here's another quick w

[tw] Re: TiddlyWiki+Python

2018-03-03 Thread Dom Gittins
Neil, I have just discover TiddlPy and wanted to drop you a quick note to say thank you. I have been trying to work out how to post TiddlyWiki pages into graph database (neo4j) nodes for ages ... and you have made it immeasurably easier ! One quick question - you look like a bit of a regex wiz

[tw] Re: Rename Tiddler links embedded in other tiddler texts

2018-03-03 Thread dg
I struggle with some of these concepts :-) ...so let me see if I get it. The strategy is to pick a modest Tiddler title that stays permanent, and then create a Caption that serves as a "display title"...such that when you refer to [[short title]] in a Tiddl

[tw] Re: Rename Tiddler links embedded in other tiddler texts

2018-03-03 Thread dg
Very clear instructions -- many thanks! -- dg On Friday, March 2, 2018 at 5:54:34 PM UTC-5, PMario wrote: > > On Friday, March 2, 2018 at 3:38:46 PM UTC+1, dg wrote: >> >> There's probably some easy way around this, but please keep in mind I'm >> not even sure how a TW plugin works or how to use

[tw] FontAwesome 5 plugin updated

2018-03-03 Thread TonyM
Thats great diveo Thanks, I used to need to be online with site in another tab,,, 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+unsubsc

[tw] Can you make a sidebar tab sorted by the date shown in the title?

2018-03-03 Thread j3d1H
I have a lot of tiddlers that start with a date in the format */MM/DD*, and I want a tiddler that will sort and show these tiddlers not by when they were created, nor edited, but the date they show in the title. These tiddlers will always start with the date, and always in that exact format.

[tw] FontAwesome 5 plugin updated

2018-03-03 Thread TheDiveO
Even the free version of Font Awesome 5.0.x seems to rapidly increment it patch version, being at 5.0.8 at the, erm, *moment*. Alas, get my updated plugin here: https://github.com/TheDiveO/TW5FontAwesome/releases/latest The demo wiki has not only received a font update, but it now sports a chea

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread @TiddlyTweeter
++ Great tip. Mark S. wrote: > > Here's another quick way to protect yourself from yourself. > > Create a tiddler called Locked Styles with the following contents > > .tc-tagged-Locked button {display: none;} > > Tag it with $:/tags/Stylesheet > > Now any tiddler you tag as "Locked" will have t

[tw] Re: Wikipedia, Text Slicer Edition & Pandoc

2018-03-03 Thread @TiddlyTweeter
Ciao Mark S. I found it interesting. Though I shouldn't pretend I really understand the lua code. I had a look at WikiPedia HTML. Its a lot cleaner than a lot. I wouldn't say it was easily human readable but it doesn't have the extreme complexities/redundancies(?) so many big traffic sites hav

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread 'Mark S.' via TiddlyWiki
Here's another quick way to protect yourself from yourself. Create a tiddler called Locked Styles with the following contents .tc-tagged-Locked button {display: none;} Tag it with $:/tags/Stylesheet Now any tiddler you tag as "Locked" will have the edit button hidden. To get it back you will

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread @TiddlyTweeter
Ciao PMario & Joe Simply removing the edit button on tag/field WOULD be a practical solution for most use cases I think. Sounds quite easy (though I wouldn't exactly know how to do it). FWIW, we talking about preventing accidental edit here, not security issues. Anything needing more securit

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread @TiddlyTweeter
Ciao Joe You can individually ENCRYPT tiddlers with password protection ... This would ensure you could not accidentally edit a Tiddler. It would be no use if you also need to access the Tiddler frequently though. A plugin for that from Danielo: https://danielorodriguez.com/TW5-EncryptTiddlerP

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread 'Mark S.' via TiddlyWiki
If you just want to put the contents out of reach so that you don't clumsily change things (perhaps in a mobile situation) then you can use the excise tool. Open your tiddler for editing. Select the title and copy. Select all the tiddler text. Click on the excise tool. In the title box, type $:

[tw] transcluded tiddler in $:/DefaultTiddlers?

2018-03-03 Thread Dave
When I put this {{some tiddler}} in $:/DefaultTiddlers, the list of tiddlers from {{some tiddler}} renders correctly, but when I save and reload the TW5 it tries to open {{some and tiddler}} as tiddlers. Is there a way to have it open the tiddlers I that are currently listed in [[some ti

[tw] G-Comments: "Submit" disappears when writing long answer

2018-03-03 Thread 'Surya' via TiddlyWiki
Hello, I implemented G-Comments with the plugin from TWaddle ( http://gcomments.tiddlyspot.com/). It works, everything is fine. But, it is almost useless for me, because when people want to write a longer comment, the "Submit"-Button disappears. I am sure, that people who want to write a comment

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread Ste Wilson
There was a password protect plugin for individual tiddlers posted somewhere on here... I know that's not much help. -- 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

[tw] Re: Can I write protect a tiddler

2018-03-03 Thread PMario
On Saturday, March 3, 2018 at 10:48:14 AM UTC+1, Joe Armstrong wrote: > > I want to write protect a tiddler - is this possible - so I cannot > accidently change it > is this possible? > Hmmm, IMO it's just an UI problem. We are in javascript-world, where it's very hard to protect anything. ..

[tw] Can I write protect a tiddler

2018-03-03 Thread Joe Armstrong
I want to write protect a tiddler - is this possible - so I cannot accidently change it is this possible? /Joe -- 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 ti