Re: [tw] Query: Markup Parsers

2017-09-16 Thread @TiddlyTweeter
Ciao TonyM & Coda Its very interesting. I agree that programs (like AHK) that can interface with other programs AGNOSTICALLY (i.e. there are no dependencies) can be super useful. Saving time. And getting round limitations in the Mother program (that AHK is helping). It deserves attention. I

Re: [tw] Re: Done Close and Cancel Close toolbar options

2017-09-16 Thread @TiddlyTweeter
Ciao Thomas Thomas Elmiger wrote: > > BTW, the buttons are available as a plugin *EditButtons* now: > https://tid.li/tw5/plugins.html. > I love how you often polish your stuff into THE FULL MONTY ---rather than leaving it as a half-done

Re: [tw] Query: Markup Parsers

2017-09-16 Thread @TiddlyTweeter
Ciao Jan Is there anyone working on or willing to work on adjustible parsers? I feel, as I look at this more, that we have to get precise about what we asking help for---otherwise its maybe TOO open-ended and would be a burden for others to cope with? I'm working on breaking the issue down

Re: [tw] Re: Home Sweet Home ... are TiddlyWikiDev & TiddlyWikiDocs worth keeping?

2017-09-16 Thread @TiddlyTweeter
Ciao dg I agree with you that many *SEARCHES for TiddlyWiki bring up both Classic & TW5*. Since TW5 is NOT fully downwardly compatible *it can create confusion* having those results. *Different names should have been used, really* as they are different things. They weren't named so

[tw] Re: Error: Permission denied to access property "target"

2017-09-16 Thread Birthe C
This issue about drag and drop https://github.com/Jermolene/TiddlyWiki5/issues/2916 On Saturday, September 16, 2017 at 1:35:57 PM UTC+2, Ed wrote: > > > Dear All, > > I had only two TW5s open in FireFox on my PC Windows 7. > Both 5.1.14 >

[tw] Suggestion for correct usage of tags/fields

2017-09-16 Thread passingby
Hello friends, A few years ago I created a TWC for my personal use in which I recorded events of my life, like a journal or a diary, in which each event would be a tiddler which appropriate tags and fields. At that time I had built a logical categories like this. Each event was described in

[tw] Re: Hello and a question.

2017-09-16 Thread Jim
An example assumption I made. You use [[ ]] to create links. You use {{!!field}} to include a field. Therefore, [[{{!!field}}]] will create a link using the value of the field. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: Keybind to save a tiddler in edit mode without exiting the edit mode

2017-09-16 Thread 'Mark S.' via TiddlyWiki
Since you're importing, I'm guessing you're using node.js ?? Instead of importing the actual tiddler, could you import the draft tiddler? Mark On Friday, September 15, 2017 at 1:39:43 AM UTC-7, peuhpeuh singe wrote: > > Hello twexpert, > > Short version : How can I define a keybind to save a

[tw] Re: Suggestion for correct usage of tags/fields

2017-09-16 Thread passingby
I remember when I made my TWC, Tobias Beer had made suggestions which can be read here https://groups.google.com/d/msg/tiddlywiki/T7BSmdkmWD8/lR7KerkLMY0J If Toby reads this I request him to make some suggestions again, in context of TW5. Thanks! -- You received this message because you

[tw] Re: Keybind to save a tiddler in edit mode without exiting the edit mode

2017-09-16 Thread Thomas Elmiger
Hi all, Great idea! Sometimes other people have to remind me of what I have been missing. You did it this time :–) I do not have a solution for you, but I have some hints: I just added a new button to my plugin *EditButtons* that saves the tiddler without closing it. In fact it saves and

Re: [tw] Re: Home Sweet Home ... are TiddlyWikiDev & TiddlyWikiDocs worth keeping?

2017-09-16 Thread Danielo Rodríguez
What about trying a forum ? We can easily bring up a forum on any free tier, for example an heroku app and if it suceeds we can port it to whatever paid plan fits out needs, and maybe Jeremy could create an a record like forum.tiddlywiki.com for it. All are very straightforward and small steps

Re: [tw] Query: Markup Parsers

2017-09-16 Thread Jan
Hi Josiah, I wrote it this general here, because Jeremy mentioned the idea/intention somewhat above. My desires are quite simple: I would like to have something which can transform the parsing of a set of tiddlers which are defined by a listfilter according to a replacePragma defined by

[tw] Re: Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-16 Thread TonyM
Reiad, Very Cool, Thanks so much. To be honest I needed the features so much I have used BLC in my Course notes tiddlywiki. I suppose it will be safer for me to leave it in the retro version? I will evaluate and use the new version very soon. Regards Tony On Sunday, September 17, 2017 at

[tw] Re: Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-16 Thread TonyM
Reid, Is the short text field still displaying inside other tiddlers outside the board or board items? I would certainly prefer that as I keep entering commands in short text and they don't work. thanks Tony On Sunday, September 17, 2017 at 7:05:10 AM UTC+10, Reid Gould wrote: > > To all, > >

[tw] Re: Fountain Parser for a screenwriting tool

2017-09-16 Thread 'Mark S.' via TiddlyWiki
A start. I suppose the use of iFrame makes it unusable. Trouble feeding it CSS without hard-coding. Maybe get back to it in a couple days. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: Keybind to save a tiddler in edit mode without exiting the edit mode

2017-09-16 Thread @TiddlyTweeter
Ciao Thomas I very much like Save (without closing) and the Save And Close. That combination works like much of my desktop software---that when you "save" the file stays open. And when you exit you also save and the open file is no longer visible. With the 3 new Buttons you created, in

[tw] Re: Hello and a question.

2017-09-16 Thread 'Mark S.' via TiddlyWiki
Your assumption about [[{{!!field}}]] is pretty common. Everyone would like it if it worked that way. What the parser does is look for anything between [[ and ]] and interpret that text literally. When you try to put {{!!field}} between [[ and ]], it's like when Wiley Coyote draws a door on

[tw] Re: Hello and a question.

2017-09-16 Thread Joshua Fontany
Nice! I just posted something similar upthread. I really like your 2-step nested macro approach to simplify the syntax. If you really want the simpler syntax, you can do a 2 step process, like: \define mylink2(link) [[$link$]] \define mylink(link) <$macrocall $name=mylink2 link=$link$/> <>

Re: [tw] Hello and a question.

2017-09-16 Thread Joshua Fontany
The best way I have figure out how to do this is to $set a variable to the value of the field, and then perform the text replacement into the [[ ]] brackets in a macro. Like so: \define wikiLink(input) [[$(input)$]] <$set name="input" value={{!!test-field}} > <> Tested and works on

[tw] Re: Keybind to save a tiddler in edit mode without exiting the edit mode

2017-09-16 Thread TonyM
Thanks Thomas, The save while editing is great. Can you tell me what classes my CSS needs to use to colour the buttons. I find using green, orange and red very helpful. eg; .tc-tiddler-controls button svg.tc-image-new-here-button { fill: #5eb987; } I believe it should be possible to

[tw] Re: Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-16 Thread Reid Gould
To all, The third and final "feature preview" release is available! Version 0.1.3 contains all the features I'm planning on including in the version 1 release. This version should contain no bugs or unexpected behaviors. STILL WAIT to use it in a permanent installation, I'm tidying up internal

[tw] Is Anyone Using Noteself Successfully?

2017-09-16 Thread RichardWilliamSmith
I'm trying to get Noteself working. I was making good progress - got Couch running on a raspberry pi and set all the headers right so that I can connect to it. To begin with I set it to accept cors requests from anywhere - i was testing it with a downloaded version of the Noteself wiki and