[tw5] How to create an Atom Feed for your TiddlyWiki

2019-09-01 Thread Scott Kingery
I've developed a simple system for creating an atom feed for your TiddlyWiki. Even single HTML file wikis. It's really just a formatted filter list but it will enable you to copy and paste the text to an atom.xml file. So, not completely automated but if you want a feed, it should work.

Re: [tw5] Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-01 Thread Mohammad Rahmani
Wonderful Flibbles, This is a must have plugin! Best wishes Mohammad On Mon, Sep 2, 2019 at 6:57 AM Flibbles wrote: > I present Relink ! > > It relinks fields, links, WikiLinks, widgets, transclusions, lists, and > filters. It's highly customizable,

[tw5] Presenting: a plugin which automatically relinks renamed tiddlers

2019-09-01 Thread Flibbles
I present Relink ! It relinks fields, links, WikiLinks, widgets, transclusions, lists, and filters. It's highly customizable, but it will also work out of the box. It's robust, and can handle bizarre name changes. It's well tested (but still really

[tw5] Re: Where is the "Tags OnClick" Macro?

2019-09-01 Thread TonyM
Mohammad, It tends to be easier to make a tiddler with a list with in it if you want to manage larger numbers of tiddlers. However this is how I look for what you ask The Tag tiddlers appear in the view template The Tag $:/tags/ViewTemplate deterims if it appears on the view template Looking

[tw5] Re: first wiki is up-- Guide to general use of TW

2019-09-01 Thread A Gloom
Thomas As the author of the palette I am happy to read that it is actually used by real people : The Twilight palette is well done, one of my preferred palettes for publishing wikis so I can view them when they're live. > -- You received this message because you are subscribed to the

[tw5] Re: TW & accessibilty (vision impairement)

2019-09-01 Thread A Gloom
> > Problem is this, in TW, I think: how to convert your need into a pallet? > I don't believe a palette would solve things. if I made TW viewable without FF's inverted colors theme so I could turn off that setting then all other browser tabs would also lose the inverted colors theme so web

[tw5] Where is the "Tags OnClick" Macro?

2019-09-01 Thread Mohamed Amin
Dears, In any Tiddler that has a tag, whenever we click on that tag (the orange button) there is a drop-down menu appeared that contains the name of that tag and all tiddlers that tagged by it. My question is: How can I customise that menu? where is the macro for its OnClick action? For

[tw5] Re: Proposal: Tiddler Serial Numbers

2019-09-01 Thread TonyM
Folks, Please find attached a work in progress experiment bundle of tiddlers. Drop in an empty wiki and see how new tiddlers (Via done button) gain a serial number and existing tiddlers can have one added. This replaces the standard edit template done button (hides existing), and modifies

[tw5] Re: TW & accessibilty (vision impairement)

2019-09-01 Thread A Gloom
Jed Hopefully this may help https://www.dyslexiefont.com/en/typeface/ The Effect of Colored Overlays on Reading Fluency in Individuals with Dyslexia https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4999357/ -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Query: Would it be possible to make a "filter builder?"

2019-09-01 Thread A Gloom
' been toying with the concept with my filter code generators (that those visual filter diagram I posted came from) so its possible -- 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,

[tw5] Re: How to transclude all tiddlers tagged with the current tiddler into a draggable list?

2019-09-01 Thread TonyM
Folks, I was using the request in this thread to investigate the possibilities and am still working on it however I thought I would note - The link widget includes a draggable option - Unfortunately the DraggableWidget

[tw5] Re: How to transclude all tiddlers tagged with the current tiddler into a draggable list?

2019-09-01 Thread Birthe C
Maybe try <$macrocall $name="list-tagged-draggable" tag=<> itemTemplate=""/> Birthe -- 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: How to transclude all tiddlers tagged with the current tiddler into a draggable list?

2019-09-01 Thread Thomas Elmiger
Hi The most simple way I can think of is this: <> After saving, it will produce a tag pill. Click the tag pill, and a popup shows all tht tagged tiddlers in a draggable list. All the best, Thomas Am Sonntag, 1. September 2019 21:16:53 UTC+2 schrieb si: > > Hello everyone. > > I am trying

[tw5] How to transclude all tiddlers tagged with the current tiddler into a draggable list?

