[tw] [TW5] Table of Contents Where Children Contain Source Tag and Parent Tag

2016-08-09 Thread Taylor Jensen
Is it possible for me to make a table of contents where not only does it nest, but also matches all children entries to the first tag? Say I do: <$macrocall $name="toc-tabbed-internal-nav" tag="location" selectedTiddler="$:/temp/toc/selectedTiddler" unselectedText="Select a

[tw] Re: adding comments after global macros

2016-08-09 Thread 'c pa' via TiddlyWiki
I create all of my ready to be reused macros this way: (With documentation after the macro definition) Works just fine \define macroname(param1, param2, param3) do stuff here \end `<>` <> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-08-09 Thread Mat
Thomas Elmiger wrote: > Nesting is absolutely possible > AH! Here I was babbling and you had already done it. Looks 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

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-08-09 Thread Mat
Josiah wrote: I personally see immediate good use cases for it: For instance, inline > clarifications of Middle English words in an ebook version of Chaucer's "A > Canterbury Tales". > In deed, the obvious example that comes to mind. SUGGESTION: I'm not sure if it would be feasible but one

Re: [tw] Presenting: Tablinks - to access the tid showing in the tab

2016-08-09 Thread Mat
On Tuesday, August 9, 2016 at 11:09:48 PM UTC+2, PMario wrote: > > On Tuesday, August 9, 2016 at 11:08:26 PM UTC+2, PMario wrote: >> >> .tc-vertical { >> min-width: 7em; >> } >> > > problem here is, that different languages may have different values. ... > A problem is also that I want the

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-08-09 Thread Josiah
Thomas Really excellent. Very powerful. In essence you could replicate http://www.telescopictext.com/ ? I will write you a text in the next couple of days that can be a bit of fun to apply this to. Best wishes Josiah On Tuesday, 9 August 2016 23:25:33 UTC+2, Thomas Elmiger wrote: > > Ciao

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-08-09 Thread Thomas Elmiger
Ciao Josiah Nesting is absolutely possible using transclusion. I made a new demo/testcase here: http://tid.li/tw5/hacks.html#TextStretch%20Transclusion%20Examples – hope you like it. (I transclude fields from the same tiddler plus one other tiddler in block mode.) Verbal game sounds

[tw] Re: Jeds bookmark plugin - modification help

2016-08-09 Thread Jed Carty
An option to show all tags would be possible, but it would take a redesign of how the bookmarks by tags list works so it may be a while before I get to it -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw] Presenting: Tablinks - to access the tid showing in the tab

2016-08-09 Thread PMario
On Tuesday, August 9, 2016 at 11:08:26 PM UTC+2, PMario wrote: > > .tc-vertical { > min-width: 7em; > } > problem here is, that different languages may have different values. ... -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw] Presenting: Tablinks - to access the tid showing in the tab

2016-08-09 Thread PMario
On Tuesday, August 9, 2016 at 10:06:55 PM UTC+2, Mat wrote: > > It's decent now but I'm not 100% happy with it; I would want the verticall > tabs to keep a fixed width and have the link hover outside to the left of > it. I also realized I would prefer the horizontal tabs to have the links to >

Re: [tw] creating new tiddler with title of storyTiddler as tag (TW5)

2016-08-09 Thread stevesuny
Jeremy, thanks! This is helpful code. All, How would I add an additional tag to the tiddler created with this code: {{||$:/core/ui/Buttons/new-here}}? Or, more specifically, how would I do a "new here" with an additional tag of my choosing? I've started with a macro, but it still has two

Re: [tw] Presenting: Tablinks - to access the tid showing in the tab

2016-08-09 Thread Mat
Pit.W. wrote: > > +1 > > > Yes, please. This is very helpful. > Not sure exactly which message you're replying to, but anyway; updated. It's decent now but I'm not 100% happy with it; I would want the verticall tabs to keep a fixed width and have the link hover outside to the left of it. I

Re: [tw] Presenting: Tablinks - to access the tid showing in the tab

2016-08-09 Thread Pit.W.
+1 Yes, please. This is very helpful. Am 2016-08-08 um 13:28 schrieb Mat: No biggie but solving a repeated annoyance for me Tablinks <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] HTML to Markdown converter

2016-08-09 Thread Andy Pastuszak
I have been trying to find the best way to "scrape" web pages and stick them into a tiddler, and I came across something interesting. Excuse any profanity, as I just found this stuff and did not name it. 1. Install the Markdown plugin for TiddlyWiki5 found here:

Re: [tw] what's the current state of a TW5 version of include / load tiddlers?

2016-08-09 Thread Dave
Oh, one more thing... Is what I'm talking about possible in tiddlydesktop (seeing as it's based on node.js)? -- 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

Re: [tw] what's the current state of a TW5 version of include / load tiddlers?

2016-08-09 Thread Dave
Thank you. Time to dive in to node.js! -- 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

[tw] Re: adding comments after global macros

2016-08-09 Thread PMario
On Tuesday, August 9, 2016 at 7:38:29 PM UTC+2, PMario wrote: > > Everything in-between will be ignored. Coincidentally this is the same as > an HTML comment and follows the same rules ;) > Wikitext start- and end-markers are very rare. So we should try to save them. -m -- You received this

