[tw] Re: How open new window directly when loading TW?

2017-04-04 Thread Douglas Counts
Looks like I was wrong as Chrome must track clicks somehow because when I placed the window.open() code inside a DOMContentLoaded event listener it didn't work. Also when using setTimer() to click a link, chrome said "popup blocked", so that didn't work either. Your manual mouse click must be

[tw] Re: How open new window directly when loading TW?

2017-04-04 Thread Douglas Counts
Oh, I thought that I might add that is how those annoying "Your computer is infected" malware advertisements work where they pop up regardless of your browser's settings. -Doug On Wednesday, April 5, 2017 at 12:25:37 AM UTC-5, Douglas Counts wrote: > > You can use `window.open()` to open a new

[tw] Re: How open new window directly when loading TW?

2017-04-04 Thread Douglas Counts
You can use `window.open()` to open a new window, control its appearance, turn off things like toolbars, or do just about anything else you would like to do. The trick is to *change* the window in some way such as removing the status bar, setting a width, etc. Those can't be opened in a tab, t

Re: [tw] Presenting: Publish - a blog tool for TiddlySpot

2017-04-04 Thread Jan
Hey Mat, what a great Idea, it is just what I need right now! I will try it out immediately. Thx Jan Am 05.04.2017 um 00:23 schrieb Mat: The TWaddler proudly presents... the Publish plugin The *Publish *plugin lets you use a common TiddlySpot as a private au

[tw] Re: Presenting: Publish - a blog tool for TiddlySpot

2017-04-04 Thread Jed Carty
This is a great idea! I will add this to my way too long a list of things to find interesting uses for. -- 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

[tw] Presenting: Publish - a blog tool for TiddlySpot

2017-04-04 Thread Mat
The TWaddler proudly presents... the Publish plugin The *Publish *plugin lets you use a common TiddlySpot as a private authoring place... but when you save, it *also *saves to a second TiddlySpot, the *public* one. And there is a custom filter that prevents e.

Re: [tw] How open new window directly when loading TW?

2017-04-04 Thread Mat
Ok, thanks for reply Jeremy. I will have to manually click a button Life's brutal... .😭 <:-) -- 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+unsubs

Re: [tw] How open new window directly when loading TW?

