[tw] Re: How to transclude <>'s text or <$set> its text to a variable?

2018-01-26 Thread hubertgk
Thank you! On Thursday, 25 January 2018 22:49:37 UTC, ste...@gmail.com wrote: > > Hi, > > On Monday, January 22, 2018 at 11:13:02 AM UTC+1, hubertgk wrote: >> >> >> Is there a way to transclude <>'s text or <$set> its text >> to a variable? >> > > Ran into the same problem today. This code works

[tw] store.php isn't saving over LAN after ISP change

2018-01-26 Thread Ivan Aparicio
Hi All, First, tl;dr - I'm serving a TW5 at home using store.php, and can't save to it over LAN (using the local IP address), however I can save to it from work outside of my LAN (using my public IP with port forwarding). So I changed ISP again. Before everything was running great - I accessed

[tw] Re: PSA: Please license your works

2018-01-26 Thread PMario
On Friday, January 26, 2018 at 9:54:28 AM UTC+1, Jed Carty wrote: > > Would a simple plugin that lets you pick from a list of templates and then > creates a license tiddler based on your selections be useful? Something > like the GitHub license templates would probably work. > I think it's

[tw] Re: PSA: Please license your works

2018-01-26 Thread Jed Carty
Would a simple plugin that lets you pick from a list of templates and then creates a license tiddler based on your selections be useful? Something like the GitHub license templates would probably work. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [TW5] Presenting ColorAction Plugin for Colour Manipulation

2018-01-26 Thread @TiddlyTweeter
Ciao Thomas I can see the results on this. Your Bricks palette is very nice. I still haven't figured out how to use the colour gadget yet to create my own. I'll get there. I'm slow. I'm seriously impressed with the design thinking you put into this. It looks effective. *VISION ISSUES*. One

[tw] Re: [TW5] Presenting ColorAction Plugin for Colour Manipulation

2018-01-26 Thread BurningTreeC
Hello Thomas, thank you for sharing, that's extremely useful! BurningTreeC -- 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: [TiddlyTouch] 0.1.0 beta Release

2018-01-26 Thread BurningTreeC
Hello community people, on the plugin page http://tiddlytouch.tiddlyspot.com I've put two new functions I'd like to discuss 1) the sidebar button in the leftbar activates filtering of tiddlers in the story river by entering a search expression in the sidebar searchfield, currently *only if

Re: [tw] Re: [TW5] Presenting: Bricks Demo – CSS Construction Set + Soft Redesign)

2018-01-26 Thread @TiddlyTweeter
Ciao Thomas A few more comments & queries on Bricks as I get into beginning to use it ... *COMMENTS...* --- I'm in awe of you having worked though so much to get a handle on TW CSS with an applied standard approach. I'm in awe of what you done is because though I knew TW CSS was rich I had

Re: [tw] Re: How to setup "Line height" in Edit area?

2018-01-26 Thread ericl
Yes, It works!! Thank you Birthe Birthe C 於 2018年1月26日 週五 上午3:33寫道: > Create a tiddler yourstyles tag=$:/tags/Stylesheet > > .tc-edit-texteditor { > font-size: 22px; > line-height: 44px; > } > > > Birthe > > -- > You received this message because you are

[tw] [TW5] A list of transclusion targets

2018-01-26 Thread Arkady Grudzinsky
Is there a filter operator to get a list of all transclusion targets. I want to get a list of missing transclusion targets, but that, I suppose, can be achieved by using all[missing] operator on the results of the one I want. I am importing tiddlers from one TW file to another. The tiddlers

[tw] [TW5] A list of transclusion targets

2018-01-26 Thread TonyM
Arkady, Could you not generate a list of Tiddlers in the source wiki refered to in transclude statements then use this to export the not yet moved tiddlers then import into your new wiki? Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] store.php isn't saving over LAN after ISP change

2018-01-26 Thread TonyM
At the same time you are serving it over php is there any reason you can't also access it on local host or Lan IP address with TiddlyServer? Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: store.php isn't saving over LAN after ISP change