[tw] Re: adding comments after global macros

2016-08-09 Thread PMario
On Tuesday, August 9, 2016 at 3:28:56 AM UTC+2, Rustem wrote: > > Also, is there a way to have text that is ignored, other than enclose it > as HTML comment? > No. TW WikiText Comment start is: Everything in-between will be ignored. Coincidentally this is the same as an HTML comment and

[tw] Re: adding comments after global macros

2016-08-09 Thread PMario
On Tuesday, August 9, 2016 at 3:28:56 AM UTC+2, Rustem wrote: > > Is it ok to have text at the end of a tiddler that has the tag > "$:/tags/Macro"? > IMO should be no problem, except of size. So if you don't add jpg images, and want to import them into other TWs, you should be fine. Macros

[tw] Re: adding comments after global macros

2016-08-09 Thread PMario
On Tuesday, August 9, 2016 at 3:28:56 AM UTC+2, Rustem wrote: > > > And while I'm at it, is there a way to have text displayed as is, not > wikified and not monospaced? > > this may help: http://tiddlywiki.com/#WikiText:WikiText%20%5B%5BHard%20Linebreaks%20in%20WikiText%5D%5D -m -- You

[tw] Re: [TW5] Get certain characters of a tiddler title

2016-08-09 Thread PMario
This thread may also contain some useful info: https://groups.google.com/forum/#!topic/tiddlywiki/MV_PqI97jPU -m -- 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

Re: [tw] Re: TW5 node.js; TiddlyWiki to replace OneNote

2016-08-09 Thread Pit.W.
I have replaced OneNote with Tiddlywiki by using TiddlyClip - COMPLETELY! ... MS Project with Timeline ... and Mindmap with Tiddlymap.org ... added Tidgraph for organigrams and logic / decision trees ... added datepicker for convenience (I find it helpful to set format="-MM-DD" and

[tw] Re: [TW5] Get certain characters of a tiddler title

2016-08-09 Thread PMario
Hi Bo, If your tiddlers have the right created fields, you may use that to create your filters and lists. testTiddler: <$list filter="[!is[system]regexp:created[^201408]]"> <$link to=<>>{{!!title}} --- <$view tiddler=<> field=created format="date" template="DDD DDth MMM "/>

[tw] Re: Filter for child tiddler of tiddlers by prefix??

2016-08-09 Thread PMario
let us know, if you need more :) ... Just ask! You may also try to search this group again . You may get some hints. have fun! -mario -- You received this message because you are subscribed to the

[tw] Re: Filter for child tiddler of tiddlers by prefix??

2016-08-09 Thread PMario
Using an input field and a regexp. Create a tiddler eg: myAdvancedSearch with this content term: <$edit-text tiddler="$:/temp/input/reg" tag=input size=80 placeholder="enter the search term" /> <> In the input field type eg: /02/ orlog or 16/02 or ... see:

[tw] Re: Filter for child tiddler of tiddlers by prefix??

2016-08-09 Thread PMario
Hi, I see. So I guess you want shorter lists. .. Some example follow <> ... uses the prefix operator: see: http://tiddlywiki.com/#prefix%20Operator:%5B%5Bprefix%20Operator%5D%5D%20%5B%5Bprefix%20Operator%20(Examples)%5D%5D more to come. -m -- You received this message because you are

[tw] Re: [TW5] Get certain characters of a tiddler title

2016-08-09 Thread 'Mark S.' via TiddlyWiki
If you don't mind having to create a filter with parts in it for every month/year, then this might work (I've done just 2 months here, 07 and 08): <$list filter="[removeprefix[201608]addsuffix[.08.2016]] [removeprefix[201607]addsuffix[.07.2016]] +[sort[]]"><$view field="title"/> If I might

[tw] Re: Filter for child tiddler of tiddlers by prefix??

2016-08-09 Thread 'Mark S.' via TiddlyWiki
Since each of your "Worklog /mm/dd" entries are also tagged, try: <$list filter="[tag[worklog]] +[tagging[]]" /> The question is, are tasks the only things that are tagged with work logs? I feel there must be a way to go about this that uses fields instead of tags, so that your tag-space

[tw] Re: help with filter please

2016-08-09 Thread 'Mark S.' via TiddlyWiki
I was able to work this out with the help of one of another's Jed's posts about tagging: <$list filter="[tag[UV]] +[listed[when]]" /> Mark On Tuesday, August 9, 2016 at 1:05:05 AM UTC-7, Rustem wrote: > > It's not tagging though. The lowest level is not tagged, but linked via a > field

[tw] Re: Filter for child tiddler of tiddlers by prefix??

2016-08-09 Thread HC Haase
Hi Mario Thanks for the advice. Yes. tiddler* task a* is tagged * "worklog /0MM/0DD" *is tagged *"worklog"*(see screenshot) but I don't really understand how I can filter the tasks, as *task a* and *task n* don't have any tags in common. Thy do however have tags with the same

RE: [tw] Re: Copy-to-clipboard button in Tiddlywiki?

