[tw] Re: TW5: Can I put code blocks inside tables?

2016-09-03 Thread Zaphod Beeblebrox
And, if you can tolerate the 'red text' listing, you can also transclude a tiddler or field containing your code back into your table cell, although I can't get it to work in block mode ( ``` ), just single mode ( ` ). --Zaphod -- You received this message because you are subscribed to the

[tw] Re: [TW5] Using tm-add-tag to add a tag to a newly made tiddler

2016-09-03 Thread Matabele
Hi Taylor If you wish to make one or more new tiddlers with fancy titles and several field values set -- perhaps employ the MakeTid plugin from here. I put this up in a bit of a hurry for someone else -- there are brief docs for the plugin available from the

[tw] Re: A List of Checkboxes that will delete and add tags to Tiddlers

2016-09-03 Thread Matabele
Hi Drake Option 1: If you wish to cycle through a list of alternative tags, say 'In Progress --> Revisions Needed --> Completed' -- there is a possible solution over on the ActionListops wiki Scroll through the slides to 'keep Operator (Examples), then scroll

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

2016-09-03 Thread Danielo Rodríguez
I'll leave apart the discussion about LocalStorage, I want to get back to it tomorrow when I have more energy. Today I want to notify another update to NoteSelf. Here is the changelog of most noticeable features since the latest version I have announced: 0.14.2 - DefaultTiddlers is

[tw] Re: A List of Checkboxes that will delete and add tags to Tiddlers

2016-09-03 Thread 'Mark S.' via TiddlyWiki
I'm not sure I understand your point about having to uncheck the "In Progress" checkbox. Since it's tagged as "In Progress", naturally it will show up as checked. The alternative would be for it to show "unchecked" even when the tag is present. If for some reason you do want the checkbox to

[tw] Re: Use fields as filter argument

2016-09-03 Thread PMario
Hi Ivan, Is there a special reason, why you create your list based on names? IMO it would be much easier to use tags. TW is highliy optimized to create tag based lists. regexp filters are powerful, but can be extremely complicated very fast. eg: I'd *name *my projects like this: -

[tw] Re: Use fields as filter argument

2016-09-03 Thread 'Mark S.' via TiddlyWiki
Once again, the syntax is different inside a filter. When referencing a variable, use ...regexp... However, since you're really just looking for a prefix, maybe use the prefix operator (prefix[]). Here's how I could do what you wanted using the prefix operator and a variable (catcolon) to

[tw] Re: [TW5] Using tm-add-tag to add a tag to a newly made tiddler

2016-09-03 Thread PMario
Hi, You should use action-setfield widget [1]. It's much more flexible and powerful. ..NO need for the fieldmangler widget. IMO it's only designed to be used with edit templates by the core. -m [1] http://tiddlywiki.com/#ActionSetFieldWidget -- You received this message because you are

[tw] Re: Button to open infoToolbar on certain tab

2016-09-03 Thread PMario
On Thursday, September 1, 2016 at 5:01:57 PM UTC+2, Danielo Rodríguez wrote: > > I want to create a button that opens the info toolbar on certain tab. > Sadly, due to the following characteristic of the qualify macro: > I did publish a tiddlywiki at wikilabs.github.io It contains the

[tw] Re: Use fields as filter argument

2016-09-03 Thread Ivan Aparicio
Do you know if it's possible to concatenate the field (or title) with the colon that follows it? I'm trying to distinguish between project tasks - Project1:Task1 and Project1~Log1. I've been reviewing the docs and it seems that it may be possible to do this with a macro, but I can't get a match

[tw] [TW5] Using tm-add-tag to add a tag to a newly made tiddler

2016-09-03 Thread Taylor Jensen
I have <$button> <$action-sendmessage $message="tm-new-tiddler" title="note" tags="note" text=<>/> <$fieldmangler tiddler="note"> <$action-sendmessage $message="tm-add-tag" $param={{Active Production}}/> Test Button Both parts work on their own, but even though the fieldmangler widget is set

Re: [tw] TW5: Is there a way to make the sidebar hidden by default upon opening?

2016-09-03 Thread Dominik P.
nvm found it here https://tobibeer.github.io/tb5/#Hiding%20The%20Sidebar%20On%20Startup Am Samstag, 3. September 2016 21:15:15 UTC+2 schrieb Dominik P.: > > is there a way to override it everytime/make sidebar hidden in tw5 on open? > > Am Dienstag, 13. Mai 2014 14:28:26 UTC+2 schrieb David

