[tw5] Re: Editing TiddlyWiki files on Android

2018-07-09 Thread Raymond McDowell
My solution---sadly--was to move to another solution. After several months of trial and error research I chose Orgzly combined with org-mode in emacs. Although emacs has a steep learning curve just as TW does, perhaps even moreso, I'm using the same learning methodology I did with TW. Learning

[tw5] Re: set tiddlername serially from dictionary tiddler list

2018-07-09 Thread Dave
Thank you - I'll take a look at that. -- 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

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread talha131
This is awesome, Mark. I couldn't even imagine creating new markup or modifying markup would be so straight forward. -- 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

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread TonyM
The Image On Tuesday, July 10, 2018 at 10:51:54 AM UTC+10, TonyM wrote: > > Stobot, > > Another method to those presented so far is, > >- in the edit mode highlight the text you would make a task, ctrl-c to >copy it, >- click on the excise button (or use keyboard shortcut) >

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread TonyM
Stobot, Another method to those presented so far is, - in the edit mode highlight the text you would make a task, ctrl-c to copy it, - click on the excise button (or use keyboard shortcut) - The dialoge pops up as attached - Ctrl-v and paste the full text as the "Title of new

[tw5] Re: How to use a variable inside transclusion braces?

2018-07-09 Thread talha131
Thank you Scott. Although your example wasn’t related to the issue at hand, but from it I learnt that variable can be passed to the filter in two possible ways. <$set name="var" value="vim"> > <> Above, both calls to tabs

[tw5] Re: TW5: just a <> search box

2018-07-09 Thread TonyM
RSS feed? On Monday, July 9, 2018 at 11:39:18 PM UTC+10, Ste Wilson wrote: > > If only there was some sort of existing mechanism where people could > subscribe to a wiki, leave comments, automatically receive updates... What > would something like that be called.. -- You received this

[tw5] Re: set tiddlername serially from dictionary tiddler list

2018-07-09 Thread TonyM
Dave, I am working on a document, would love some contributors, that restated tiddlywikis way of doing common coding structures etc... in Yammer https://www.yammer.com/tiddlywiki/#/threads/inGroup?type=in_group=15381530=all As this document matures, you will see that a lot of the normal coding

[tw5] Re: [MuuriTouch] Reloaded

2018-07-09 Thread TonyM
Exciting Thanks BTC -- 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

[tw5] Re: How to escape angle brackets inside a macro?

2018-07-09 Thread TonyM
Thanks for sharing, I am still working on my edit-fields tools but you may like this macro, work in progress, With the icon field set allows you to select the image to place in the icon (or any other field) \define edit-fields-image-picker(actions,filter:"[all[shadows+tiddlers]is[image]]

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread 'Mark S.' via TiddlyWiki
Hi Stobot, First, just to be sure -- you do know that you can use the edit toolbar to apply the superscript? That's why I assumed you were interested. You can even use a key short-cut, though it would need to re-assigned on firefox because it conflicts with the private session keystroke

[tw5] Re: TW5: just a <> search box

2018-07-09 Thread Dave
Ha ha, who doesn't like to be "famous" ;) On Monday, July 9, 2018 at 3:18:49 AM UTC-6, Jed Carty wrote: > > I made a macro version of this and posted it here: > https://www.ooktech.xyz:8443/Public#%24%3A%2Fmacros%2FForums%2FSearchBar > > I am hoping to start using that wiki to put examples made

[tw5] Re: How to escape angle brackets inside a macro?

2018-07-09 Thread talha131
Thank you 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

[tw5] Re: set tiddlername serially from dictionary tiddler list

2018-07-09 Thread Dave
I was considering posting a separate question about "*for next loops*" in TW, but that's kind of what a *filtered list* is, isn't it? I'll work on that idea and post here if I figure it out (unless anyone sees an obvious solution I've missed and beats me to it) -- You received this message

[tw5] Re: How to escape angle brackets inside a macro?

2018-07-09 Thread TonyM
Talha, Sorry for that oversight. I usually have the detailsWidget plugin from Thomas Elmiger on my wikis for a quick and smart looking more details view, see http://tid.li/tw5/plugins.html#DetailsWidget However as much as I like it, a plugin for such a basic function is annoying. So I plan an