2019-09-01 Thread si
Hello everyone. I am trying to transclude all tiddlers tagged with the current tiddler into a draggable list. I have tried this macro: <$macrocall $name="list-tagged-draggable" tag={{!!title}} itemTemplate="$:/_DraggableTemplate"/> With the template tiddler $:/_DraggableTemplate: \define

[tw5] Re: Proposal: Tiddler Serial Numbers

2019-09-01 Thread Diego Mesa
I think it would be useful to separate the discussion/use-cases of creating/using "serial numbers" that are unique inside a wiki, to creating/using "serial numbers" that are provably unique **on the entire internet for all time**. Just because its relevant here, ill copy/paste what I said in

[tw5] Display Tag In Tiddler Body

2019-09-01 Thread Kevin Kleinfelter
How would I display a tag in a tiddler body? For example, I might say: - This is what the howto tag looks like --> (show howto tag here) TIA -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Proposal: Tiddler Serial Numbers

2019-09-01 Thread HansWobbe
After some preliminary testing of Containers, I think it might be possible to set up a proof-of-concept that would let a few folk interact as Peers that way. I personally don't have the ability to set this up, but I do see enough potential in this apporach that I would participate and

[tw5] Re: Query: Would it be possible to make a "filter builder?"

2019-09-01 Thread @TiddlyTweeter
> > So, its partly about "learning whilst doing". Use a "constructor" (that >> explains some things) until you are more fluid with them. >> > > There you can see the advantages of the human brain ;) > My brain failed. Can I have yours? I often have that strange deja vu feeling looking at

[tw5] Re: action-setfield not changing value

2019-09-01 Thread MagoArcade
Perfect, 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 view this discussion on the web visit

[tw5] Re: action-setfield not changing value

2019-09-01 Thread TonyM
Sometimes wrapping the field manipulation with the fieldmangler widget is the answer. I am not sure when but try it. -- 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: action-setfield not changing value

2019-09-01 Thread PMario
Hi, Did you try: <$button>Go! <$action-setfield $tiddler=<> filter=<>/> See the removed quotes. I didn't test anything. just a guess. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Query: Would it be possible to make a "filter builder?"

2019-09-01 Thread PMario
On Sunday, September 1, 2019 at 12:05:53 PM UTC+2, @TiddlyTweeter wrote: .. > So, its partly about "learning whilst doing". Use a "constructor" (that > explains some things) until you are more fluid with them. > There you can see the advantages of the human brain ;) > But I'm not sure

[tw5] Re: Proposal: Tiddler Serial Numbers

2019-09-01 Thread PMario
On Sunday, September 1, 2019 at 10:08:27 AM UTC+2, @TiddlyTweeter wrote: > > bimlas wrote: > >> I have not heard of the DAT protocol and I do not know how Peer-2-Peer >>> works, but it is clear that it has to do with networks. >>> >> > PMario wrote: > >> ... There are some 3rd party servers

[tw5] Re: Philosophy & TW -- Title v. Content

2019-09-01 Thread @TiddlyTweeter
repeat for email On Sunday, 1 September 2019 12:30:38 UTC+2, @TiddlyTweeter wrote: > > This is one of those offtopic/ontopic things. > > The filtering mechanism in TW is very orientated to "titles first". > > MY problem is that I often have *TEXT that is more meaningful than its > title*. > The

[tw5] action-setfield not changing value

2019-09-01 Thread MagoArcade
Hi all, below is the heavliyt abridged code: \define NodePath() $:/plugins/felixhayashi/tiddlymap/graph/views/$(DDView)$/filter/nodes \end \define NodePathItem() $(orignodevalue)$ [field:tmap.id[$(tmapid)$]] \end <$set name="orignodevalue" tiddler=<> field=filter> <$button>Go!

[tw5] Re: Query: Would it be possible to make a "filter builder?"

2019-09-01 Thread @TiddlyTweeter
TonyM asked: > > Interesting question. > > Could you tell us a little more what you are thinking? > I'm simply noticing the combined power of a full filters. Very powerful. But in a *Strange Esoteric Language*. *I would say a virgin user would not have much of a chance with them just

[tw5] Re: (HowTo) use Google Fonts in your Tiddlers

