[tw] Re: a useful plugin

2017-11-28 Thread Sander Datema
Not exactly that, but this plugin allows you to double click a tiddler and 
edit it: https://danielorodriguez.com/TW5-2click2edit/

Op dinsdag 28 november 2017 16:14:18 UTC+1 schreef tobaisch:
>
> Is there a plugin for following idea?
> Double click at a tiddler in the sidebar opens the tiddler in edith mode.
> Maybe ctrl+click would be also a good variant?
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/068481f8-53a5-4ca9-b664-19715be68f23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: reply to calendar plugin not working

2017-11-28 Thread BJ
the solution to passing in parameters to macros is to use the macocall 
widget

<$macrocall $name="diary" year={{!!title}}/>

I am quite busy at the moment so it will be some time until I can add extra 
features.



On Wednesday, November 29, 2017 at 1:12:31 AM UTC+1, TonyM wrote:
>
> BJ,
>
> I have come across another problem you may be able to help with.
>
> I am unable to pass a variable into the <> macro, where 
> say ((!!title)) is a year, or even a year-month,
>
> I want to create an ability for the user to enter a year and create a year 
> tiddler, from there they can create an entry for any day in that year. This 
> will also allow them to tag other tiddlers with a particular year.
>
> The Background is my Father needs to enter historical records from his 
> diary. But it will take time, so creating a year tiddler and view as he 
> progresses makes sense. 
>
> In addition I am going to use the timeline (
> http://kixam.github.io/TW5-visjsTimeline/) to allow selective addition of 
> journal entries to the time line, or tiddlers without date names that 
> specify a time period.
>
> If you were interested in new features do consider;
>
>- Clickable year and Month links in calander
>   - which open/create a tiddler  tagged year, or -0MM tagged 
>   Month, or even a week tiddler
>- Previous and Next year or month (in Diary) 
>- A Three month display with the selected month in the middle (A 
>Quarter tiddler Q1 Q2 etc)
>
>
> Thanks in Advance
>
>
>
> On Monday, 20 November 2017 00:04:56 UTC+11, BJ wrote:
>>
>>
>>
>> Your  ExtendableCalendar
>> Seems to need a little update as well. Creating a new day journal from 
>> the Diary Year view is giving  
>> Internal JavaScript Error
>> In the 5.1.14 version.
>>
>>
>>
>> I am not seeing problems, what system/browser are you using?
>>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0890497a-ea3a-424f-8152-6dda310f31ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Documentation Proposal (Improved Examples)

2017-11-28 Thread Riz
If someone could also extend the dev docs,  that would be wonderful too. As it 
is now,  it gives a broad outline of practices in TW. Beyond that we are 
expected to understand the use cases and best practices by looking at the core 
tiddlers. I think if we manage a couple of more stepping stones,  the 
relatively new ones to programming might build something useful to themselves 
and community. 

Oh,  also a suggestion to add a separate tab in the community tiddlers edition 
for plugins alone,  preferably in a table format giving link,  author, and a 
one line description. 

One other thing I strongly feel should be done is re-ordering the topics on the 
tiddlywiki.com sidebar. I guess some logic has gone into organising it like 
that, however I fail to grasp it. Under the topic "Learning",  we have topics 
like "Creating substories" coming before far more basic things like "How to add 
a new tab to the sidebar". You would think that "editing with emacs" and 
"editing with vim" will be close to each other, but nope. And to cap it all,  
the first step - "Creating and editing tiddlers" comes way down -somewhere in 
the middle. 

I understand the possible counter-argument to this is that TW5 is a hypertext 
based wiki and table of contents is not the main method of organization. 
However, to someone new to wiki,  it is a confusing quagmire. It was to me 
while I started, and my learning process has been extremely inefficient and 
time consuming. I have a feeling that I am not alone in such a situation. 

Last but not least,  little less dull colors,  please. 

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bc578ade-cb15-46c8-be45-85e3185a1c33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-28 Thread TonyM
Tob,

So you have one 3000 word tiddler, and 100 other tiddlers that are named 
according to words found in the 3000 word tiddler?

If so how were the 100 tiddlers created?

If you want to change every occurrence of 100 different words in the 3000 
word tiddler to links, following those links may be easy but returning will 
only bring you to the 3000 word tiddler, not its place in it.

Please clarify/confirm above.

If faced with the same issue (as I understand it)  I would look at creating 
a macro in NotePad++ to search for each item in the 100 word list (with 
matching tiddlers) and replace it eg "searchword or phrase" and replace 
with "[[searchword or phrase]]"  and since the tiddler "searchword or 
phrase" exists each will be come a link when pasted back into the 3000 word 
tiddler.

But I imagine you could find a way to list every word in the 3000 word 
tiddler, and testing if a tiddler of that name exists, if not pass the word 
through, if it does include [[ ]] in the output (but the tiddlers must not 
have spaces in there title).

 Just a brain dump

Tony

On Wednesday, 29 November 2017 13:46:41 UTC+11, tobaisch wrote:
>
> Thanks Tony,
> I understand your intention very well.
> That's all clear to me, really.
> Thanks for the many tips and hints.
> But you have not explained this one special case.
> e.g. 
> I have 100 Tiddlers and a text copied with 3000 words.
> How can I find the words that match to the titles of the tiddlers and link 
> them?
> If you write new text, it may all work very well, but it is difficult if 
> you copied an already finished text.
> e.g. when you like to switch from MS-Word to Tiddler.
> i have a lot of text and like to switch comfortable and effective.
>
> a colored marking of the potential words would also be a possibility.
> then you could even think about whether it is worthwhile to link.
> one click and a long text is parsed for matching words and marked. 
> does it sound practical or?
>
> regards
> tob
>
>>
>>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cf604a3f-569e-42a3-8219-23b548501c2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Creating tiddlers outside of TW5

2017-11-28 Thread Paul Hemans
Thanks Tony it does look a little deep from my perspective. What I need to
do is hopely fairly simple. Maybe a little later ...

On Wed, Nov 29, 2017 at 8:25 AM, TonyM  wrote:

> Paul,
>
> Checkout the discussion https://groups.google.com/forum/#!searchin/
> tiddlywiki/multiuser%7Csort:date/tiddlywiki/BJ5I2CqX_Ho/SIQ0zs7bBgAJ
> which is a development process to build features in this area, Warning it
> is a bit of a rabbit hole.
>
> Needs NodeJS server.
>
> Regards
> Tony
>
> On Wednesday, 29 November 2017 01:56:31 UTC+11, Paul Hemans wrote:
>>
>> That's ok about the docs, I understand. I think the suggestion about
>> using devtools is a really good one that should be enough to get me going.
>>
>> On Tue, Nov 28, 2017 at 10:34 PM, Jeremy Ruston 
>> wrote:
>>
>>> Hi Paul
>>>
>>> Hi Jeremy, where can I find the docs on the HTTP API?
>>>
>>>
>>> Embarrassingly, there’s no decent documentation. The API is a subset of
>>> the TiddlyWeb API, which is documented here:
>>>
>>> https://tank.peermore.com/tanks/tiddlyweb/HTTP%20API
>>>
>>> Sadly, the best way to see the routes that are actually implemented is
>>> to look at the source:
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/blob/master/core/mo
>>> dules/commands/server.js#L158-L279
>>>
>>> Or, you can use browser developer tools to observe network traffic as
>>> you interactively create and delete tiddlers.
>>>
>>> Best wishes
>>>
>>> Jeremy.
>>>
>>>
>>>
>>> On Tue, Nov 28, 2017 at 9:52 PM, Paul Hemans 
>>> wrote:
>>>
 Thanks I'll check it out.

 On Tue, Nov 28, 2017 at 9:12 PM, Jeremy Ruston  w
 rote:

> Hi Paul
>
> Very much a noob, but this is a smashing project.
>
>
> Thanks!
>
> I am running tiddlywiki with the server option. I would like to create
> tiddlers through an external process and then display them in the browser.
> That has been successful.
>
> Now I need the page to refresh in the browser to pick up the new
> tiddlers. Is there a way to do this where TW could monitor the directory
> for changes? Otherwise I could force it to restart on every change but 
> that
> seems a little draconian and could cause problems for anyone interacting
> with the UI.
>
>
> It sounds like you are creating your tiddlers by writing directly to
> the file system. As you've discovered, TiddlyWiki won't pick up the 
> changes.
>
> A better approach is to use the HTTP API to write your tiddlers (eg
> with curl or wget). Then they will be automatically saved to the filing
> system and propagated to all connected browsers.
>
> By default, the browsers only fetch updates from the server every 60
> seconds. Users can fetch updates immediately in the "Server” tab of 
> control
> panel.
>
> Best wishes
>
> Jeremy
>
>
>
> Thanks.
>
> --
> 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+...@googlegroups.com.
> To post to this group, send email to tiddl...@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.co
> m/d/msgid/tiddlywiki/67c19980-1c87-42cf-a72c-66aa1ec38563%
> 40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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.co
> m/d/topic/tiddlywiki/_LQ4g5NFn1Y/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+...@googlegroups.com.
> To post to this group, send email to tiddl...@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.co
> m/d/msgid/tiddlywiki/D24A4D52-AAAF-4BC2-A9E1-864B2CA01081%40gmail.com
> 
> .
>
> 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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit https://groups.google.co
>>> m/

[tw] Re: Auto Tiddler Tag Linking.

2017-11-28 Thread tobaisch
Thanks Tony,
I understand your intention very well.
That's all clear to me, really.
Thanks for the many tips and hints.
But you have not explained this one special case.
e.g. 
I have 100 Tiddlers and a text copied with 3000 words.
How can I find the words that match to the titles of the tiddlers and link 
them?
If you write new text, it may all work very well, but it is difficult if 
you copied an already finished text.
e.g. when you like to switch from MS-Word to Tiddler.
i have a lot of text and like to switch comfortable and effective.

regards
tob

>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/97354ddb-eeb7-4398-9c83-6b4a63ba771f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Can node.js be portable with no internet connection

2017-11-28 Thread Raymond McDowell
Thanks for the directions. I note the instruction 

*"If you want it on the USB stick, download the binary (which is a zip). 
Hang onto it for now, we'll use it soon." *You didn't say how we should use 
it. Did I miss something?


On Wednesday, October 25, 2017 at 7:36:10 PM UTC+8, Arlen Beiler wrote:
>
> I recommend using TiddlyServer (https://github.com/Arlen22/TiddlyServer). 
> It works the same as NodeJS, but allows you to edit more than one wiki and 
> lets you serve static files. It's very simple to use once you understand 
> it, but I'm not sure if my explanations of the installation instructions 
> are that simple yet :) Since I'm the one that made it, I have the entire 
> thing stored it my head and can give you detailed answers with a little 
> digging, but to give simple answers is where I struggle :)
>
> First, you either need Node installed on each computer or copied onto the 
> USB stick. If all your computers are Windows computers, then that's all you 
> need. 
>
> You can download Node from https://nodejs.org/en/download/
>
>- If you want it installed on each computer, download the installer 
>and do so. This is the easiest way to go if all the computers are your 
> own. 
>- If you want it on the USB stick, download the binary (which is a 
>zip). Hang onto it for now, we'll use it soon.
>
> Download TiddlyServer-2.0.8-bundled.zip from 
> https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.8
>
> Extract the folder it contains to wherever you want it. On Windows, you 
> can just open the zip file and drag the folder inside it over to the USB 
> drive. 
>
> Download example-settings-simple.json from 
> https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.8 and place it 
> in the folder. Rename it to settings.json
>
> Create a folder next to the folder you just extracted and call it data. 
> This is the folder your settings.json file points to. If you are 
> comfortable with editing JSON, you can easily change the folder path or add 
> more folders. The readme contains a detailed explanation of the 
> settings.json file at 
> https://github.com/Arlen22/TiddlyServer/tree/2.0.8#settingsjson
>
> The two main reasons people like TiddlyServer over TiddlyWiki on NodeJS is 
> that you can edit multiple TiddlyWiki data folders at once, and you can 
> serve static files along side them. It is not possible to serve static 
> files using TiddlyWiki on NodeJS.
>
> Hope that helps. If someone else wants to suggest something as well, feel 
> free to. 
> Arlen
>
> On Wed, Oct 25, 2017 at 5:27 AM, Raymond McDowell  > wrote:
>
>> Thanks for the information. Now can you advise how to do this. I need to 
>> set up a dedicated folder for it that can run from a thumb drive and be 
>> accessed from multiple pcs and android devices.  Thanks.
>>
>> -- 
>> 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+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/970792eb-2131-46b6-bc57-7857bdaa3e4a%40googlegroups.com
>>  
>> 
>> .
>> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/826a7aa3-d5ee-4bd9-9776-2b47225b2b83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Bug report: Creating New Journal Tiddler deletes existing Journal Tiddler