[tw5] Re: TW5: just a <> search box

2018-07-09 Thread TonyM
Jed, Since you recently created this "on demand" search macro, I wonder it it would be a small step for you to devise a search in scope. I will do it eventually if not, it would be nice to provide a search tool a filter which limits the scope to a set of tiddlers then any string provided will

[tw5] Re: [MuuriTouch] Reloaded

2018-07-09 Thread Dave
Wow, that's cool! I'll upgrade to that once its out of development One option would be for only the tiddler buttons (edit, close, close others, etc) to be hidden, but reveal on hover-over, *but maintain everything else* (esp the titles) -- You received this message because you are subscribed

[tw5] Re: How to use a variable inside transclusion braces?

2018-07-09 Thread Scott Kingery
I might have misunderstood you but I think you are looking for something like: \define MyFilter() [tag[$(MyTag)$]sort[title]] \end <$set name="MyTag" value={{!!title}}> <$list filter=<>> <$link to={{!!title}}><$view field="title"/> On Monday, July 9, 2018 at 10:57:25 AM UTC-7, talha131

[tw5] Re: How to use a variable inside transclusion braces?

2018-07-09 Thread talha131
Thanks PMario. It fixed the issue. One thing, Transclude widget does not let you use templates, right? Otherwise I tried it with the variable but didn’t see any option of template in its API. ​ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread Stobot
Thanks for the creative alternative guys - yes, based on what I'm doing the winner is the minimum number of keys, so ^^something^^ is still shorter than something, but I definitely learned something! I imagine the ability to come up with my own Wikitext to convert (such as the original

[tw5] Re: How to use a variable inside transclusion braces?

2018-07-09 Thread PMario
Hi, This: {{||$:/core/ui/TagTemplate}} is a shortcut that uses the current tiddler as an input variable. If you need an other variable as currentTiddler you'll need to use the transclude widget. https://tiddlywiki.com/#TranscludeWidget have fun! mario -- You received this message

[tw5] Re: [MuuriTouch] Reloaded

2018-07-09 Thread BurningTreeC
> > I re-imported the plugin, but it doesn't seem any different. Is there a > way to check if I imported correctly, like a version number or something? > Sorry for the misunderstanding, I'm talking about the current development version at http://muritest-reloaded.tiddlyspot.com ... see the

[tw5] Re: Editing TiddlyWiki files on Android

2018-07-09 Thread 'Mark S.' via TiddlyWiki
My solution, but may not work on newer phones, is to run the AndTidWIki app. (well, I'm using dropbox and not ownCloud). You click on the file and then choose AndTidWiki to run. Good luck, -- Mark On Monday, July 9, 2018 at 11:24:22 AM UTC-7, Luís de Sousa wrote: > > Hi all, > > I am new to

[tw5] Editing TiddlyWiki files on Android

2018-07-09 Thread Luís de Sousa
Hi all, I am new to TiddlyWiki, I appreciate very much its technology agnostic paradigm and am convinced it is the right tool to manage my notes. I also need to access my notes from both my computer (Linux) and my phone (Android). I have successfully created Wiki files with Firefox and

[tw5] Re: [MuuriTouch] Reloaded

2018-07-09 Thread Dave
I re-imported the plugin, but it doesn't seem any different. Is there a way to check if I imported correctly, like a version number or something? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: How to escape angle brackets inside a macro?

2018-07-09 Thread Mohammad
Thank you for sharing! On Monday, July 9, 2018 at 10:02:13 PM UTC+4:30, talha131 wrote: > > I use Markdown-Here addon for formatting > posts. > ​ > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Linked Lists: Worth to share, Thanks to Mat

2018-07-09 Thread Mohammad
Great work Diego! This is more flexible and powerful than the simple code I provided! /Mohammad On Monday, July 9, 2018 at 9:48:58 PM UTC+4:30, Diego Mesa wrote: > > Hey all, > > I also shared my implementation of a linked-list earlier: > > \define createAndShowLinkedList(subfilter lastlink

[tw5] How to use a variable inside transclusion braces?

2018-07-09 Thread talha131
I am trying to create a macor, which when used inside a tiddler, will list all the tiddlers that have the title of the tiddler as tag. For example, if a tiddler title is examples. If macro is used inside it, all the tiddlers that have examples are listed. My progress so far is \define

[tw5] Re: How to escape angle brackets inside a macro?

2018-07-09 Thread talha131
I use Markdown-Here addon for formatting posts. ​ -- 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

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread Mohammad
Mark! They named the highlight tag really after you ;-). Yes, your solution was what Stobot asked! But I learned now, I can have my own tag! why not to use in my TW! /Mohammad On Monday, July 9, 2018 at 9:49:55 PM UTC+4:30, Mark S. wrote: > > Wonderful! They finally named a tag after me!

[tw5] Re: [MuuriTouch] Reloaded

2018-07-09 Thread BurningTreeC
> > Btc, > > I would love to see a minmalist display of all tiles with or without > titles. > > If I have missed it in the current design please let me now. > > This is because I see its use in meetings on large screens, or as post it > notes, where the observers need not see tags, buttons etc

[tw5] Re: How to escape angle brackets inside a macro?

2018-07-09 Thread Mohammad
Good job! Its great to share everybody his/her final solution! How do you have syntax highlighting for TW keywords? It looks nice to have syntax highlight for TW itself (e.g $list, $reveal, ) /Mohammad On Monday, July 9, 2018 at 7:42:01 PM UTC+4:30, talha131 wrote: > > Tony, I am sure you

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread 'Mark S.' via TiddlyWiki
Wonderful! They finally named a tag after me! Cross that one off the bucket list. ;-) I assumed that Stobot wanted to use the TW editor and keystroke sequences. Otherwise, you could even make your own tag : m { background-color: yellow; } I don't know if making your own tags will get the W3C