2018-01-26 Thread Ivan Aparicio
Hi Tony, I hadn't heard of tiddlyserver. I am serving my TW from home using a raspberry pi and store.php which I got from here: https://code.google.com/archive/p/bidix/downloads I think that the reason I can't access it over LAN is that in the TW5 control panel under the 'Saving' tab, there

Re: [tw] [TW5] A list of transclusion targets

2018-01-26 Thread Arkady Grudzinsky
​Tony, Don't I still need to generate a list of transclusion targets in the source wiki to do that?​ On Fri, Jan 26, 2018 at 5:15 AM, TonyM wrote: > Arkady, > > Could you not generate a list of Tiddlers in the source wiki refered to in > transclude statements then

[tw] Re: Where to edit format of deadline-date in view in ToDoNow?

2018-01-26 Thread Furicle
I had this question too - would be worth putting this in the documentation I think. On Wednesday, January 24, 2018 at 6:56:27 PM UTC-5, Thomas Elmiger wrote: > > Hi Surya > > > Translations, date and time format > > 1. Clone one of the following language tiddlers, set a new ending for the >

[tw] Re: [TW5]Create a simple environment to create plugins

2018-01-26 Thread Steven Schneider
Thanks Mark for reminding me (and others) about TinkaPlugin; it works great; I'd forgotten what it was called. //steve. On Thursday, January 25, 2018 at 6:25:49 PM UTC-5, Mark S. wrote: > > Do you know about Tinka? https://github.com/TinkaPlugin/Tinka, > https://tinkaplugin.github.io/

Re: [tw] Getting a field value from a transcluded field name

2018-01-26 Thread Steven Schneider
Thanks, Jeremy. But, did you mean: <$list filter="[tag!nsort]"> <$set name="slidenumber" tiddler=<> field=<>> (It is almost working; i've got something else wrong now :) //steve. On Wednesday, January 24, 2018 at 12:45:20 PM UTC-5, Jeremy Ruston wrote: > > Hi Steve > > How do I reference a

[tw] Re: New User: 1st Post: Can I use excel spreadsheets inside Tiddly please

2018-01-26 Thread Steven Schneider
Hi Paul, I'm a big fan of xlsx import; you work in excel (or google sheets & download xlsx) which is optimized for formulas etc. and import to TW. It is not live, of course. //steve. On Friday, January 26, 2018 at 1:19:08 AM UTC-5, Jon wrote: > > Hi Paul, > > I use this:

[tw] Re: Newbie: 2nd Post: How to write in a Tiddly the address to a file on my computer so that clicking the link opens the file

2018-01-26 Thread Steven Schneider
Hi Paul, Have you considered iframe? Try in tiddlwiki.com or any tiddlywiki... https://pdfs.semanticscholar.org/4a3b/785bddc81073b6f09151f4745a054f194bee.pdf; width="100%" height="400"> and https://docs.google.com/spreadsheets/d/1cqifROhtvs8KsJuE9BnMPkrvX-IHO7SRYs89_C-RM18/edit#gid=0;

[tw] Re: New User: 1st Post: Can I use excel spreadsheets inside Tiddly please

2018-01-26 Thread Mat
Like others say; please clarify exactly what you mean. There is "excel like" functionality in TW, most notably Evan Balsters recently unleashed "Formulas". You can also use e.g iframes to get a "peek window" to an external excel document. Or you can import excel files, e.g in csv format, to

[tw] Re: Firefox 58 causing trouble or just me?

2018-01-26 Thread 'Mark S.' via TiddlyWiki
What firefox app are you using? Good luck, -- Mark On Friday, January 26, 2018 at 8:32:21 AM UTC-8, Furicle wrote: > > Fair enough, I should have known that. > > But I kinda think it's FF 58 - I've swapped to TiddyDesktop 0.0.9 (busy > morning here, gotta keep moving) and it's working ok. >

[tw] Re: store.php isn't saving over LAN after ISP change

2018-01-26 Thread 'Mark S.' via TiddlyWiki
Yes, that is the idea. On Friday, January 26, 2018 at 8:38:29 AM UTC-8, Ivan Aparicio wrote: > > Hi Mark, > > I tried connecting on both a macbook air and a thinkpad running Fedora 26. > I'll try to change the hosts file once I get home. Is the idea to redirect > the internet URL to my local IP

[tw] Re: Firefox 58 causing trouble or just me?

2018-01-26 Thread BJ
It is not possible to save a tw correctly using file->save as this take a snapshot to the state of the webpage and saves that inplace of the tw's html. On Friday, January 26, 2018 at 5:12:48 PM UTC+1, Furicle wrote: > > Win 10-64 , Firefox 58 , File Backups 0.3.4 > > Everything was fine

[tw] Re: Firefox 58 causing trouble or just me?

2018-01-26 Thread Furicle
Fair enough, I should have known that. But I kinda think it's FF 58 - I've swapped to TiddyDesktop 0.0.9 (busy morning here, gotta keep moving) and it's working ok. On Friday, January 26, 2018 at 11:22:06 AM UTC-5, BJ wrote: > > It is not possible to save a tw correctly using file->save as

Re: [tw] Re: [TW5] Presenting: Bricks Demo – CSS Construction Set + Soft Redesign)