2019-09-01 Thread PMario
On Sunday, September 1, 2019 at 3:00:41 AM UTC+2, TonyM wrote: ... > I was going to add for offline support and to avoid what Mario pointed out > you can import css files into tiddlywiki and tag them as stylesheets > removing the dependance on the internet. > If you want to use the font for

[tw5] Re: Query: Would it be possible to make a "filter builder?"

2019-09-01 Thread TonyM
Tt Interesting question. I think the subfilter operator would help combine seperatly defined filters perhaps selected from a list. Could you tell us a little more what you are thinking? perhaps a dialogue that helps filters to be built from a lookup of operators? populate a field with a

Re: [tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-09-01 Thread @TiddlyTweeter
Mohammad wrote: > > Hi Josiah, > Good suggestion! > > I think I should write a book on Tiddlywiki :-) > Great. I'd happily edit it. J. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-09-01 Thread Mohammad Rahmani
Hi Josiah, Good suggestion! I think I should write a book on Tiddlywiki :-) Best wishes Mohammad On Sun, Sep 1, 2019 at 12:11 PM @TiddlyTweeter wrote: > Mohammad > > An issue that is now clear in this thread is the *need for full > filter/operator examples documenting*. Not just regex. > >

[tw5] Re: TW & accessibilty (vision impairement)

2019-09-01 Thread @TiddlyTweeter
A Gloom Problem is this, in TW, I think: how to convert your need into a pallet? But you also say stuff about o/s too ... Blurry vision/unable to read small text- user will use accessiblity > features like larger monitor set at lower screen resoltion or zoom (Windows > screen scaling/DPI

[tw5] Re: TW & accessibilty (vision impairement)

2019-09-01 Thread @TiddlyTweeter
Ciao Jed I have broad comments (as someone guilty of EXTREME text :) Part of the problem is complexity. Your list is very long and some of it not necessarily intuitively obvious to someone without dyslexia. FYI, I have MS. Vision and numerical comprehension problems for decades (MS is

[tw5] Re: Proposal: Tiddler Serial Numbers

2019-09-01 Thread @TiddlyTweeter
bimlas wrote: > I have not heard of the DAT protocol and I do not know how Peer-2-Peer >> works, but it is clear that it has to do with networks. >> > PMario wrote: > ... There are some 3rd party servers involved at the moment, because you > need to find other peers. > Right. It is

[tw5] Re: Query: Would it be possible to make a "filter builder?"

2019-09-01 Thread @TiddlyTweeter
repeat for email. On Sunday, 1 September 2019 09:56:14 UTC+2, @TiddlyTweeter wrote: > > Just wondering, given the range of Operators now, whether a tool would be > possible that can "build a filter". > > TT > -- You received this message because you are subscribed to the Google Groups

[tw5] Recovering missing tiddlers

2019-09-01 Thread TonyM
First Have a look for deleted files and versions using the Dropbox website. Regards 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

[tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-09-01 Thread @TiddlyTweeter
Mohammad & all I just want to make the general point, again, that regular expressions are NOT just for "matching", they are for "*search & replace*" too. Filters are dominantly orientated to matching, to search & find, not change. I thought your regex tool in Tiddler Commander a good step

[tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-09-01 Thread @TiddlyTweeter
Mohammad An issue that is now clear in this thread is the *need for full filter/operator examples documenting*. Not just regex. I highly doubt most anyone would have Mark's skill at combining the regex operators to extract as he does. Nor TonyM's solution to his desire to list macros and

[tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-09-01 Thread @TiddlyTweeter
TonyM Another good illustration. Useful tool! Make the table heading columns sortable and you'd have both lookup by macro name and lookup by Tiddler name :-) TT TonyM wrote: > > ... a title and link to the containing tiddler as well. > > > Macro > Defined in > Global (Tagged

[tw5] Re: Announcing Tiddlywiki and regexp Examples: Documentation wiki

2019-09-01 Thread @TiddlyTweeter
Thanks Mark S. VERY helpful illustration! Has anyone ever asked on GH to add ability to use Regex capture groups directly in filters? They are very useful as you are able to define in a regex exactly what you need back. In effect they could do your solution in, basically, one move. Just