2017-11-28 Thread Michael Wiktowy
Yes, it was fixed. Just tested it with the standard 5.1.15 tiddlywiki.
Thank you.

/Mike

On Tue, Nov 28, 2017 at 6:23 PM, Jeremy Ruston 
wrote:

> I think the problem in the original post is fixed in 5.1.15.
>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
> jer...@jermolene.com
> https://jermolene.com
>
> On 28 Nov 2017, at 21:15, Alexander Smit 
> wrote:
>
> I'm not on Github.. I just figured the "New journal here"-button actually
> does opens a journal tiddler allready created with a same date. However, in
> that case it doesn't add the label of the 2nd tiddles it is opened from.
> neither it autosaves on confirming.
>
> On Tuesday, 10 October 2017 17:15:17 UTC+2, Rob Hoelz wrote:
>>
>> It's already reported: https://github.com/Jermolene/T
>> iddlyWiki5/issues/2845
>>
>> Until a fix is released, you could just fix your $:/
>> core/ui/PageControls/new-journal.tid
>> 
>>
>> -Rob
>>
>> On Tuesday, October 10, 2017 at 10:10:37 AM UTC-5, Mat wrote:
>>>
>>> Confirmed!
>>> Definitely a bug.
>>> Could you post this on github?
>>>
>>> <:-)
>>>
>>>
>>> On Tuesday, October 10, 2017 at 4:58:43 PM UTC+2, Michael Wiktowy wrote:

 Greetings all,

 Description:
 There is an issue using the "Create a new journal tiddler" button when
 there is an existing one of the same name. Rather then use one of the
 existing name collision mechanisms (opening existing tiddler for editing,
 appending an incremental index on to the tiddler name or putting a warning
 banner that an existing tiddler exists with the same name), a new empty
 tiddler is opened with the same name and if it is saved instead of
 cancelled, the old existing journal is overwritten without warning.

 Method to reproduce:
 1) Create a journal entry.
 2) Within the same time increment that would create another journal
 entry of the same name (different depending on the "Title of new journal
 tiddlers" format in settings), create a new one using the "Create a new
 Journal Tiddler" button.
 3) Save newly created tiddler.
 4) Previous journal tiddler gets deleted without warning

 Expected Results:
 Step 2) should load the existing tiddler to edit , or
 Step 3) should give a warning that an existing tiddler of the same name
 exists either in the editing toolbar or an "Are you sure?"-type popup on
 saving.

 Thanks,
 /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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/6f85dec2-3cea-42f3-970a-c10c27a1453d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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/3zBqF4MA9WU/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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/15115D36-27FD-49BB-9E22-7B84249B6D2D%40gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Michael Wiktowy mwikt...@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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAkycaVMRDkvbWVYBtsnNvBnsv4517FGwHS8A9o530M_jAYN7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Hard Linebreaks not appearing with some text formatting

2017-11-28 Thread TonyM
As Suggested, I did the Homework for you.

Try this - wrap in a  tag, not tiddler links still work

 
Text in a pre element
is displayed in a fixed-width
font, and it preserves
both  spaces and [[HTML use in Tiddlers]]
line breaks
 

Regards
Tony