[tw5] Re: Linked Lists: Worth to share, Thanks to Mat

2018-07-09 Thread Diego Mesa
Hey all, I also shared my implementation of a linked-list earlier: \define createAndShowLinkedList(subfilter lastlink sortby:created linkfieldname:next) <$formula-vars counter="count([$subfilter$])-1"> <$list filter="[rangebutlast[]]" variable="iter">

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread Mohammad
While Mark gave an elegant solution above You can also use this simple but a bit lengthy ones! HTML5 has the semantic element to highlight the text and it can be easily used in TW like this This is a highlighted text On Monday, July 9, 2018 at 8:05:46 PM UTC+4:30, Stobot wrote: > > I'm

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread Stobot
That works - thanks Mark! -- 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

[tw5] Re: Quickly highlight text for later action CSS WikiText

2018-07-09 Thread 'Mark S.' via TiddlyWiki
In your stylesheet tiddler, try this: sup { font-size: inherit; vertical-align: baseline ; line-height: 0 ; background-color: yellow; top: 0; } On Monday, July 9, 2018 at 8:35:46 AM UTC-7, Stobot wrote: > > I'm looking for ideas with a very common (for me) use case > > One of the

[tw5] Quickly highlight text for later action CSS WikiText

2018-07-09 Thread Stobot
I'm looking for ideas with a very common (for me) use case One of the things I use TiddlyWiki for is taking meeting notes, as well as my overall task/project manager. I needed a way to be able to quickly highlight bits of the notes inline that I needed to formally add as task tiddlers later.

[tw5] Re: What kind of operations can be performed on parameters passed to a macro?

2018-07-09 Thread talha131
If you need to change case or do any of those other standard operations, *I suppose you would need to write a javascript macro* — there’s no existing kit to do it for you. Do you have any example of JavaScript macro? The gist I get from this thread it is that it is not possible to do

[tw5] Re: How to escape angle brackets inside a macro?

2018-07-09 Thread talha131
Tony, I am sure you already know this, but anyone else, beginner like me, this won’t work for core images <$image source={{!!title}} width=48> See How to use core images with ImageWidget? for details. The final version of

[tw5] Re: Tranclusion a tiddler filed from another tiddler filed

2018-07-09 Thread Mohammad
WOW!! That's work!! Highly appreciated Mark! /Mohammad On Monday, July 9, 2018 at 7:07:32 PM UTC+4:30, Mark S. wrote: > > In my experience, you need to "glue" the parts together with a macro, > which also means you need to use a macrocall widget for invocation. > > Using the new "robust"