2018-01-26 Thread Thomas Elmiger
Oh, great, I have users with thoughts! :–) @TiddlyTweeter schrieb am Fr. 26. Jan. 2018 um 11:36: > Ciao Thomas > > A few more comments & queries on Bricks as I get into beginning to use it > ... > > *COMMENTS...* > > --- I'm in awe of you having worked though so much to

[tw] Re: store.php isn't saving over LAN after ISP change

2018-01-26 Thread 'Mark S.' via TiddlyWiki
You don't mention what machine you are using at home to connect to your PI. I'm wondering if you could add an entry to the host file of your local PC that would over-ride your named connection to no-ip with your PI local address. Good luck, -- Mark On Friday, January 26, 2018 at 7:41:27 AM

[tw] Firefox 58 causing trouble or just me?

2018-01-26 Thread Furicle
Win 10-64 , Firefox 58 , File Backups 0.3.4 Everything was fine yesterday. This morning I try to save and the red check box doesn't clear, and the file does not save. So I manually save (File -> Save) and I get a file that's 26 meg instead of 5. So I re-open Friday from a backup, edit one

[tw] Re: store.php isn't saving over LAN after ISP change

2018-01-26 Thread Ivan Aparicio
Hi Mark, I tried connecting on both a macbook air and a thinkpad running Fedora 26. I'll try to change the hosts file once I get home. Is the idea to redirect the internet URL to my local IP address? Thanks On Friday, January 26, 2018 at 4:13:32 PM UTC, Mark S. wrote: > > You don't mention

[tw] Export a subset of tiddlers from node.js to standalone

2018-01-26 Thread Filip K.
Hi, I'm trying to export a subset of my tiddlers, given by a filter expression, to a standalone TW from TW 5.1.15 running on node.js. What I tried so far is tiddlywiki --rendertiddler $:/plugins/tiddlywiki/tiddlyweb/save/offline index.html text/plain "" exportFilter "" but it saves the whole

Re: [tw] Re: [TW5] Presenting ColorAction Plugin for Colour Manipulation