2017-04-04 Thread Jeremy Ruston
Hi Mat Not wishing to discourage you, but browsers have invested 20 years of effort into stopping web pages from being able to open popup windows without user interaction. I don’t think you’ll succeed without a browser extension of some sort. (The current open-in-new-window code only works in

[tw] How open new window directly when loading TW?

2017-04-04 Thread Mat
I want an additional separate browser window to open when I surf to my TW, i.e the same result as when clicking the tiddler toolbar button "Open in new window". The hope is to make my plugin TW Admin so that one can surf directly to http://.../#tw-admin and hav

Re: [tw] Re: setup correct saving of changes?

2017-04-04 Thread sa-w w
ok, it seems that in its original form it will work well but when running plugins(some of it) it will say big nono. :( Den tisdag 4 april 2017 kl. 20:03:12 UTC+2 skrev sa-w w: > > I did successifully run the same setup and files in a local windows server > but theres a change in the response >

Re: [tw] Re: Question about tags and list filters

2017-04-04 Thread John Freiberger
Hi, I just tried the code suggestion and it worked!! Thanks!! John Freiberger On Apr 3, 2017 9:02 PM, "Jed Carty" wrote: > {{!!tags}} displays the content of the field, not the separate tags. To do > that this should work: > > <$list filter='[is[current]tags[]]'> > <> > > > > > -- > You recei

[tw] Re: Noteself Error (for Danielo)

2017-04-04 Thread Alfonso Arciniega
Gracias, Danielo, Creating users and allowing them one by one is one is not what I had in mind. I was thinking more of an Internet link/url where anybody could just point their browser without logging in. Good stuff though. Cheers, Alfonso -- You received this message because you are subscri

Re: [tw] Re: setup correct saving of changes?

2017-04-04 Thread sa-w w
I did successifully run the same setup and files in a local windows server but theres a change in the response my apache access log. *my.ip.adress - - [04/Apr/2017:19:56:24 +0200] "POST /store.php HTTP/1.1" 200 124 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)

Re: [tw] Re: setup correct saving of changes?

2017-04-04 Thread 'Mark S.' via TiddlyWiki
I might not be understanding your output correctly, but it looks like you've told the config that the php save code is at http://19.website.com/store.php when it is actually at http://19.website.com/store/store.php . On Tuesday, April 4, 2017 at 10:32:23 AM

[tw] Interesting TW ... from ... {{DesignWriteStudio}}

2017-04-04 Thread @TiddlyTweeter
I have been following {{DesignWriteStudio}} with interest ... Sometimes SunyPoly students come up with amazing things ... I thought for someone starting out with TW this by Veronique was awesome ... World Landmarks

Re: [tw] Re: setup correct saving of changes?

2017-04-04 Thread sa-w w
im not sure what you mean with matches the setup *index.html ->configwheel->saving tab* Wiki Name: username1 Password: password1 Server URL: http://19.website.com/store.php Upload Filename: index.html Upload Directory: store/ Backup Directory: backup/ root@ml350:/home/one9# ls -lR public_html publ

[tw] [noteself] Export Tiddlers only produces json - html export does not work

2017-04-04 Thread 'christof buerger' via TiddlyWiki
Hello dear people, I am using noteself and love it. Can anybody help in this aspect: using the export function and then selecting other formats than json creates always json. html export does not work :( that a pitty. Appreciate any hint. Thank you and best regards Christof -- You received th

[tw] Re: How to edit body of New Journal Tiddler template

2017-04-04 Thread Roving Richard
Thanks Mark. PR submitted . On Tuesday, April 4, 2017 at 10:54:02 AM UTC-4, Mark S. wrote: > > If you replaced the contents of $:/core/ui/Buttons/new-journal > > with > > \define journalButton() > <$button tooltip={{$:/language/Buttons/NewJourna

Re: [tw] Re: setup correct saving of changes?

2017-04-04 Thread Xavier Cazin
Hi ​ ​ sa-w w Before checking the permissions, my first move would be to check whether the config on your wiki actually matches the setup on your filesystem. Could you show us a screenshot of the "Tiddlyspot​ Server" tab under the Saving Tab in the Control Panel ? and then the result of "ls -lR" c

[tw] Re: TiddlySpot Wiki, Local Backups

2017-04-04 Thread PMario
Hi Kevin, If you open your TW from tiddlyspot, -> edit -> save back ... You'd need to modify the Save button, in a way, that it also downloads a TW at the same time. I'd configure FireFox, or any other browser, that it should "always ask" if a new file is downloaded. ... So you can control the

Re: [tw] Re: setup correct saving of changes?

2017-04-04 Thread sa-w w
Terminal tells me this: stat -c "%a %n" index.html *777 index.html* stat -c "%a %n" store.php *777 store.php* stat -c "%a %n" store *777 store* stat -c "%a %n" backup *755 backup* not sure where i can look now, i started to wonder if the tiddlywiki-post to php is returned empty. suggestion? :

[tw] TiddlySpot Wiki, Local Backups

2017-04-04 Thread Kevin Kleinfelter
I'd like to run a TW5 on TiddlySpot, with backups to the local disk, with auto-save enabled. Motivation: I need to share the TW between my work and my personal laptop, and TiddlySpot enables that. I'd like an up-to-the-minute backup on a machine I control, and local disk backup enables that.

[tw] Re: [TW5] Get value of state tiddler field

2017-04-04 Thread Tristan Kohl
Hey guys, thanks for your input on this. @Mat: unfortunately your solution does not work, or I do not get where to put it^^ @Mark: Well I get where you going, but I do not understand where to put the $(incvalue)$ reference. My code looks like this at the moment: <$button>New Hive > <$set

[tw] Re: How to edit body of New Journal Tiddler template

2017-04-04 Thread 'Mark S.' via TiddlyWiki
If you replaced the contents of $:/core/ui/Buttons/new-journal with \define journalButton() <$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$: /language/Buttons/NewJournal/Caption}} class=<>> <$action-sendmessage $message="tm-new-tiddler" title=<> tags="$(journalTags)$" text

[tw] Re: [TW5] Get value of state tiddler field

2017-04-04 Thread 'Mark S.' via TiddlyWiki
I've never had any luck passing a <> with parameters to a widget. What I would do is use another <$set> widget before the existing set that would provide the increment value. For instance something like "incvalue" Then inside of <> refer to it as $(incvalue)$. It might look like ... <$button>N

[tw] Re: [TW5] Get value of state tiddler field

2017-04-04 Thread Mat
Hi Tristan I'm probably misunderstanding something because you are clearly working with more advanced stuff than my answer here... but is this what you're missing: {{statetiddler}} or possibly {{statetiddler!!somefield}} <:-) -- You received this message because you are subscribed to the Goo

[tw] Re: [TW5] Sorting Ascending and Descending

2017-04-04 Thread 'Stephen Kimmel' via TiddlyWiki
Nudge nudge. > now my head hurts and I am going to go lie down. I need to remember to add > this to my tables macros sometime. > I would very much like to see you make this modification. And for what it is worth, I use your table macros routine all the time. -- You received this message bec

[tw] Re: IndieWeb and TW

2017-04-04 Thread Tristan Kohl
Hi Jed, sorry for my late reply, I did not get the notification somehow. On Wednesday, 1. March 2017 12:53:50 UTC+1 Jed Carty wrote: > > [...] if you can't curl it it isn't online' [...] > Yes you are right and they did not change it but if I generate a static site from my TW they can curl it -

[tw] [TW5] Get value of state tiddler field

2017-04-04 Thread Tristan Kohl
Hey guys, it is me again. Still working on my website and coming up with another problem. I still can not completely wrap my head around how to achieve some simple - at least I think they are - things. I am writing a plugin for my site to track my beekeeping and therefore made a button which "c