[tw5] Re: A way to import lists to make tiddlers from list items

2018-07-09 Thread 'Mark S.' via TiddlyWiki
That's a nice general approach when your data has special requirements. There's also the XLSX edition (https://tiddlywiki.com/editions/xlsx-utils/) when you have lots of regularly formatted data to import. On Monday, July 9, 2018 at 2:21:24 AM UTC-7, barro...@gmail.com wrote: > > One way to

[tw5] Re: Tranclusion a tiddler filed from another tiddler filed

2018-07-09 Thread 'Mark S.' via TiddlyWiki
In my experience, you need to "glue" the parts together with a macro, which also means you need to use a macrocall widget for invocation. Using the new "robust" synatax with "__", it might look like: \define deref(tid fld) <$transclude tiddler=<<__tid__>> field=<<__fld__>> /> <$macrocall

[tw5] Re: How to use core images with ImageWidget?

2018-07-09 Thread talha131
Thank you Mark On Monday, July 9, 2018 at 7:23:05 PM UTC+5, Mark S. wrote: > > The tiddlers you reference aren't actually image types. Look for the type > field at the bottom of the tiddler. By contrast, if you look at "Motovun > Jack.svg", you will see it has an image type, and it works with

[tw5] Re: How to use core images with ImageWidget?

2018-07-09 Thread 'Mark S.' via TiddlyWiki
The tiddlers you reference aren't actually image types. Look for the type field at the bottom of the tiddler. By contrast, if you look at "Motovun Jack.svg", you will see it has an image type, and it works with the image widget. Have fun, -- Mark On Monday, July 9, 2018 at 6:54:37 AM UTC-7,

[tw5] How to use core images with ImageWidget?

2018-07-09 Thread talha131
I have noticed I can transclude core images but can’t use them with ImageWidget. Here is my code. # {{$:/core/images/bold}} # <$image source="$:/core/images/bold" /> # {{$:/core/images/copy-clipboard}} # <$image source="$:/core/images/copy-clipboard" /> The output is this You can see the

[tw5] Re: How to escape angle brackets inside a macro?

2018-07-09 Thread talha131
Thank you Tony. These filtered lists are very helpful. Your code has an orphan tag. Is it your own custom widget? Because I couldn’t find any DetailsWidget in the official documents. ​ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: TW5: just a <> search box

2018-07-09 Thread Ste Wilson
If only there was some sort of existing mechanism where people could subscribe to a wiki, leave comments, automatically receive updates... What would something like that be called.. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Linked Lists: Worth to share, Thanks to Mat

2018-07-09 Thread Mohammad
Thanks David! On Monday, July 9, 2018 at 5:29:15 PM UTC+4:30, David Gifford wrote: > > Added to the toolmap, in three sections: linking, lists, and presentations. > > On Monday, July 9, 2018 at 6:47:21 AM UTC-5, Mohammad wrote: >> >> *Announcement* >> >> *Simple Linked List: * >> >>

[tw5] Re: Linked Lists: Worth to share, Thanks to Mat

2018-07-09 Thread David Gifford
Added to the toolmap, in three sections: linking, lists, and presentations. On Monday, July 9, 2018 at 6:47:21 AM UTC-5, Mohammad wrote: > > *Announcement* > > *Simple Linked List: * > > *http://revealgradually.tiddlyspot.com/#Wizard%20Tutorial >

[tw5] Re: TW5: just a <> search box

2018-07-09 Thread David Gifford
Added this macro version to the TiddlyWiki Toolmap under searching tools https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM On Monday, July 9, 2018 at 4:18:49 AM UTC-5, Jed Carty wrote: > > I made a macro version of this and posted it here: >

[tw5] Tranclusion a tiddler filed from another tiddler filed

2018-07-09 Thread Mohammad
Assume you have a tiddler titled "*Tiddler-A*". It has a caption filed cotains: "I am Tiddler A" Next assume you have Tiddler-B, its summary filed contains "Tiddler-A" I want a transclusion like this in Tiddler-B {{!!summary!!caption}} But as it is clear, it wont work. How I can transclude

[tw5] Re: TW5: just a <> search box

2018-07-09 Thread Mohammad
Jed, That is wonderful. While people here are very helpful, but this forum is not good for storing and later searching and finding solution in a clean easy way! It is very important to have other people contribute to the public wiki you mentioned. One more important note: create a template

[tw5] Linked Lists: Worth to share, Thanks to Mat

2018-07-09 Thread Mohammad
*Announcement* *Simple Linked List: * *http://revealgradually.tiddlyspot.com/#Wizard%20Tutorial* *Mat *has a great code to make slideshow at http://pptw.tiddlyspot.com/ He has a very simple but really useful code in http://pptw.tiddlyspot.com/#PreviousNext to

[tw5] Re: Is TW markup in caption field a bad practice?

2018-07-09 Thread barrowgloom
Hello Josiah Colour palettes in TW largely don't have much awareness of the different > vision issues users may have (THERE ARE A LOT OF YOU :). > yes a similiar situation in reverse, unfortunately my setup disregards palette even if its a dark or inversed theme , I need to whitelist

[tw5] Re: Headings margins and forced page breaks when printing

2018-07-09 Thread Jed Carty
I think that can use print css to add page breaks before/after a given element. I don't remember much more than that. I think that the resume edition may have a print css that could be an example. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: TW5: just a <> search box

2018-07-09 Thread Jed Carty
I made a macro version of this and posted it here: https://www.ooktech.xyz:8443/Public#%24%3A%2Fmacros%2FForums%2FSearchBar I am hoping to start using that wiki to put examples made from answers here on the forum. It is on a server running the online version of Bob (I haven't released it yet,

[tw5] Re: Tiddlywiki macro parameters

2018-07-09 Thread Mohammad
Linefeeds like this <> /Mohammad On Monday, July 9, 2018 at 12:33:31 PM UTC+4:30, TonyM wrote: > > Mohammad, > > Be warned when calling the macro, this is not the case > > < < < > How would one use line feeds?, you mean ? > > Thanks for sharing. > Tony > > > On Monday, July 9, 2018 at 4:44:09

[tw5] Re: Tiddlywiki macro parameters

2018-07-09 Thread TonyM
Mohammad, Be warned when calling the macro, this is not the case > The answer was found here: > > https://tiddlywiki.com/#Macro%20Definition%20Syntax > > Seems commas, spaces and linefeeds are allowed

[tw5] Re: Headings margins and forced page breaks when printing

2018-07-09 Thread @TiddlyTweeter
Does BTC's "PrintRiver" help? On Monday, 9 July 2018 06:26:27 UTC+2, TonyM wrote: > > Folks, > > I foolishly left this to a just in time requirement, unfortunatly with a > job application due. > > I normally open tiddlers in a new window ant print tiddlers with the > browser print facility,

[tw5] Re: Cute Observation Add fields via simple text entry

2018-07-09 Thread TonyM
Mario, I understand your concern but perhaps you miss understand, it simply exports tid files which have new fields created as a result of what is typed in the beginning of the text field. - It is a new exporter (you have to import or create), that permits this, but the saved tiddlers

[tw5] Re: [MuuriTouch] Reloaded

2018-07-09 Thread BurningTreeC
> > Btc, > > I would love to see a minmalist display of all tiles with or without > titles. > > If I have missed it in the current design please let me now. > > This is because I see its use in meetings on large screens, or as post it > notes, where the observers need not see tags, buttons etc

[tw5] Re: Tiddlywiki macro parameters

2018-07-09 Thread Mohammad
The answer was found here: https://tiddlywiki.com/#Macro%20Definition%20Syntax Seems commas, spaces and linefeeds are allowed and all are valid. /Mohammad On Monday, July 9, 2018 at 11:04:46 AM UTC+4:30, Mohammad wrote: > > In defining the macro in TW, two kind of delimiters can be use > > >

[tw5] Tiddlywiki macro parameters

2018-07-09 Thread Mohammad
In defining the macro in TW, two kind of delimiters can be use - coma as delimiter \define mac1(p1,p1) - space as delimiter \define mac1(p1 p2) Which is correct and standard and why? /Mohammad -- You received this message because you are subscribed to the Google Groups