2018-01-26 Thread Thomas Elmiger
Hi Josiah, Coda and Simon Thanks for your feedback – stay tuned, there might be an update over the coming weekend :–) I added better contrast calculation for light foreground on dark transparent background. (I think this is the last thing I can improve, so I might post to the dev group too when

[tw] Re: Getting a field value from a transcluded field name

2018-01-26 Thread 'Mark S.' via TiddlyWiki
This example worked for me, but I think it may need to have the inner <$set> changed to another <$list>. <$set name=slidetag value="myslide"> <$list filter="[tag!nsort]" > <$set name="slidenumber" filter="[all[current]get]"> <> The main thing is, that you needed the "get" operator, not the

[tw] Re: [TW5]Create a simple environment to create plugins

2018-01-26 Thread Mat
As Mark notes; Tinka is the easiest way. Here's a presentation on it. <:-) -- 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

[tw] Noteself on TiddlySpot? @Danielo

2018-01-26 Thread Mat
@Danielo NoteSelf is super interesting. Is it possible to host a NoteSelf on TiddlySpot, i.e so that tiddlers are automatically and NoteSelf'ically saved in my local browser - but if I want to "hard save" the TW, I upload it to TiddlySpot and so it can be accessed

[tw] Distinguishing date (years): BC/AD (in visjs timeline and elsewhere)

2018-01-26 Thread Miroslav Kalous
Hi, everyone, I have encountered a problem when using vis.js timeline plugin (which I love and am indebted to its author). But I guess the problem goes beyond this plugin and concerns date formating more generally. The timeline plugin works with two types of date formating: TW5 date format

Re: [tw] [TW5] A list of transclusion targets

2018-01-26 Thread Thomas Elmiger
Hi Arkady, Something like this could help, if you transcluded in {{brackets}}: Make a tiddler titled "TransclusionList" with this in it: <$list filter="""[regexp:text[{{]sort[]] -[[TransclusionList]] -[is[system]] -[has[draft.of]]"""> <" suffix:"" mode:"link">> === You will need my

Re: [tw] Re: Presenting the Presenter

2018-01-26 Thread Jan
Hi Birthe, thanks for testing...and sorry. hovering to the bottom of the screen, the controls should appear...including a slider for the font-size. If this does not work I will have to fix it. Yours Jan Am 26.01.2018 um 23:51 schrieb Birthe C: Hi Jan, I have seen your slideshow earlier on

[tw] Re: [TW5]Create a simple environment to create plugins

2018-01-26 Thread 'Alex' via TiddlyWiki
Wow, this is exactly what I needed. Thanks very much =) -- 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

[tw] Saving behaviour of a wiki on Tiddlyspot?

2018-01-26 Thread 'Surya' via TiddlyWiki
Hi all, fine frustrated Yesterday I made a lot on my (public) wiki on tiddlyspot. Then before going to bed I had a look into it on my tablet and changed just a little bit. I saved that (with the checkmark) and thought that it would be just saved on web- like on my computer. But it was

[tw] Re: Newbie: 2nd Post: How to write in a Tiddly the address to a file on my computer so that clicking the link opens the file

2018-01-26 Thread Furicle
My links with spaces work fine - e.g. [[file:img/2018/file name like this.pdf]] I can also use relative links (skipping the c:/etc) because I keep my TWs in the Downloads folder so even the new Firefox works fine with that. To the OP - as pointed out, it's your browser that opens them, so

[tw] Re: Presenting the Presenter

2018-01-26 Thread Birthe C
Hi Jan, I have seen your slideshow earlier on and liked it very much. Now following the link I get to a black page with very big white letters. The explanation stops with half high letters, but guess it is about mobiles. No button in sight, hovering or otherwise. This is from a small screen

Re: [tw] [TW5] A list of transclusion targets

2018-01-26 Thread TonyM
Arkady, Yes, Correct, I was trying to make sense of your request. I imagine a search using regex and the prefix {{ and Suffix }} will find your list, however there are limits in tiddlywiki. I do not yet know regex in detail. Perhaps export the selected tiddlers to a json file, open the json

[tw] Re: Distinguishing date (years): BC/AD (in visjs timeline and elsewhere)

2018-01-26 Thread coda coder
This is, at core, a javascript problem. You may wish to read the following links to decide best how to proceed: http://dclure.org/logs/parsing-bc-dates-with-javascript/ https://stackoverflow.com/questions/25846123/how-to-format-bc-dates-like-700-01-01 So, there are solutions, but I don't know

[tw] Noteself on TiddlySpot? @Danielo

2018-01-26 Thread Danielo Rodríguez
Hello Mat >From Noteself point of view this does not make much sense. Noteself is >designed as an application for working offline on your browser with support >for an specific kind of backend for server side storage. Any scenario out of >that one is not officially supported and I didn't take it

[tw] Re: Newbie: 2nd Post: How to write in a Tiddly the address to a file on my computer so that clicking the link opens the file

2018-01-26 Thread 'Mark S.' via TiddlyWiki
In order to launch the file, you need to tell your Firefox browser what you want to do with the Exel (or PDF) format. You do that in options/settings/applications. Find the listing for PDF and change the action so that it opens with your local PDF reader. Same for Microsoft Exel. Inside of TW,