Re: [tw] TW5: Is there a way to make the sidebar hidden by default upon opening?

2016-09-03 Thread Dominik P.
is there a way to override it everytime/make sidebar hidden in tw5 on open? Am Dienstag, 13. Mai 2014 14:28:26 UTC+2 schrieb David Gifford: > > Thanks Jeremy! > > > On Tue, May 13, 2014 at 7:22 AM, Jeremy Ruston > wrote: > >> Create a tiddler called $:/state/sidebar and

[tw] Re: [TW5] Have a Macro Insert the Value of a Tiddler as a Tag

2016-09-03 Thread Taylor Jensen
Tobias, Perfect, having the content be a link works perfectly. Thanks so much! -TCJ On Thursday, September 1, 2016 at 6:10:04 PM UTC+1, Tobias Beer wrote: > > Hi Taylor, > > Many ways be leading to Rome. > The easiest way to go about it would be to have > the content be a link rather than just

[tw] A List of Checkboxes that will delete and add tags to Tiddlers

2016-09-03 Thread Drake Shadwell
I use Tiddly Wiki for a lot different journals, projects, etc... I like to write, revise, complete. I would like to have that in a list on my home screen. Right now I have it so that it will compile a list of Tiddlers that do NOT have a tag and then when the check box is checked it will add

[tw] Re: Use fields as filter argument

2016-09-03 Thread Ivan Aparicio
Thanks Mark! That worked On Saturday, September 3, 2016 at 3:12:12 PM UTC+1, Mark S. wrote: > > I don't know if this is your only problem, but when used in a filter I > believe the syntax for transclusion is ...regex{!!title}... > > HTH > Mark > > > On Saturday, September 3, 2016 at 4:51:46 AM

Re: [tw] Re: Scripture tiddly wiki 5 examples

2016-09-03 Thread Marc Ferguson
I have a functional version that meets my needs. However I am using it to document my notes and use it to teach so all of the great transclusion methods aren't what I need. The creation has been cut and paste by chapter with commentary in line or by linking to other pages. I understand that

[tw] Re: Use fields as filter argument

2016-09-03 Thread 'Mark S.' via TiddlyWiki
I don't know if this is your only problem, but when used in a filter I believe the syntax for transclusion is ...regex{!!title}... HTH Mark On Saturday, September 3, 2016 at 4:51:46 AM UTC-7, Ivan Aparicio wrote: > > Hi everybody, > > I'm new to TiddlyWiki and I'm trying to use it to create a

[tw] [TW5] How to disable zoomin animation completely

2016-09-03 Thread sini-Kit
Hi! I try to rebuild $:/core/modules/storyviews/zoomin.js to show animation from top to bottom or from left to right (not from corner to corner as now) I waste a lot of time but didn't understand how this file work... I try to delete all transforms to disable this effect. When I put 0sec

[tw] Use fields as filter argument

2016-09-03 Thread Ivan Aparicio
Hi everybody, I'm new to TiddlyWiki and I'm trying to use it to create a project-specific to-do list. Please bear with me if this is a pretty simple question, but I think I may need to use a tiddler field (tiddler title) as a filter argument. Let me explain: Each project is a tiddler with a

[tw] Re: Scripture tiddly wiki 5 examples

2016-09-03 Thread Rizwan Ishak
Did you make any changes/upgrades after you last posted? On Friday, 26 February 2016 05:24:15 UTC+5:30, Marc wrote: > > I am trying to make a simple scripture using tiddly wiki 5 so people can > use it to add notes and reflections. > > I would sure like to see some examples that might be out

[tw] Re: Dropbox no longer serving HTMTL files?

2016-09-03 Thread Zaphod Beeblebrox
I'm just a lowly free user at Dropbox, and my HTML-Rendering-Cessation Date is October 3rd, 2016. I currently only use it to store a few TW's, as I make use of Google Fonts, and until just the past couple of weeks those fonts would not show up when the TW's were 'served' by Dropbox (I've since

[tw] Re: @Mat - How do/did you specify tiddlername as a value to a taget cell/row in a google spreadsheet?

2016-09-03 Thread Zaphod Beeblebrox
Hiya, Mat :) Just wondering if you ever had time to write up a detailed walk-through on how to set up this amazing (to me, anyway :P ) 'feature' so us unlearned neophytes could add it to our TW's? I notice you said that a premise was it being part of the ViewToolbar - Hopefully it can be