2016-08-09 Thread andrew
Check out http://copy.tiddlyspot.com Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5 Original message From: Ilmari Kumpula Date: 8/9/16 3:08 AM (GMT-07:00) To: TiddlyWiki Subject: [tw] Re:

[tw] Re: [TW5] Get certain characters of a tiddler title

2016-08-09 Thread The Bo
Hey Mario, thanks for your support! Ok... every tiddler in my TW-project is starting with the american date format mmdd for better sorting. Now I would like to seperate , mm and dd to build a german date format like dd.mm. and put it in a dynamic table via $list. Regards, The Bo

[tw] Re: Filter for child tiddler of tiddlers by prefix??

2016-08-09 Thread PMario
Hi HC, To create lists, we need some parameters to create filters. .. The most common one is "tags". So how are your journal tiddlers tagged? (TW default is: Journal) ... In your case I could imagine "worklog" for your "worklog /0MM/0DD" And the tasks could be tagged with the "worklog

[tw] Re: [TW5] Get certain characters of a tiddler title

2016-08-09 Thread PMario
Hi Bo, I don't know an easy solution out of the box. ... If you describe, what you want to achieve, imo it may be possible to find an easy (and existing) way. -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-08-09 Thread Josiah
Ciao Thomas, c pa, Mat & others... Great stuff. Very useful. I personally see immediate good use cases for it: For instance, inline clarifications of Middle English words in an ebook version of Chaucer's "A Canterbury Tales". I can also see other interesting apps for "verbal games".

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-09 Thread PMario
On Monday, August 8, 2016 at 7:56:07 PM UTC+2, Mat wrote: > > Ok, updated to work in FF also. A bit > css hacky tho with pushing and pulling to left and right. > There is a problem with "Vertical Tabs" see: More tab in the right sidebar. > No .. definitely

[tw] Re: Copy-to-clipboard button in Tiddlywiki?

2016-08-09 Thread Ilmari Kumpula
I would need to copy-paste text. I work in a Service Desk and we need to constantly copy-paste something, eliminating that extra CTRL + C would be a great help. I've been googling for a solution and many interesting solutions exist for this function, projects like: https://clipboardjs.com/

[tw] [TW5] Get certain characters of a tiddler title

2016-08-09 Thread The Bo
Hi, I would like to display the first characters of a tiddler title. For example tiddler title: New Tiddler number of characters: 3 This should display "New". There must be a simple way I wasn't able to find until now. ;-) Regards The Bo -- You received this message because you are

[tw] Re: Jeds bookmark plugin - modification help

2016-08-09 Thread HC Haase
Hi Jed is it possible to let the drop down for tag-assignment show tags from the entire wiki and not only bookmarks? I find it much more practical to use the same tags through the hole wiki and not (by accident or design) get a parallel tag structure only for bookmarks. (Now,If I want to give

[tw] Re: Copy-to-clipboard button in Tiddlywiki?

2016-08-09 Thread HC Haase
I can't help, but That could be a really nice feature. What do you intent to clip? the source text (e.g. tw5 markup) or the rendered html (or maybe make that an option)?? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

Re: [tw] what's the current state of a TW5 version of include / load tiddlers?

2016-08-09 Thread Jeremy Ruston
Hi Dave > I think I can probably achieve what I want in nodejs/TW5 (not sure of > details), but I was just wondering if > TW5 has the ability yet to automatically load / import on startup a list of > tiddlers from another TW file > , say all tagged with "include" or something like that. The

[tw] Filter for child tiddler of tiddlers by prefix??

2016-08-09 Thread HC Haase
It could be that I am organizing in the worst possible way, but is there a way to filter all tiddlers that has a tag starting with a prefix XX? My situation is: I have a structure (with tags) like: Journal tiddlers worklog 206/08/08 task a worklog 206/08/09 task b task c I

[tw] Re: help with filter please

2016-08-09 Thread Rustem
It's not tagging though. The lowest level is not tagged, but linked via a field called "when". On Tuesday, August 9, 2016 at 12:19:47 AM UTC-7, Jed Carty wrote: > > Try '[tag[UV]tagging[]]', I think that should work. > -- You received this message because you are subscribed to the Google

Re: [tw] Re: [TW5] Is there a TW5 version of TiddlyPacking available

2016-08-09 Thread Xavier Cazin
Hey Birthe, this is very nifty. Adopted for preparing my next vacation! -- Xavier Cazin On Mon, Aug 8, 2016 at 11:01 PM, 'Birthe C' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Hi J Mc > > Did you find a solution? > > I did try but without the different packing lists you wanted. >

[tw] Re: [TW5] Is there a TW5 version of TiddlyPacking available

2016-08-09 Thread J Mc
Hi Birthe C, Sorry, but I didn't find a solution. Thank you for providing an updated TW5 version though, It looks good and will be very useful. J Mc On Monday, 8 August 2016 22:01:54 UTC+1, Birthe C wrote: > > Hi J Mc > > Did you find a solution? > > I did try but without the different packing

[tw] Re: help with filter please

2016-08-09 Thread Jed Carty
Try '[tag[UV]tagging[]]', I think that should work. -- 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