[tw] Presenting the Presenter

2018-01-26 Thread Jan
Hello, I made a new button to save Tiddlywiki in the Presentation-Mode I developped for turning Tiddlers into a slideshow. I does not look like a TW but switches back into one when you quit the presentation. I would be happy to get some feedback for the concept demonstrated and described in

[tw] Re: Newbie: 2nd Post: How to write in a Tiddly the address to a file on my computer so that clicking the link opens the file

2018-01-26 Thread Furicle
Missed in last reply - Take a look at https://tiddlywiki.com/#Linking%20in%20WikiText -- 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] Line numbers for Tiddler body/editor?

2018-01-26 Thread j3d1H
Can I get line numbers for my Tiddler editor and body, but nowhere else? Not in the sidebar tabs, or title, or anything - just the Tiddler editor and body? (I've looked, without success.) Any help is appreciated! -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: Image storage suggestions

2018-01-26 Thread 'Mark S.' via TiddlyWiki
Did you test that you can open the image file by itself (not in TW) inside of chrome? Is the image file in the same directory as the TW file? -- Mark On Friday, January 26, 2018 at 7:10:04 PM UTC-8, David Allen wrote: > > I've done this two ways now and neither worked. > > The first is using

Re: [tw] [TW5] A list of transclusion targets

2018-01-26 Thread Arkady Grudzinsky
Thomas, Tony, Great ideas. Thanks. That will work. Don't you think, there should be a filter operator for this? Perhaps, the missing transcluded tiddlers should even be included in the [all[missing]] filter results. On Fri, Jan 26, 2018 at 3:26 PM, Thomas Elmiger

[tw] Re: store.php isn't saving over LAN after ISP change

2018-01-26 Thread Ivan Aparicio
Mark, That worked! I added a line in /etc/hosts as below: I can now access my TW by using the server public IP at home and save it with no problems. Thanks! On Friday, January 26, 2018 at 4:46:14 PM UTC, Mark S. wrote: > > Yes, that is the idea. > > On Friday, January 26, 2018 at 8:38:29

[tw] Re: Saving behaviour of a wiki on Tiddlyspot?

2018-01-26 Thread Birthe C
Hi Surya, The strange time is confusing when we have to restore backups from tiddlyspot. The host is in another time zone. Earlier today i looked at your wiki, if it is *that* wiki, at that time there were lots of tiddlers from your hard work yesterday. Now if I had not closed the tab with

Re: [tw] Re: Image storage suggestions

2018-01-26 Thread David Allen
I've done this two ways now and neither worked. The first is using an tag, as follows: The second is with a tiddler, whose content type is set to jpg, with a _canonical_uri field with the following: "blah.jpg" In both instances, I can retrieve the file on my windows computer, but not on

[tw] Re: Saving behaviour of a wiki on Tiddlyspot?

2018-01-26 Thread Birthe C
Hi Surya, Have you tried to go to tiddlyspot backup. Your url/backup, to see if anything more recent was saved before the "accident". No one is able to change anything in your wiki, they cannot save it. That is if the person does not have your password. If another person used your computer and

[tw] Re: Saving behaviour of a wiki on Tiddlyspot?

2018-01-26 Thread 'Surya' via TiddlyWiki
Ahhh okay. -- 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

[tw] Re: Saving behaviour of a wiki on Tiddlyspot?

2018-01-26 Thread 'Surya' via TiddlyWiki
Hey Birthe :-) A great, I found the "lost" changes from yesterday (but strange- the backup-index shows me a totally wrong time- I saved the wiki yesterday at about 03:00. The shown time is 17:00). THANKYOU!!! If another person used your computer and browser it might remember your >

[tw] Re: [TiddlyTouch] 0.1.0 beta Release

2018-01-26 Thread BurningTreeC
> > Hello community people, > > on the plugin page http://tiddlytouch.tiddlyspot.com I've put two new > functions I'd like to discuss > > 1) the sidebar button in the leftbar activates filtering of tiddlers in > the story river by entering a search expression in the sidebar searchfield, >