On Sunday, 26 November 2017 13:32:46 UTC+11, AndrewMc wrote:
>
> Hi All
>
> I need to have hard linebreaks appear in some of my text (a quoted part a 
> poem).
> I followed the instructions at 
> https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText and 
> successfully had the line breaks appear.
> However, as soon as I added italics or bold formatting to the entire block 
> of text, the line breaks disappeared.
>
> The following wikitext works:
> """
> This is a line
> and this is a new line
> while this is yet another line
> """
>
> This is a line
> and this is a new line
> while this is yet another line
> -
>
> However, adding italics or bold to the inside of the whole block removes 
> the line breaks:
> """
> //This is a line
> and this is a new line
> while this is yet another line//
> """
>
> """
> ''This is a line
> and this is a new line
> while this is yet another line''
> """
>
> *This is a line and this is a new line while this is yet another line*
>
>
> *This is a line and this is a new line while this is yet another line*
>
> Note that the italics (or bold) formatting doesn't have to surround the 
> whole block of text for the line breaks to be affected. If the formatted 
> text encompasses a line break, then that line break will not appear. 
> -
>
> If I put the formatting outside the hard line break block, then both the 
> formatting and the line breaks appear:
>
> //"""
> This is a line
> and this is a new line
> while this is yet another line
> """//
>
>
>
> *This is a lineand this is a new linewhile this is yet another line*
>
> Is this expected behaviour, or have I discovered a small bug in the 
> wikitext processing?
>
> Cheers
> Andrew Mc
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/be0d783f-4658-4c9d-ba00-f16bde6c63a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Bug report: Creating New Journal Tiddler deletes existing Journal Tiddler

2017-11-28 Thread Diego Mesa
Hey Tony,

You're right - the problem is my Custom New Research Journal Button. I cant 
track down whats wrong with it though attached are the two files I've 
modified, based on tobias' tutorial.

Any help with this would be greatly appreciated! 


On Tuesday, November 28, 2017 at 6:17:05 PM UTC-6, TonyM wrote:
>
> Try a fresh Wiki perhaps,
>
> I am not getting this behaviour on new Jounal, New Journal here or via the 
> below macro.
>
> Subsequent clicks open an existing tiddler for edit and retaining the 
> orginal content
>
> \define todayentry()
> <$button tooltip="Create or Open Today entry">
> {{$:/core/images/new-journal-button}}
> <$action-sendmessage $message="tm-new-tiddler" title=<> 
> tags="Journal">>" />
> \end
>
>
> Regards
> Tony
>
> On Wednesday, 29 November 2017 10:48:24 UTC+11, Diego Mesa wrote:
>>
>> Hm I might be missing something silly, but I'm on 5.1.15 but I still see 
>> this behavior. 
>>
>> On Tuesday, November 28, 2017 at 5:23:31 PM UTC-6, Jeremy Ruston wrote:
>>>
>>> I think the problem in the original post is fixed in 5.1.15.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>> --
>>> Jeremy Ruston
>>> jer...@jermolene.com
>>> https://jermolene.com
>>>
>>> On 28 Nov 2017, at 21:15, Alexander Smit  wrote:
>>>
>>> I'm not on Github.. I just figured the "New journal here"-button 
>>> actually does opens a journal tiddler allready created with a same date. 
>>> However, in that case it doesn't add the label of the 2nd tiddles it is 
>>> opened from. neither it autosaves on confirming.
>>>
>>> On Tuesday, 10 October 2017 17:15:17 UTC+2, Rob Hoelz wrote:

 It's already reported: 
 https://github.com/Jermolene/TiddlyWiki5/issues/2845

 Until a fix is released, you could just fix your $:/
 core/ui/PageControls/new-journal.tid 
 

 -Rob

 On Tuesday, October 10, 2017 at 10:10:37 AM UTC-5, Mat wrote:
>
> Confirmed!
> Definitely a bug.
> Could you post this on github?
>
> <:-)
>
>
> On Tuesday, October 10, 2017 at 4:58:43 PM UTC+2, Michael Wiktowy 
> wrote:
>>
>> Greetings all,
>>
>> Description:
>> There is an issue using the "Create a new journal tiddler" button 
>> when there is an existing one of the same name. Rather then use one of 
>> the 
>> existing name collision mechanisms (opening existing tiddler for 
>> editing, 
>> appending an incremental index on to the tiddler name or putting a 
>> warning 
>> banner that an existing tiddler exists with the same name), a new empty 
>> tiddler is opened with the same name and if it is saved instead of 
>> cancelled, the old existing journal is overwritten without warning.
>>
>> Method to reproduce:
>> 1) Create a journal entry.
>> 2) Within the same time increment that would create another journal 
>> entry of the same name (different depending on the "Title of new journal 
>> tiddlers" format in settings), create a new one using the "Create a new 
>> Journal Tiddler" button.
>> 3) Save newly created tiddler.
>> 4) Previous journal tiddler gets deleted without warning
>>
>> Expected Results:
>> Step 2) should load the existing tiddler to edit , or
>> Step 3) should give a warning that an existing tiddler of the same 
>> name exists either in the editing toolbar or an "Are you sure?"-type 
>> popup 
>> on saving.
>>
>> Thanks,
>> /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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/6f85dec2-3cea-42f3-970a-c10c27a1453d%40googlegroups.com
>>>  
>>> 
>>> .
>>> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/35679359-fc3d-4b0a-b66f-b72dfaa39245%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


$__core_ui_Buttons_new-research-journal.json
Description: application/json


$_

[tw] Re: Auto Tiddler Tag Linking.

2017-11-28 Thread TonyM
I understand, however when you say;

I dont like sticking [[brackets]] all over the place specially after i 
copyed long text.
I don't like using CamelCase-WikiWords too.


   - You are in someways ignoring the features available to you. Which I 
   may add, exist in many other markups like wikipedia. The thing is it is how 
   we define and  trigger wikilinks. In some ways how else will you indicate 
   the item deserves treatment as a link?
   - If you typed [[day]] not only would clicking it from anywhere create 
   (or open an existing) tiddler by that name, but using the info panel on 
   relevant tiddlers you can find everywhere it is mentioned.
   - Also using the excise tool in the editor you could type in a 
   definition decide to cut it out and create the day tiddler, which you can 
   either link to [[day]] or include the contents of day in your tiddler 
   {{day}}
   - Once your tiddler exists, in the editor you can use the link item to 
   search for and insert a link to any tiddler. 
   - I would then tag the day tiddler and others perhaps as glossary then 
   you could list in alphabetical order all definitions in glossary tiddlers.
   - If you needed to link with alternate caps just do this [[Day|day]]  If 
   you want to avoid CamelCase do this [[camel case]] or [[camel 
   case|CamelCase]]
   - If you have a lot of uses of a keyword where you want to link, use 
   search and replace to activate the links replace " day " with " [[day]] " 
   - If you look around you can even find tools to put such words as items 
   in your footer, or with popup definitions on hover.
   - Finally in many document writing standards it is the first use of the 
   word that includes the reference to its definition not subsequent uses.

Of course you can find all tiddlers containing day as follows

<>

Which will give you a list of tiddlers containing day, the opposite of what 
you are asking.

My point is as much as you don't like [[brackets]] they serve a serious and 
valuable service that is a key feature of a Wiki, and I think you will come 
to love them.

Regards
Tony


On Wednesday, 29 November 2017 10:15:23 UTC+11, tobaisch wrote:
>
> Oh thank you Tony,
> that sounds really good, but I'm an enduser and have no idea how to 
> somehow implement your code here. :)
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/11e38a48-dfa0-4baf-be80-97821c5f1fe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Bug report: Creating New Journal Tiddler deletes existing Journal Tiddler

2017-11-28 Thread TonyM
Try a fresh Wiki perhaps,

I am not getting this behaviour on new Jounal, New Journal here or via the 
below macro.

Subsequent clicks open an existing tiddler for edit and retaining the 
orginal content

\define todayentry()
<$button tooltip="Create or Open Today entry">
{{$:/core/images/new-journal-button}}
<$action-sendmessage $message="tm-new-tiddler" title=<> 
tags="Journal">>" />
\end


Regards
Tony

On Wednesday, 29 November 2017 10:48:24 UTC+11, Diego Mesa wrote:
>
> Hm I might be missing something silly, but I'm on 5.1.15 but I still see 
> this behavior. 
>
> On Tuesday, November 28, 2017 at 5:23:31 PM UTC-6, Jeremy Ruston wrote:
>>
>> I think the problem in the original post is fixed in 5.1.15.
>>
>> Best wishes
>>
>> Jeremy
>>
>> --
>> Jeremy Ruston
>> jer...@jermolene.com
>> https://jermolene.com
>>
>> On 28 Nov 2017, at 21:15, Alexander Smit  wrote:
>>
>> I'm not on Github.. I just figured the "New journal here"-button actually 
>> does opens a journal tiddler allready created with a same date. However, in 
>> that case it doesn't add the label of the 2nd tiddles it is opened from. 
>> neither it autosaves on confirming.
>>
>> On Tuesday, 10 October 2017 17:15:17 UTC+2, Rob Hoelz wrote:
>>>
>>> It's already reported: 
>>> https://github.com/Jermolene/TiddlyWiki5/issues/2845
>>>
>>> Until a fix is released, you could just fix your $:/
>>> core/ui/PageControls/new-journal.tid 
>>> 
>>>
>>> -Rob
>>>
>>> On Tuesday, October 10, 2017 at 10:10:37 AM UTC-5, Mat wrote:

 Confirmed!
 Definitely a bug.
 Could you post this on github?

 <:-)


 On Tuesday, October 10, 2017 at 4:58:43 PM UTC+2, Michael Wiktowy wrote:
>
> Greetings all,
>
> Description:
> There is an issue using the "Create a new journal tiddler" button when 
> there is an existing one of the same name. Rather then use one of the 
> existing name collision mechanisms (opening existing tiddler for editing, 
> appending an incremental index on to the tiddler name or putting a 
> warning 
> banner that an existing tiddler exists with the same name), a new empty 
> tiddler is opened with the same name and if it is saved instead of 
> cancelled, the old existing journal is overwritten without warning.
>
> Method to reproduce:
> 1) Create a journal entry.
> 2) Within the same time increment that would create another journal 
> entry of the same name (different depending on the "Title of new journal 
> tiddlers" format in settings), create a new one using the "Create a new 
> Journal Tiddler" button.
> 3) Save newly created tiddler.
> 4) Previous journal tiddler gets deleted without warning
>
> Expected Results:
> Step 2) should load the existing tiddler to edit , or
> Step 3) should give a warning that an existing tiddler of the same 
> name exists either in the editing toolbar or an "Are you sure?"-type 
> popup 
> on saving.
>
> Thanks,
> /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+...@googlegroups.com.
>> To post to this group, send email to tiddl...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/6f85dec2-3cea-42f3-970a-c10c27a1453d%40googlegroups.com
>>  
>> 
>> .
>> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/40a57eef-52fa-4f1e-b2f0-8f5cffe3f0e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: reply to calendar plugin not working

2017-11-28 Thread TonyM
BJ,

I have come across another problem you may be able to help with.

I am unable to pass a variable into the <> macro, where 
say ((!!title)) is a year, or even a year-month,

I want to create an ability for the user to enter a year and create a year 
tiddler, from there they can create an entry for any day in that year. This 
will also allow them to tag other tiddlers with a particular year.

The Background is my Father needs to enter historical records from his 
diary. But it will take time, so creating a year tiddler and view as he 
progresses makes sense. 

In addition I am going to use the timeline 
(http://kixam.github.io/TW5-visjsTimeline/) to allow selective addition of 
journal entries to the time line, or tiddlers without date names that 
specify a time period.

If you were interested in new features do consider;

   - Clickable year and Month links in calander
  - which open/create a tiddler  tagged year, or -0MM tagged 
  Month, or even a week tiddler
   - Previous and Next year or month (in Diary) 
   - A Three month display with the selected month in the middle (A Quarter 
   tiddler Q1 Q2 etc)


Thanks in Advance



On Monday, 20 November 2017 00:04:56 UTC+11, BJ wrote:
>
>
>
> Your  ExtendableCalendar
> Seems to need a little update as well. Creating a new day journal from the 
> Diary Year view is giving  
> Internal JavaScript Error
> In the 5.1.14 version.
>
>
>
> I am not seeing problems, what system/browser are you using?
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ff9372bf-8b79-4ad6-9698-01f3beb804a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-11-28 Thread Diego Mesa
Hey Mario,

I've been using this plugin very successfully so far, so thank you again! 

I have found myself recently trying to tag a tiddler with the alias of an 
existing tiddler. I don't see an easy way to enable this - I'm just 
wondering if you've thought at all about this, or if it's even possible. 

Thanks,
Diego

On Monday, November 6, 2017 at 5:40:50 PM UTC-6, Diego Mesa wrote:
>
> Hey all,
>
> I just wanted to provide a brief update here. As I have been trying to 
> learn more about tiddlywiki, I have been studying PMario's aka macro 
> bundle. I have made a "documentation" tiddler for this macro, with a 
> "breakdown" where I tried to explain the macro line by line to the best of 
> my ability right now, based on my current understanding. I also explained 
> how I added searching the alias field to the search results of my wiki. 
>
> Note: this tiddler wraps the breakdown in tobias' excellent appear widget: 
> `<$appear>... ` If you don't have that installed, you can just 
> remove that wrapper. 
>
> Thanks again to everyone who helped me with this!
>
> On Wednesday, October 25, 2017 at 11:55:38 AM UTC-5, Mark S. wrote:
>>
>> #2 Could also do it if there was a text 'equals' macro -- which I've 
>> submitted a PR for.
>>
>> Mark
>>
>> On Wednesday, October 25, 2017 at 9:48:31 AM UTC-7, Mark S. wrote:
>>>
>>> If we had the hypothetical "inlist" macro, this would be easy.
>>>
>>> Mark
>>>
>>> On Wednesday, October 25, 2017 at 9:40:18 AM UTC-7, Mark S. wrote:

 Never mind. I see now ;-)

>>>
>>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1f852ca3-9fa6-45c8-9d85-273b5d951064%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Bug report: Creating New Journal Tiddler deletes existing Journal Tiddler

2017-11-28 Thread Diego Mesa
Hm I might be missing something silly, but I'm on 5.1.15 but I still see 
this behavior. 

On Tuesday, November 28, 2017 at 5:23:31 PM UTC-6, Jeremy Ruston wrote:
>
> I think the problem in the original post is fixed in 5.1.15.
>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
> jer...@jermolene.com 
> https://jermolene.com
>
> On 28 Nov 2017, at 21:15, Alexander Smit  > wrote:
>
> I'm not on Github.. I just figured the "New journal here"-button actually 
> does opens a journal tiddler allready created with a same date. However, in 
> that case it doesn't add the label of the 2nd tiddles it is opened from. 
> neither it autosaves on confirming.
>
> On Tuesday, 10 October 2017 17:15:17 UTC+2, Rob Hoelz wrote:
>>
>> It's already reported: 
>> https://github.com/Jermolene/TiddlyWiki5/issues/2845
>>
>> Until a fix is released, you could just fix your $:/
>> core/ui/PageControls/new-journal.tid 
>> 
>>
>> -Rob
>>
>> On Tuesday, October 10, 2017 at 10:10:37 AM UTC-5, Mat wrote:
>>>
>>> Confirmed!
>>> Definitely a bug.
>>> Could you post this on github?
>>>
>>> <:-)
>>>
>>>
>>> On Tuesday, October 10, 2017 at 4:58:43 PM UTC+2, Michael Wiktowy wrote:

 Greetings all,

 Description:
 There is an issue using the "Create a new journal tiddler" button when 
 there is an existing one of the same name. Rather then use one of the 
 existing name collision mechanisms (opening existing tiddler for editing, 
 appending an incremental index on to the tiddler name or putting a warning 
 banner that an existing tiddler exists with the same name), a new empty 
 tiddler is opened with the same name and if it is saved instead of 
 cancelled, the old existing journal is overwritten without warning.

 Method to reproduce:
 1) Create a journal entry.
 2) Within the same time increment that would create another journal 
 entry of the same name (different depending on the "Title of new journal 
 tiddlers" format in settings), create a new one using the "Create a new 
 Journal Tiddler" button.
 3) Save newly created tiddler.
 4) Previous journal tiddler gets deleted without warning

 Expected Results:
 Step 2) should load the existing tiddler to edit , or
 Step 3) should give a warning that an existing tiddler of the same name 
 exists either in the editing toolbar or an "Are you sure?"-type popup on 
 saving.

 Thanks,
 /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+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/6f85dec2-3cea-42f3-970a-c10c27a1453d%40googlegroups.com
>  
> 
> .
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1768c3cf-9940-440e-a468-16fc3d13d2cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Bug report: Creating New Journal Tiddler deletes existing Journal Tiddler

2017-11-28 Thread Jeremy Ruston
I think the problem in the original post is fixed in 5.1.15.

Best wishes

Jeremy

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 28 Nov 2017, at 21:15, Alexander Smit  wrote:
> 
> I'm not on Github.. I just figured the "New journal here"-button actually 
> does opens a journal tiddler allready created with a same date. However, in 
> that case it doesn't add the label of the 2nd tiddles it is opened from. 
> neither it autosaves on confirming.
> 
>> On Tuesday, 10 October 2017 17:15:17 UTC+2, Rob Hoelz wrote:
>> It's already reported: https://github.com/Jermolene/TiddlyWiki5/issues/2845
>> 
>> Until a fix is released, you could just fix your 
>> $:/core/ui/PageControls/new-journal.tid
>> 
>> -Rob
>> 
>>> On Tuesday, October 10, 2017 at 10:10:37 AM UTC-5, Mat wrote:
>>> Confirmed!
>>> Definitely a bug.
>>> Could you post this on github?
>>> 
>>> <:-)
>>> 
>>> 
 On Tuesday, October 10, 2017 at 4:58:43 PM UTC+2, Michael Wiktowy wrote:
 Greetings all,
 
 Description:
 There is an issue using the "Create a new journal tiddler" button when 
 there is an existing one of the same name. Rather then use one of the 
 existing name collision mechanisms (opening existing tiddler for editing, 
 appending an incremental index on to the tiddler name or putting a warning 
 banner that an existing tiddler exists with the same name), a new empty 
 tiddler is opened with the same name and if it is saved instead of 
 cancelled, the old existing journal is overwritten without warning.
 
 Method to reproduce:
 1) Create a journal entry.
 2) Within the same time increment that would create another journal entry 
 of the same name (different depending on the "Title of new journal 
 tiddlers" format in settings), create a new one using the "Create a new 
 Journal Tiddler" button.
 3) Save newly created tiddler.
 4) Previous journal tiddler gets deleted without warning
 
 Expected Results:
 Step 2) should load the existing tiddler to edit , or
 Step 3) should give a warning that an existing tiddler of the same name 
 exists either in the editing toolbar or an "Are you sure?"-type popup on 
 saving.
 
 Thanks,
 /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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/6f85dec2-3cea-42f3-970a-c10c27a1453d%40googlegroups.com.
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/15115D36-27FD-49BB-9E22-7B84249B6D2D%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-28 Thread tobaisch
Oh thank you Tony,
that sounds really good, but I'm an enduser and have no idea how to somehow 
implement your code here. :)

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0844bfec-e8d3-4e47-948c-e0323401a1a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Documentation Proposal (Improved Examples)

2017-11-28 Thread TonyM
Folks,

I plan to start contributing to the TiddlyWiki documentation. I want to 
spell out what I am keen to add, so wanted to open it for discussion before 
hand.

Please keep this discussion focused on what I propose if possible.

As my Newbie status fades I am still finding the documentation falls short 
of my needs, I would like to add to the documentation with everyone's help 
the following;


   - Examples (need not include "Try It")
   - *Provide full examples with the full statement eg using list or 
   list-links to demonstrate a filter*
  - So it can be copy and pasted into someones wiki
   - *Provide examples with placeholders for the major forms of a command*
  - The alternatives where a command has distinct applications
  - Allowing copy, paste and edit.
   - *Provide examples where values are pulled from the current tiddler*
  - Too many examples only have static tiddler names or literal strings
  - When building reusable macros and solutions we need examples of how 
  to extract values from the current tiddlers title, fields and tags.
   

I believe such examples will support newbie and expert alike and act as a 
more practical reference. Of importance it will help people get over the 
syntax and references humps TW5 presents, and make it easier to learn by 
example.

If people smarter than me can bring together all the ways and standards for 
references and transclusion into a single reference tiddler as well would 
be helpful as currently the different forms are all over the place.

Are there any other critical pieces of info needed?

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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb814a97-f716-4692-92f9-53ae855468a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-28 Thread TonyM
Tobiasch,

Somewhat similar to your need, I did the following

I ham happy to have markup in my wikitext, so I created Question and answer 
CSS ".q and .a " which I uses like this

;.q This is the Question
:.a This is the answer if available

And you could use @@.q The Question @@ or a white list.

I then added the following to a tiddler tagged $:/tags/viewtemplate

<$list filter="[all[current]search[.q ]limit[1]]" variable=null>
@@.q Tiddler contains (
<$list filter="[all[current]search[.q ]]">
<$count filter="[all[current]search[.q ]]">+
) Question(s) @@
 <$list filter="[all[current]search[.a ]limit[1]]" variable=null>
@@.a Tiddler contains (
<$list filter="[all[current]search[.a ]]">
<$count filter="[all[current]search[.a ]]">+
) Answer(s)@@
 

This detects and notifies the user if Questions and answers are contained.

Perhaps you could use the search filter, and have the result be a link to 
the key word?

Its not a full answer, but a possible path to resolution.

Regards
Tony




On Tuesday, 28 November 2017 23:13:29 UTC+11, tobaisch wrote:
>
> or even a plugin that automatically link words they are in a whitelist.
> this one is maybe easier.
> for example:
> In my whitelist are two words: "nice" & "day"
> I have a lot of tiddlers and exactly two tiddlers with the title: "nice" & 
> "day".
> I write the following text in a new tiddler. Today is a nice day and that 
> is an example.
> After saving the new tiddler, only the words "nice" and "day" in this text 
> are automatically linked to this tiddlers *nice* and *day*.
> the word *nice *to the tiddler with the title nice and 
> the word *day *to the tiddler with the title day, of course separately. :)
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/530a5619-3f68-47cd-8ec2-24d5a8901bfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Where should I post issues I found with what kind of detailed information?

2017-11-28 Thread 'Mark S.' via TiddlyWiki
I think he means the pink banner "can you help improve this ..." you get if 
you download a full TW and go to edit an existing tiddler.

-- Mark

On Tuesday, November 28, 2017 at 1:28:45 PM UTC-8, TonyM wrote:
>
> You can replace a shadow with something else but not delete them,
>
> Try and Identify the plugin that produces it disable or delete, save and 
> or reload.
>
> The pink banner what is it saying?
>
> Tony
>
> On Wednesday, 29 November 2017 01:47:05 UTC+11, wegs@gmail.com wrote:
>>
>> I installed a lot of plugins with the German language and using 
>> Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 
>> Firefox/56.0 . 
>> I can't delete some Tiddlers (shadow ones; pink banner related) and can't 
>> select "delete" to delete Tiddlers as well because the buttons of the next 
>> Tiddler overlapping.
>>
>> Regards
>>
>>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a472d974-4794-4b1f-999e-8a345bf25c60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Where should I post issues I found with what kind of detailed information?

2017-11-28 Thread 'Mark S.' via TiddlyWiki
A screenshot might help.

-- Mark

On Tuesday, November 28, 2017 at 6:47:05 AM UTC-8, wegs@gmail.com wrote:
>
> I installed a lot of plugins with the German language and using 
> Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 
> Firefox/56.0 . 
> I can't delete some Tiddlers (shadow ones; pink banner related) and can't 
> select "delete" to delete Tiddlers as well because the buttons of the next 
> Tiddler overlapping.
>
> Regards
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/33ee6df5-b46d-4e88-a3dd-ff688ee5c4b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is an endless calendar for birthdays available?

2017-11-28 Thread TonyM
I do not recall seeing one of late, but in TiddlyWiki we would be more 
likely to use the features to redraw the calendar for every year and use 
reoccurring appointments.

I imagine you are interested in Printing / exporting it? Why not go ahead 
and build it yourself and learn about tables, perhaps use BJ's for 
inspiration http://bjtools.tiddlyspot.com/#ExtendableCalendar  

Regards
Tony

Regards
Tony


On Wednesday, 29 November 2017 01:42:29 UTC+11, wegs@gmail.com wrote:
>
>
> Hello,
> I am looking for an "endless calendar" without any year specific days of 
> the week etc. Does anyone know if there is such a thing?
>
> Thanks in advance
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/260eed47-e7b3-42a7-8238-0fc73191f408%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Where should I post issues I found with what kind of detailed information?

2017-11-28 Thread TonyM
You can replace a shadow with something else but not delete them,

Try and Identify the plugin that produces it disable or delete, save and or 
reload.

The pink banner what is it saying?

Tony

On Wednesday, 29 November 2017 01:47:05 UTC+11, wegs@gmail.com wrote:
>
> I installed a lot of plugins with the German language and using 
> Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 
> Firefox/56.0 . 
> I can't delete some Tiddlers (shadow ones; pink banner related) and can't 
> select "delete" to delete Tiddlers as well because the buttons of the next 
> Tiddler overlapping.
>
> Regards
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61b8b549-ba26-46cb-a1b0-c87365c7516a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Creating tiddlers outside of TW5

2017-11-28 Thread TonyM
Paul,

Checkout the 
discussion 
https://groups.google.com/forum/#!searchin/tiddlywiki/multiuser%7Csort:date/tiddlywiki/BJ5I2CqX_Ho/SIQ0zs7bBgAJ
 
which is a development process to build features in this area, Warning it 
is a bit of a rabbit hole.

Needs NodeJS server.

Regards
Tony

On Wednesday, 29 November 2017 01:56:31 UTC+11, Paul Hemans wrote:
>
> That's ok about the docs, I understand. I think the suggestion about using 
> devtools is a really good one that should be enough to get me going.
>
> On Tue, Nov 28, 2017 at 10:34 PM, Jeremy Ruston  > wrote:
>
>> Hi Paul
>>
>> Hi Jeremy, where can I find the docs on the HTTP API?
>>
>>
>> Embarrassingly, there’s no decent documentation. The API is a subset of 
>> the TiddlyWeb API, which is documented here:
>>
>> https://tank.peermore.com/tanks/tiddlyweb/HTTP%20API
>>
>> Sadly, the best way to see the routes that are actually implemented is to 
>> look at the source:
>>
>>
>> https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/commands/server.js#L158-L279
>>
>> Or, you can use browser developer tools to observe network traffic as you 
>> interactively create and delete tiddlers.
>>
>> Best wishes
>>
>> Jeremy.
>>
>>
>>
>> On Tue, Nov 28, 2017 at 9:52 PM, Paul Hemans > > wrote:
>>
>>> Thanks I'll check it out.
>>>
>>> On Tue, Nov 28, 2017 at 9:12 PM, Jeremy Ruston >> > wrote:
>>>
 Hi Paul

 Very much a noob, but this is a smashing project.


 Thanks!

 I am running tiddlywiki with the server option. I would like to create 
 tiddlers through an external process and then display them in the browser. 
 That has been successful. 

 Now I need the page to refresh in the browser to pick up the new 
 tiddlers. Is there a way to do this where TW could monitor the directory 
 for changes? Otherwise I could force it to restart on every change but 
 that 
 seems a little draconian and could cause problems for anyone interacting 
 with the UI.


 It sounds like you are creating your tiddlers by writing directly to 
 the file system. As you've discovered, TiddlyWiki won't pick up the 
 changes.

 A better approach is to use the HTTP API to write your tiddlers (eg 
 with curl or wget). Then they will be automatically saved to the filing 
 system and propagated to all connected browsers.

 By default, the browsers only fetch updates from the server every 60 
 seconds. Users can fetch updates immediately in the "Server” tab of 
 control 
 panel.

 Best wishes

 Jeremy



 Thanks.

 -- 
 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+...@googlegroups.com .
 To post to this group, send email to tiddl...@googlegroups.com 
 .
 Visit this group at https://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/67c19980-1c87-42cf-a72c-66aa1ec38563%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.


 -- 
 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/_LQ4g5NFn1Y/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 tiddlywiki+...@googlegroups.com .
 To post to this group, send email to tiddl...@googlegroups.com 
 .
 Visit this group at https://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/D24A4D52-AAAF-4BC2-A9E1-864B2CA01081%40gmail.com
  
 
 .

 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+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/CAKT3oPcaQJTot2Fra2fkdntfZJpF5mpieDmZVx1AD2eJTL8BPw%40mail.gmail.com
>>  
>> 
>> .
>> For more o

[tw] Re: How to Filter Using Range of Field Values ((less than, greater than)

2017-11-28 Thread TonyM
I know you are talking code snipits here, But I assume you are displaying 
the result eg; {{!!title}} and using <$/list> 

On Wednesday, 29 November 2017 07:21:26 UTC+11, Gabriel Perlmutter wrote:
>
> Nope
>
> On Tuesday, November 28, 2017 at 2:44:36 PM UTC-5, Jed Carty wrote:
>>
>> Does it work when you only have one?
>>
>> Does
>>
>> <$list filter="[lessthan:birth{!!year}tag[People]]">
>>
>> give you anything?
>>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/067a7891-351d-4476-88de-6f9e3373d00b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Bug report: Creating New Journal Tiddler deletes existing Journal Tiddler

2017-11-28 Thread Alexander Smit
I'm not on Github.. I just figured the "New journal here"-button actually 
does opens a journal tiddler allready created with a same date. However, in 
that case it doesn't add the label of the 2nd tiddles it is opened from. 
neither it autosaves on confirming.

On Tuesday, 10 October 2017 17:15:17 UTC+2, Rob Hoelz wrote:
>
> It's already reported: 
> https://github.com/Jermolene/TiddlyWiki5/issues/2845
>
> Until a fix is released, you could just fix your $:/
> core/ui/PageControls/new-journal.tid 
> 
>
> -Rob
>
> On Tuesday, October 10, 2017 at 10:10:37 AM UTC-5, Mat wrote:
>>
>> Confirmed!
>> Definitely a bug.
>> Could you post this on github?
>>
>> <:-)
>>
>>
>> On Tuesday, October 10, 2017 at 4:58:43 PM UTC+2, Michael Wiktowy wrote:
>>>
>>> Greetings all,
>>>
>>> Description:
>>> There is an issue using the "Create a new journal tiddler" button when 
>>> there is an existing one of the same name. Rather then use one of the 
>>> existing name collision mechanisms (opening existing tiddler for editing, 
>>> appending an incremental index on to the tiddler name or putting a warning 
>>> banner that an existing tiddler exists with the same name), a new empty 
>>> tiddler is opened with the same name and if it is saved instead of 
>>> cancelled, the old existing journal is overwritten without warning.
>>>
>>> Method to reproduce:
>>> 1) Create a journal entry.
>>> 2) Within the same time increment that would create another journal 
>>> entry of the same name (different depending on the "Title of new journal 
>>> tiddlers" format in settings), create a new one using the "Create a new 
>>> Journal Tiddler" button.
>>> 3) Save newly created tiddler.
>>> 4) Previous journal tiddler gets deleted without warning
>>>
>>> Expected Results:
>>> Step 2) should load the existing tiddler to edit , or
>>> Step 3) should give a warning that an existing tiddler of the same name 
>>> exists either in the editing toolbar or an "Are you sure?"-type popup on 
>>> saving.
>>>
>>> Thanks,
>>> /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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f85dec2-3cea-42f3-970a-c10c27a1453d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Top Toolbar Plugin Question

2017-11-28 Thread Diego Mesa
Hi Ton,

I just went ahead and installed your toolbar on top and layout adjustment 
plugins and I see the following (attached)

What could be the problem?

Thanks!



On Thursday, August 4, 2016 at 7:13:49 AM UTC-5, Ton Gerner wrote:
>
> Hi reakt...@gmail.com
>
> > Is there a way to toggle the toolbar on/off just like the way the 
> backstage used to work on TWC?
>
> With help of Birthe C I managed to create a button to enable/disable my 
> toolbar plugin.
> Have a look at 
> https://groups.google.com/d/msg/tiddlywiki/6vsmhfbj9Pc/pe2S7o_DCwAJ
>
> Cheers,
>
> Ton
>
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a31f3260-4be0-4291-a18a-86f2997710f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: NoteSelf the Evernote-like experience update

2017-11-28 Thread Diego Mesa
Hi Danielo,

Thanks for making and sharing this. I currently use a node installation of 
tw5 on my local machine, running out of a dropbox folder. I am most 
interested in adding the "revisions" feature to my tw5 installation. Do you 
have any information on that?

Thanks!
Diego

On Monday, July 17, 2017 at 6:33:33 AM UTC-5, Danielo Rodríguez wrote:
>
>
> Hello TonyM
>
> El viernes, 14 de julio de 2017, 6:15:26 (UTC+2), TonyM escribió:
>>
>> Thanks Danielo,
>>
>> I empathize with the difficulty of sharing technical knowledge when you 
>> are deeply involved with a technical solution.
>>
>
> Thank you :-)
>  
>
>>
>>
>> What you have said helps. As I understand it then, The conceptual leap I 
>> needed to make here is that the data remains inside the browser, 
>> but recorded on cache disk between sessions, across multiple sessions, 
>> so to access your changes you need to use the same browser, and 
>> presumably the same profile or user in that browser. 
>>
>
> That is an 100% accurate explanation
>  
>
>>
>> However you can externalize your data by connecting to a Data base 
>> external to the browser, be that hosted locally or on the internet.
>> I will call this an "Established" instance of the NoteSelf TiddlyWiki.
>>
>
> Cool name, and again, correct
>  
>
>>
>> Now, all that remains for me to wrap my head around is the online vs 
>> download method. 
>>
>> Presumably regardless of which you use, they both install "themselves" in 
>> the browser session where you open them,
>> This would then mean if you copied a local noteself file from one 
>> computer to another and thus/or open it in a different browser session, it 
>> would revert to a "fresh instance".
>>
>
> You got it!
>
>  
>
>>
>> Presumably If I edit and save the local noteself file (with added 
>> content) using tiddlyfox, then move the file, it will start with the 
>> added content + a fresh instance of changes going forward.
>>
>
> That is almost correct except for the tiddlyfox part. You should use the 
> download saver. Well, if you are using tiddlyfox it should work too, but I 
> never tried. Apart from that, the rest is absolutely correct.
>  
>
>>
>> In addition if connecting to an existing database the above "fresh 
>> instances" will in fact be "established instances" 
>>
>
> Not sure to understand the difference between fresh and established 
> instances, but all the rest you said was correct, so I will think this one 
> too.
>  
>
>>
>> Please tell me if I have got it right, and feel free to reuse my text to 
>> add to the documentation if required.
>>
>
> As I said, you are right in the 99% for your assumptions. I'll love to 
> find some time to integrate part of your explanation into the project. 
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5c80119a-4c05-4e0e-b5e5-040c66ee25f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to Filter Using Range of Field Values ((less than, greater than)

2017-11-28 Thread BJ
to debug you need some testing, if you type this

--{{!!year}}--
<$list filter="[lessthan:birth{!!year}tag[People]]">


does the {{!!year}} show the expected value?

On Tuesday, November 28, 2017 at 8:44:36 PM UTC+1, Jed Carty wrote:
>
> Does it work when you only have one?
>
> Does
>
> <$list filter="[lessthan:birth{!!year}tag[People]]">
>
> give you anything?
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9ca46da8-1256-4298-80b7-7a41ac3a7833%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to Filter Using Range of Field Values ((less than, greater than)

2017-11-28 Thread Gabriel Perlmutter
Nope

On Tuesday, November 28, 2017 at 2:44:36 PM UTC-5, Jed Carty wrote:
>
> Does it work when you only have one?
>
> Does
>
> <$list filter="[lessthan:birth{!!year}tag[People]]">
>
> give you anything?
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e6435c3b-ed8b-4e19-9117-25dd10e0c144%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting my simple mobile layout...

2017-11-28 Thread Diego Mesa
Thanks Mark - I did notice that, and I saw the tb5 link above to auto-hide 
the sidebar as well. 

My problem is that there seems to be 3 sidebar states: 

1. The default sidebar when my window is normal size
2. The mobile sidebar created by this plugin
3. A strange "middle state" that is white that appears for a very small 
margin.

The behavior can be seen in this gif:

https://media.giphy.com/media/3osBLlm8SRZydLLnIA/giphy.gif


An interesting (though nonrelated?) issue I'm having is that I use a window 
manager (lua script running in hammerspoon) to automatically resize my 
windows. When I resize my TW browser window, the theme does not update. I 
have to manually wiggle the window size to get the new layout to "kick in". 


On Tuesday, November 28, 2017 at 12:53:41 PM UTC-6, Mark S. wrote:
>
> On a small screen, if you have the double chevron clicked, that is what 
> happens. Just click the double chevron again (lower right corner) to 
> restore.
>
> Apologies if this is not the problem you are describing.
>
> -- Mark
>
> On Tuesday, November 28, 2017 at 10:48:59 AM UTC-8, Diego Mesa wrote:
>>
>> Hey JD,
>>
>> Thanks for this! On my TW, Im not sure why, but this is causing strange 
>> rendering where basically my sidebar isn't behaving well and ends up taking 
>> over everything. 
>>
>> On Wednesday, November 22, 2017 at 9:31:14 AM UTC-6, JD wrote:
>>>
>>> Hi, I've upgraded this plugin to *1.0.2*, what is possibly the last 
>>> update for a long while (I will now return to my lair and focus on using / 
>>> discovering TW5.)
>>>
>>> http://j.d.simplemobile.tiddlyspot.com/
>>>
>>> Thanks, everyone, for welcoming my stuff :)
>>>
>>> *Changelog:*
>>>
>>>- Added *Larger*, *Largest*, and *Smallest* options to font sizes
>>>- Added *Mobbuttons* option to topbar and bottombar
>>>- Added options to topbar and bottombar configurations
>>>- Added button to config modal (can be turned on or off)
>>>- Cleaned up config tiddler
>>>- Cleaned up code and other bugfixes
>>>
>>> Versions *0.9.9* and *1.0.0* are attached to my previous announcer post 
>>> (for backup)
>>> Version *1.0.2* is attached to this post
>>>
>>>
>>>
>>> On Thursday, November 16, 2017 at 2:07:04 AM UTC+9, JD wrote:

 Hello again, everyone, I've upgraded this plugin to *1.0.0* I've 
 completed my personal *Future plans*, but my *Wishlist* (gesture-related 
 things) remains unrealized. 

 http://j.d.simplemobile.tiddlyspot.com/

 I'm going to slow down the development of this plugin because it is now 
 exactly what I need it to be. I'll just update if I encounter bugs or if 
 anybody needs me to. Suggestions and ideas, however, are always welcome. 

 (I feel like I had nice timing: tiddlyspot worked again, and TW itself 
 was upgraded to 5.1.15)

 Many thanks to Riz and Jed Carty for inspiring me!

 *Changelog:*

- Abandoned custom *lists*, reverted to core *lists*
- Added topbar and bottombar options (with preset combinations)
   - topbar: *combined searchbar*, or *titlebar*, or *controls area*, 
   or hidden
   - bottombar: *controls area*, or hidden
- Added ability to adjust font sizes and button sizes
- Added 'delete' filter button to *combined searchbar*
- Introduced *simple searchbar* available as a button only at 
topbar *controls area* and *titlebar*
- Added ability to use an experiment on the story river so the 
first tiddler in the story river won't scroll past the topbar (just a 
stylesheet option)
- Overhauled the *config *tiddler
- 
- Cleaned up code and tiddler names
- Checked compatibility with TW5.1.15

 I've attached version *0.9.9 *to this post for backup


 On Sunday, October 29, 2017 at 11:04:06 PM UTC+9, JD wrote:
>
> Hello everyone :)
>
> I've been lurking here for quite a while now, and only joined after 
> finally having the guts to share with you my TW5 customization, demoed 
> here:
>
> http://j.d.simplemobile.tiddlyspot.com/
>
> It's a mobile layout based on the looks of modern Android Chrome, 
> which is what I usually browse with at night or during commute. 
>
> I know nothing beyond HTML and CSS, and as such, those are the only 
> things I used with the layout. If there are better ways to go about what 
> I've at the demo site, please let me know so I can update the affected 
> tiddlers, and for my own improvement :)
>
> I'm actually kinda proud of it, please take a look around. 
>


-- 
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 https://group

[tw] Re: Comma-separated lists in TW5

2017-11-28 Thread Rob Hoelz
Ah, good trick - thanks!

On Tuesday, November 28, 2017 at 12:41:51 PM UTC-6, Jed Carty wrote:
>
> If you are using a list widget than you just go like this:
>
> <$list filter=<>>
> <>,
> 
>
> to prevent a trailing comma on the last item you can do this:
>
> <$list filter='[tag[HelloThere]]+[butlast[]]'>
> <>,
> 
> <$list filter='[tag[HelloThere]]+[last[]]'>
> <>
> 
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d9c68edf-14ff-48e9-a649-9cd43f294810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to Filter Using Range of Field Values ((less than, greater than)

2017-11-28 Thread Jed Carty
Does it work when you only have one?

Does

<$list filter="[lessthan:birth{!!year}tag[People]]">

give you anything?

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f53f8ab9-3ffa-4845-83d1-34a17b23b3b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How to Filter Using Range of Field Values ((less than, greater than)

2017-11-28 Thread Gabriel Perlmutter
I have tried that syntax it still doesn't work, I get no result.

no result:

<$list filter="[lessthan:birth{!!year}greaterthan:death{!!year}
tag[People]]">

expected result:

<$list filter="[lessthan:birth[1950]greaterthan:death[1950]tag[People]]">

On Monday, November 27, 2017 at 10:00:54 AM UTC-5, Eric Shulman wrote:
>
> On Monday, November 27, 2017 at 6:00:06 AM UTC-8, Gabriel Perlmutter wrote:
>>
>> So this give me no result:
>> <$list 
>> filter="[lessthan:birth[{{!!year}}]greaterthan:death[{{!!year}}]tag[People]]">
>> But this gives me the expected results:
>> <$list filter="[lessthan:birth[1950]greaterthan:death[1950]tag[People]]">
>>
>
> You have too many brackets. Think of the brackets as part of the operand 
> itself rather than a "container" for the operand.  The type of bracket 
> indicates the type of operand being used:
>use [...] for literal values, e.g., [texthere] 
>use {...} for field references, e.g., {!!fieldname}
>use <...> for variables e.g. 
>
> Also note that, unlike references used as arguments to macros, which use 
> doubled brackets (i.e., [[...]], {{...}} and <<...>>, filter operands only 
> use SINGLE brackets.  Thus, for your use-case (a field reference operand), 
> omit the square brackets entirely, and only use ONE set of curly braces, 
> like this:
>
> <$list 
> filter="[lessthan:birth{!!year}greaterthan:death{!!year}tag[People]]">
>
> Let me know how it goes.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8d9feac8-5320-4a79-aa16-df32fd3e59d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting my simple mobile layout...

2017-11-28 Thread 'Mark S.' via TiddlyWiki
On a small screen, if you have the double chevron clicked, that is what 
happens. Just click the double chevron again (lower right corner) to 
restore.

Apologies if this is not the problem you are describing.

-- Mark

On Tuesday, November 28, 2017 at 10:48:59 AM UTC-8, Diego Mesa wrote:
>
> Hey JD,
>
> Thanks for this! On my TW, Im not sure why, but this is causing strange 
> rendering where basically my sidebar isn't behaving well and ends up taking 
> over everything. 
>
> On Wednesday, November 22, 2017 at 9:31:14 AM UTC-6, JD wrote:
>>
>> Hi, I've upgraded this plugin to *1.0.2*, what is possibly the last 
>> update for a long while (I will now return to my lair and focus on using / 
>> discovering TW5.)
>>
>> http://j.d.simplemobile.tiddlyspot.com/
>>
>> Thanks, everyone, for welcoming my stuff :)
>>
>> *Changelog:*
>>
>>- Added *Larger*, *Largest*, and *Smallest* options to font sizes
>>- Added *Mobbuttons* option to topbar and bottombar
>>- Added options to topbar and bottombar configurations
>>- Added button to config modal (can be turned on or off)
>>- Cleaned up config tiddler
>>- Cleaned up code and other bugfixes
>>
>> Versions *0.9.9* and *1.0.0* are attached to my previous announcer post 
>> (for backup)
>> Version *1.0.2* is attached to this post
>>
>>
>>
>> On Thursday, November 16, 2017 at 2:07:04 AM UTC+9, JD wrote:
>>>
>>> Hello again, everyone, I've upgraded this plugin to *1.0.0* I've 
>>> completed my personal *Future plans*, but my *Wishlist* (gesture-related 
>>> things) remains unrealized. 
>>>
>>> http://j.d.simplemobile.tiddlyspot.com/
>>>
>>> I'm going to slow down the development of this plugin because it is now 
>>> exactly what I need it to be. I'll just update if I encounter bugs or if 
>>> anybody needs me to. Suggestions and ideas, however, are always welcome. 
>>>
>>> (I feel like I had nice timing: tiddlyspot worked again, and TW itself 
>>> was upgraded to 5.1.15)
>>>
>>> Many thanks to Riz and Jed Carty for inspiring me!
>>>
>>> *Changelog:*
>>>
>>>- Abandoned custom *lists*, reverted to core *lists*
>>>- Added topbar and bottombar options (with preset combinations)
>>>   - topbar: *combined searchbar*, or *titlebar*, or *controls area*, 
>>>   or hidden
>>>   - bottombar: *controls area*, or hidden
>>>- Added ability to adjust font sizes and button sizes
>>>- Added 'delete' filter button to *combined searchbar*
>>>- Introduced *simple searchbar* available as a button only at topbar 
>>> *controls 
>>>area* and *titlebar*
>>>- Added ability to use an experiment on the story river so the first 
>>>tiddler in the story river won't scroll past the topbar (just a 
>>> stylesheet 
>>>option)
>>>- Overhauled the *config *tiddler
>>>- 
>>>- Cleaned up code and tiddler names
>>>- Checked compatibility with TW5.1.15
>>>
>>> I've attached version *0.9.9 *to this post for backup
>>>
>>>
>>> On Sunday, October 29, 2017 at 11:04:06 PM UTC+9, JD wrote:

 Hello everyone :)

 I've been lurking here for quite a while now, and only joined after 
 finally having the guts to share with you my TW5 customization, demoed 
 here:

 http://j.d.simplemobile.tiddlyspot.com/

 It's a mobile layout based on the looks of modern Android Chrome, which 
 is what I usually browse with at night or during commute. 

 I know nothing beyond HTML and CSS, and as such, those are the only 
 things I used with the layout. If there are better ways to go about what 
 I've at the demo site, please let me know so I can update the affected 
 tiddlers, and for my own improvement :)

 I'm actually kinda proud of it, please take a look around. 

>>>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0c219472-ef1c-481f-93fd-eddd070e1c9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting my simple mobile layout...

2017-11-28 Thread Diego Mesa
Hey JD,

Thanks for this! On my TW, Im not sure why, but this is causing strange 
rendering where basically my sidebar isn't behaving well and ends up taking 
over everything. 

On Wednesday, November 22, 2017 at 9:31:14 AM UTC-6, JD wrote:
>
> Hi, I've upgraded this plugin to *1.0.2*, what is possibly the last 
> update for a long while (I will now return to my lair and focus on using / 
> discovering TW5.)
>
> http://j.d.simplemobile.tiddlyspot.com/
>
> Thanks, everyone, for welcoming my stuff :)
>
> *Changelog:*
>
>- Added *Larger*, *Largest*, and *Smallest* options to font sizes
>- Added *Mobbuttons* option to topbar and bottombar
>- Added options to topbar and bottombar configurations
>- Added button to config modal (can be turned on or off)
>- Cleaned up config tiddler
>- Cleaned up code and other bugfixes
>
> Versions *0.9.9* and *1.0.0* are attached to my previous announcer post 
> (for backup)
> Version *1.0.2* is attached to this post
>
>
>
> On Thursday, November 16, 2017 at 2:07:04 AM UTC+9, JD wrote:
>>
>> Hello again, everyone, I've upgraded this plugin to *1.0.0* I've 
>> completed my personal *Future plans*, but my *Wishlist* (gesture-related 
>> things) remains unrealized. 
>>
>> http://j.d.simplemobile.tiddlyspot.com/
>>
>> I'm going to slow down the development of this plugin because it is now 
>> exactly what I need it to be. I'll just update if I encounter bugs or if 
>> anybody needs me to. Suggestions and ideas, however, are always welcome. 
>>
>> (I feel like I had nice timing: tiddlyspot worked again, and TW itself 
>> was upgraded to 5.1.15)
>>
>> Many thanks to Riz and Jed Carty for inspiring me!
>>
>> *Changelog:*
>>
>>- Abandoned custom *lists*, reverted to core *lists*
>>- Added topbar and bottombar options (with preset combinations)
>>   - topbar: *combined searchbar*, or *titlebar*, or *controls area*, 
>>   or hidden
>>   - bottombar: *controls area*, or hidden
>>- Added ability to adjust font sizes and button sizes
>>- Added 'delete' filter button to *combined searchbar*
>>- Introduced *simple searchbar* available as a button only at topbar 
>> *controls 
>>area* and *titlebar*
>>- Added ability to use an experiment on the story river so the first 
>>tiddler in the story river won't scroll past the topbar (just a 
>> stylesheet 
>>option)
>>- Overhauled the *config *tiddler
>>- 
>>- Cleaned up code and tiddler names
>>- Checked compatibility with TW5.1.15
>>
>> I've attached version *0.9.9 *to this post for backup
>>
>>
>> On Sunday, October 29, 2017 at 11:04:06 PM UTC+9, JD wrote:
>>>
>>> Hello everyone :)
>>>
>>> I've been lurking here for quite a while now, and only joined after 
>>> finally having the guts to share with you my TW5 customization, demoed here:
>>>
>>> http://j.d.simplemobile.tiddlyspot.com/
>>>
>>> It's a mobile layout based on the looks of modern Android Chrome, which 
>>> is what I usually browse with at night or during commute. 
>>>
>>> I know nothing beyond HTML and CSS, and as such, those are the only 
>>> things I used with the layout. If there are better ways to go about what 
>>> I've at the demo site, please let me know so I can update the affected 
>>> tiddlers, and for my own improvement :)
>>>
>>> I'm actually kinda proud of it, please take a look around. 
>>>
>>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/101fa7bb-f9e0-4608-9eba-08ac321d978e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Comma-separated lists in TW5

2017-11-28 Thread Jed Carty
If you are using a list widget than you just go like this:

<$list filter=<>>
<>,


to prevent a trailing comma on the last item you can do this:

<$list filter='[tag[HelloThere]]+[butlast[]]'>
<>,

<$list filter='[tag[HelloThere]]+[last[]]'>
<>


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0bddf769-b0b8-463f-bdf0-dc72bdc73747%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Adding a new index to a JSON data tiddler

2017-11-28 Thread Rob Hoelz
Hi TiddlyWiki users and devs!

I'm writing a UI for a plugin, and it's meant to present the contents of a 
JSON data tiddler in a user-friendly way.  The JSON data is a list of 
lists, like so:
[
  "Firefox Fx",
  "FTS [[full text search]]"
]

I would like to add functionality to the UI to create a new element in the 
top-level list - for example, to add "GTD [[getting things done]]" after 
"FTS [[full text search]]".  Is there some way I can use $action-listops to 
do this, or will I need to write something on my own?

Thanks,
Rob

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b4b47b9e-be87-4216-9aa3-afdb1d66e380%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Comma-separated lists in TW5

2017-11-28 Thread Rob Hoelz
Hi TiddlyWiki users and devs!

I'm working on a piece of UI for a plugin I wrote, and I would like to 
render a list of items as a comma-separated list.  Unfortunately, I can't 
seem to wrap my head around how to do this - at first I thought to use 
$reveal, but that depends on state in a tiddler field, and then I tried 
$set with a filter to match the first item in the list, but that didn't 
seem to work either.  Does anyone have any experience with this who could 
shed some light on the matter?

Thanks,
Rob

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7648ae56-7598-44c4-94f4-72f3436ea3f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] a useful plugin

2017-11-28 Thread tobaisch
Is there a plugin for following idea?
Double click at a tiddler in the sidebar opens the tiddler in edith mode.
Maybe ctrl+click would be also a good variant?

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3a60258a-4b34-4ac1-bd18-ee134b9b6fd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Creating tiddlers outside of TW5

2017-11-28 Thread Paul Hemans
That's ok about the docs, I understand. I think the suggestion about using
devtools is a really good one that should be enough to get me going.

On Tue, Nov 28, 2017 at 10:34 PM, Jeremy Ruston 
wrote:

> Hi Paul
>
> Hi Jeremy, where can I find the docs on the HTTP API?
>
>
> Embarrassingly, there’s no decent documentation. The API is a subset of
> the TiddlyWeb API, which is documented here:
>
> https://tank.peermore.com/tanks/tiddlyweb/HTTP%20API
>
> Sadly, the best way to see the routes that are actually implemented is to
> look at the source:
>
> https://github.com/Jermolene/TiddlyWiki5/blob/master/core/
> modules/commands/server.js#L158-L279
>
> Or, you can use browser developer tools to observe network traffic as you
> interactively create and delete tiddlers.
>
> Best wishes
>
> Jeremy.
>
>
>
> On Tue, Nov 28, 2017 at 9:52 PM, Paul Hemans 
> wrote:
>
>> Thanks I'll check it out.
>>
>> On Tue, Nov 28, 2017 at 9:12 PM, Jeremy Ruston 
>> wrote:
>>
>>> Hi Paul
>>>
>>> Very much a noob, but this is a smashing project.
>>>
>>>
>>> Thanks!
>>>
>>> I am running tiddlywiki with the server option. I would like to create
>>> tiddlers through an external process and then display them in the browser.
>>> That has been successful.
>>>
>>> Now I need the page to refresh in the browser to pick up the new
>>> tiddlers. Is there a way to do this where TW could monitor the directory
>>> for changes? Otherwise I could force it to restart on every change but that
>>> seems a little draconian and could cause problems for anyone interacting
>>> with the UI.
>>>
>>>
>>> It sounds like you are creating your tiddlers by writing directly to the
>>> file system. As you've discovered, TiddlyWiki won't pick up the changes.
>>>
>>> A better approach is to use the HTTP API to write your tiddlers (eg with
>>> curl or wget). Then they will be automatically saved to the filing system
>>> and propagated to all connected browsers.
>>>
>>> By default, the browsers only fetch updates from the server every 60
>>> seconds. Users can fetch updates immediately in the "Server” tab of control
>>> panel.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>>
>>>
>>> Thanks.
>>>
>>> --
>>> 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 https://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit https://groups.google.
>>> com/d/msgid/tiddlywiki/67c19980-1c87-42cf-a72c-
>>> 66aa1ec38563%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> --
>>> 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/_LQ4g5NFn1Y/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 https://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit https://groups.google.
>>> com/d/msgid/tiddlywiki/D24A4D52-AAAF-4BC2-A9E1-864B2CA01081%40gmail.com
>>> 
>>> .
>>>
>>> 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.
> com/d/msgid/tiddlywiki/CAKT3oPcaQJTot2Fra2fkdntfZJpF5
> mpieDmZVx1AD2eJTL8BPw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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/_LQ4g5NFn1Y/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 https://groups.google.com/group/tiddlywik

[tw] Re: Plattform independed 3D Html presentations with strut.io

2017-11-28 Thread wegs . petra
Great news! Thanks a ton! I didn't know there was ShowPreper. I will have a 
look into all the things you posted! have fun 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.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f157aa1d-b034-4a1f-988e-815a225939cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-28 Thread tobaisch
or even a plugin that automatically link words they are in a whitelist.
this one is maybe easier.
for example:
In my whitelist are two words: "nice" & "day"
I have three Tiddlers with the title: "nice", "day" & "exampel".
I write the following text in a new tiddler. Today is a nice day and that 
is an example.
After saving the new tiddler, the word "nice" and "day" are automatically 
linked to the tiddler *nice* and *day*.
That would be great.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f80ccfa5-9986-4f36-ba76-aca58c043190%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Auto Tiddler Tag Linking.

2017-11-28 Thread tobaisch
For the old TW Classic there was http://linkify.tiddlyspot.com/.
Exactly this one for the new TW5 i am searching.
or something similar :)

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2154516c-d3a6-47c7-a27b-752b8a76d173%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Creating tiddlers outside of TW5

2017-11-28 Thread Jeremy Ruston
Hi Paul

> Hi Jeremy, where can I find the docs on the HTTP API?

Embarrassingly, there’s no decent documentation. The API is a subset of the 
TiddlyWeb API, which is documented here:

https://tank.peermore.com/tanks/tiddlyweb/HTTP%20API 


Sadly, the best way to see the routes that are actually implemented is to look 
at the source:

https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/commands/server.js#L158-L279
 


Or, you can use browser developer tools to observe network traffic as you 
interactively create and delete tiddlers.

Best wishes

Jeremy.


> 
> On Tue, Nov 28, 2017 at 9:52 PM, Paul Hemans  > wrote:
> Thanks I'll check it out.
> 
> On Tue, Nov 28, 2017 at 9:12 PM, Jeremy Ruston  > wrote:
> Hi Paul
> 
>> Very much a noob, but this is a smashing project.
> 
> Thanks!
> 
>> I am running tiddlywiki with the server option. I would like to create 
>> tiddlers through an external process and then display them in the browser. 
>> That has been successful. 
>> 
>> Now I need the page to refresh in the browser to pick up the new tiddlers. 
>> Is there a way to do this where TW could monitor the directory for changes? 
>> Otherwise I could force it to restart on every change but that seems a 
>> little draconian and could cause problems for anyone interacting with the UI.
> 
> It sounds like you are creating your tiddlers by writing directly to the file 
> system. As you've discovered, TiddlyWiki won't pick up the changes.
> 
> A better approach is to use the HTTP API to write your tiddlers (eg with curl 
> or wget). Then they will be automatically saved to the filing system and 
> propagated to all connected browsers.
> 
> By default, the browsers only fetch updates from the server every 60 seconds. 
> Users can fetch updates immediately in the "Server” tab of control panel.
> 
> Best wishes
> 
> Jeremy
> 
> 
>> 
>> Thanks.
>> 
>> -- 
>> 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 https://groups.google.com/group/tiddlywiki 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/67c19980-1c87-42cf-a72c-66aa1ec38563%40googlegroups.com
>>  
>> .
>> For more options, visit https://groups.google.com/d/optout 
>> .
> 
> 
> -- 
> 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/_LQ4g5NFn1Y/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 https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/D24A4D52-AAAF-4BC2-A9E1-864B2CA01081%40gmail.com
>  
> .
> 
> 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 https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/CAKT3oPcaQJTot2Fra2fkdntfZJpF5mpieDmZVx1AD2eJTL8BPw%40mail.gmail.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> 

Re: [tw] Creating tiddlers outside of TW5

2017-11-28 Thread Paul Hemans
Hi Jeremy, where can I find the docs on the HTTP API?

On Tue, Nov 28, 2017 at 9:52 PM, Paul Hemans 
wrote:

> Thanks I'll check it out.
>
> On Tue, Nov 28, 2017 at 9:12 PM, Jeremy Ruston 
> wrote:
>
>> Hi Paul
>>
>> Very much a noob, but this is a smashing project.
>>
>>
>> Thanks!
>>
>> I am running tiddlywiki with the server option. I would like to create
>> tiddlers through an external process and then display them in the browser.
>> That has been successful.
>>
>> Now I need the page to refresh in the browser to pick up the new
>> tiddlers. Is there a way to do this where TW could monitor the directory
>> for changes? Otherwise I could force it to restart on every change but that
>> seems a little draconian and could cause problems for anyone interacting
>> with the UI.
>>
>>
>> It sounds like you are creating your tiddlers by writing directly to the
>> file system. As you've discovered, TiddlyWiki won't pick up the changes.
>>
>> A better approach is to use the HTTP API to write your tiddlers (eg with
>> curl or wget). Then they will be automatically saved to the filing system
>> and propagated to all connected browsers.
>>
>> By default, the browsers only fetch updates from the server every 60
>> seconds. Users can fetch updates immediately in the "Server” tab of control
>> panel.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
>> Thanks.
>>
>> --
>> 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 https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/tiddlywiki/67c19980-1c87-42cf-a72c-66aa1ec38563%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> 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/to
>> pic/tiddlywiki/_LQ4g5NFn1Y/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 https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/tiddlywiki/D24A4D52-AAAF-4BC2-A9E1-864B2CA01081%40gmail.com
>> 
>> .
>>
>> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAKT3oPcaQJTot2Fra2fkdntfZJpF5mpieDmZVx1AD2eJTL8BPw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Creating tiddlers outside of TW5

2017-11-28 Thread Paul Hemans
Thanks I'll check it out.

On Tue, Nov 28, 2017 at 9:12 PM, Jeremy Ruston 
wrote:

> Hi Paul
>
> Very much a noob, but this is a smashing project.
>
>
> Thanks!
>
> I am running tiddlywiki with the server option. I would like to create
> tiddlers through an external process and then display them in the browser.
> That has been successful.
>
> Now I need the page to refresh in the browser to pick up the new tiddlers.
> Is there a way to do this where TW could monitor the directory for changes?
> Otherwise I could force it to restart on every change but that seems a
> little draconian and could cause problems for anyone interacting with the
> UI.
>
>
> It sounds like you are creating your tiddlers by writing directly to the
> file system. As you've discovered, TiddlyWiki won't pick up the changes.
>
> A better approach is to use the HTTP API to write your tiddlers (eg with
> curl or wget). Then they will be automatically saved to the filing system
> and propagated to all connected browsers.
>
> By default, the browsers only fetch updates from the server every 60
> seconds. Users can fetch updates immediately in the "Server” tab of control
> panel.
>
> Best wishes
>
> Jeremy
>
>
>
> Thanks.
>
> --
> 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/67c19980-1c87-42cf-a72c-66aa1ec38563%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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/_LQ4g5NFn1Y/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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/D24A4D52-AAAF-4BC2-A9E1-864B2CA01081%40gmail.com
> 
> .
>
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAKT3oPd3Kkaxx1dHqkzbLan7BfPuYTc%3DjRT%2BkNSp0zyar%3DUbug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Australian or Sydney based tiddlywiki enthusiasts?

2017-11-28 Thread Paul Hemans
Yes I'd like that. We head down the south coast now and then for holidays 
and pass through Braidwood on the way. Good part of the world.
I have added you to a Google circle so you should be able to let me know 
when you are passing by.

On Tuesday, November 28, 2017 at 8:03:17 PM UTC+11, TonyM wrote:
>
> Paul,
>
> I often travel through the highlands on my way to my shack near braidwood. 
> perhaps we can meetup for a coffee.
>
> 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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f6e7f116-222b-438b-8ff6-4f440a24e2e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Creating tiddlers outside of TW5

2017-11-28 Thread Jeremy Ruston
Hi Paul

> Very much a noob, but this is a smashing project.

Thanks!

> I am running tiddlywiki with the server option. I would like to create 
> tiddlers through an external process and then display them in the browser. 
> That has been successful. 
> 
> Now I need the page to refresh in the browser to pick up the new tiddlers. Is 
> there a way to do this where TW could monitor the directory for changes? 
> Otherwise I could force it to restart on every change but that seems a little 
> draconian and could cause problems for anyone interacting with the UI.

It sounds like you are creating your tiddlers by writing directly to the file 
system. As you've discovered, TiddlyWiki won't pick up the changes.

A better approach is to use the HTTP API to write your tiddlers (eg with curl 
or wget). Then they will be automatically saved to the filing system and 
propagated to all connected browsers.

By default, the browsers only fetch updates from the server every 60 seconds. 
Users can fetch updates immediately in the "Server” tab of control panel.

Best wishes

Jeremy


> 
> Thanks.
> -- 
> 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/67c19980-1c87-42cf-a72c-66aa1ec38563%40googlegroups.com.
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/D24A4D52-AAAF-4BC2-A9E1-864B2CA01081%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Australian or Sydney based tiddlywiki enthusiasts?

2017-11-28 Thread TonyM
Paul,

I often travel through the highlands on my way to my shack near braidwood. 
perhaps we can meetup for a coffee.

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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/40d3a354-4d57-4be7-8c44-d059dfe59fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: sameday[]

2017-11-28 Thread Eric Shulman
On Monday, November 27, 2017 at 11:43:36 PM UTC-8, Stefan Spycher wrote:
>
> @Eric: the
>
> [sameday:created{!!created}]
>
> -notation is what i couldn't come up with, literally in hours
> I'm still trying to understand where i missed the part in the docs where 
> this would have been described.
>

documentation is here:

https://tiddlywiki.com/#Filter%20Parameter

-e

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/60d0c513-15d1-4587-b666-4854888142be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.