Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Xavier Cazin
Hi Anne-Laure, I liked this tutorial very much, in good part because you addressed a concern that I shared with Eric Shulman: the risk of oversimplifying the documentation of a tool that is complex because it allows to create complex documents. Your step-by-step approach to reach a clear, if ambit

[tw5] Re: Freelinks hijacks external links

2020-04-22 Thread HC Haase
tirsdag den 21. april 2020 kl. 14.45.20 UTC+2 skrev TonyM: > > HC > > There is also a search that highlights the search string where ever it is > displayed. > are you referring to bimlas' highlight plugin or something else?? > Imagen if from this you could also create tiddlers and links.

[tw5] drafting TiddlyWiki integration for NeuraCache

2020-04-22 Thread Marcin Czech
Hey 👋 I'm a long term Evernote user (+ Notion). A few weeks ago, I discovered Roam, which I like, and now TiddlyWiki, which I am currently exploring as an alternative. I wanted to integrate with one of my projects https://neuracache.com/ I have just released Roam Research integration. Currently

Re: [tw5] Possible TiddlyServer, node or Bob Feature idea

2020-04-22 Thread Matthias Bilger
I used to have the same issue, hat a lot of files I wanted to serve, but did want to use just the tiddlywiki node js server. I run it in docker anyway and I am not too much into JS. So I just added another docker container to my setup which allows uploading files to the files folder for my wiki

[tw5] Re: Is it possible to host a Plugin-Library for content?

2020-04-22 Thread Jed Carty
Jan, The plugin server doesn't need node, anything that can serve files should work, but it is more than just the html file, in one of my posts above I have a tiddler that generates the rest of the files needed and shows the directory structure needed by the plugin library. Since this is someth

[tw5] Re: raspberry pi nextcloud and TW

2020-04-22 Thread kelsang sherab
Thank you for your patience. I appreciate it very much. I often find that because I do not understand the language of a field of knowledge that I can't express my self clearly to those who's help I am asking. Which frustrates both sides. *What I want to achieve is:* Have a TW that me and my fri

[tw5] Re: raspberry pi nextcloud and TW

2020-04-22 Thread kelsang sherab
On Sunday, April 19, 2020 at 4:53:23 PM UTC+1, kelsang sherab wrote: > > I am looking for info - resources to learn from on how to create a TW that > is accesible remotely using a raspberry pi that has a Nextcloud on it. > Thank you > -- You received this message because you are subscribed to

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Anne-Laure Le Cunff
Thanks so much, everyone! - Typos: fixed (hopefully) - Link to VS Code: fixed - Why a static website: added - Example of static website: added @Mat, I tried the Advanced Search technique (thank you!) but it didn't work for me, see screenshot attached. If it works, that's a much easie

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Mat
Anne-Laure Le Cunff wrote: > > @Mat, I tried the Advanced Search technique (thank you!) but it didn't > work for me, see screenshot attached. If it works, that's a much easier way > to go about it! > You need to be on the "Filter" tab. You're on the "System" tab, which only filters among system

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Anne-Laure Le Cunff
Oops! :) 1. Still not working, it's only displaying one random Tiddler (see attached) 2. Am I right this would export one file called tiddlers.html with everything that's filtered in it, rather than multiple pages with one html page = 1 tiddler? Thank you! On Wednesday, April 22, 2020 at 10:29

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Birthe C
Now that your screenshot show Tiddlyblink I wonder. The serch will only find, what is open in the story. onsdag den 22. april 2020 kl. 11.35.47 UTC+2 skrev Anne-Laure Le Cunff: > > Oops! :) > > 1. Still not working, it's only displaying one random Tiddler (see > attached) > 2. Am I right this w

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Mat
Anne-Laure Le Cunff wrote: First, I just realized this is a better filter - the previous one removed the first tiddler which isn't always the Search tiddler, so this one specifically only removes that one: [list[$:/StoryList]] -$:/AdvancedSearch > > 1. Still not working, it's only displaying

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Mat
> > 2. Am I right this would export one file called tiddlers.html with >> everything that's filtered in it, rather than multiple pages with one html >> page = 1 tiddler? >> > > Yes. > To clarify: it filters all open tiddlers. But you can make any filter e.g "[tag[foo]]" or where a date is "gre

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Anne-Laure Le Cunff
Thank you! So it does perform something different from what I'm doing in the tutorial—everything as one page rather than all existing tiddlers as separate (but interlinked) pages. For a static website, I think it's better to have one page = one tiddler, but good to know there's also this quick

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Mat
Anne-Laure Le Cunff wrote: > > Thank you! So it does perform something different from what I'm doing in > the tutorial—everything as one page rather than all existing tiddlers as > separate (but interlinked) pages. > Ah, that's an interesting distinction. You might want to propose this as an ex

[tw5] Re: raspberry pi nextcloud and TW

2020-04-22 Thread Jed Carty
If I understand correctly the problem you are having is saving the tiddlywiki when you edit it. But it is accessible to the people you want to access it. If this is the case the responses in this thread do address your problem, but we probably have not been specific enough with instructions. No

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Mat
Anne-Laure Le Cunff wrote: > > For a static website, I think it's better to have one page = one tiddler, > but good to know there's also this quick option! > Apropos ...I did some experimenting a while back, having multiple tiddlers in a static page but using css tricks to only show specific ti

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Anne-Laure Le Cunff
Yes that would be fun — but not great for SEO purposes, which is a big advantage of static websites vs native TiddlyWiki :) To make your content easily indexable by search engines you need one page = one piece of content, with its own title, body, and unique metadata. Also, if your wiki is text

[tw5] Re: drafting TiddlyWiki integration for NeuraCache

2020-04-22 Thread Anne-Laure Le Cunff
Hi Marcin, I found this flashcards solution for TiddlyWiki which you may find interesting! For your other questions I'm too much of a newbie to help :) On Wednesday, April 22, 2020 at 8:54:45 AM UTC+1, Marcin Czech wrote: > > Hey 👋 > > I'm a long term Eve

[tw5] Re: Transclude tiddler body in tooltip

2020-04-22 Thread Ste Wilson
Would Jeds help button macro be of any use to obtain a similar effect? -- 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

[tw5] macros vs. transclusions?

2020-04-22 Thread HC Haase
I am in the process of updating on of my plugins and I wondered if you don't use any parameters, is there any point in making a macro instead of transcluding a snippet of code? is there a best practice? Or could anyone give me some pro/cons? I wouldn't want to complicate things unnecessarily.

[tw5] Re: macros vs. transclusions?

2020-04-22 Thread Jed Carty
In practice it is just preference. In extreme cases where you have hundreds of macros and make them all global you can have some problems because all of the macros have to be loaded with import variables if they are used or not, this is done without your intervention. So if you have lots and lo

[tw5] Re: Is it possible to host a Plugin-Library for content?

2020-04-22 Thread TonyM
Jed, Thanks for this work. Can you point me to the plugin development repo please? Thanks Tony On Wednesday, April 22, 2020 at 6:27:25 PM UTC+10, Jed Carty wrote: > > Jan, > > The plugin server doesn't need node, anything that can serve files should > work, but it is more than just the html fi

[tw5] Re: Transclude tiddler body in tooltip

2020-04-22 Thread Anne-Laure Le Cunff
Okay I think I'm done with this thing, working as I wanted it to :) Open this on your laptop and hover over any link to see what it looks like. On Wednesday, April 22, 2020 at 12:32:21 PM UTC+1, Ste Wilson wrote: > > Would Jeds help button macro be of any use to ob

[tw5] Re: macros vs. transclusions?

2020-04-22 Thread PMario
Hi, As Jed pointed out, it's a about "your preferences". ... But I think, if others need to use your plugins, macros are probably simpler for them. They produce more "descriptive" code. eg: {{test||xx}} ... means transclude the tiddler named: test and use the template: xx to display the conte

[tw5] date format

2020-04-22 Thread 'Peter Buyze' via TiddlyWiki
In the Info section of a tiddler there is, among other info, the created date. The format is mmddhhss+4 more digits. I don't want those last 4 digits. How can I change this setting? -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com -- You rece

Re: [tw5] Re: Transclude tiddler body in tooltip

2020-04-22 Thread David Gifford
meh. :-) no, it looks great! David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church resonateglobalmission.org On Wed, Apr 22, 2020 at 7:23 AM Anne-Laure Le Cunff wrote: > Okay I think I'm done w

[tw5] Re: Transclude tiddler body in tooltip

2020-04-22 Thread Mat
Anne-Laure Le Cunff wrote: > > Okay I think I'm done with this thing, working as I wanted it to :) Open > this on your laptop and hover over any > link to see what it looks like. > Overall good but when popup shows, it triggers the page scrollbar which in turn shi

[tw5] Re: date format

2020-04-22 Thread Eric Shulman
On Wednesday, April 22, 2020 at 5:40:46 AM UTC-7, Peter Buyze wrote: > > In the Info section of a tiddler there is, among other info, the created > date. > The format is mmddhhss+4 more digits. I don't want those last 4 > digits. How can I change this setting? > Actually, the format is 0

Re: [tw5] Re: date format

2020-04-22 Thread 'Peter Buyze' via TiddlyWiki
Eric, I don't want those last digits because they add absolutely nothing, and they only make reading the date, which lacks dashes, more difficult. I would also like to add dashes. Thanks for providing the link. How can I get into the ViewWidget, and in there is it just a matter of amending the

[tw5] Re: Is it possible to host a Plugin-Library for content?

2020-04-22 Thread Jed Carty
the plugin development repo is here: https://github.com/inmysocks/PluginDevelopment -- 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...@googleg

[tw5] Re: drafting TiddlyWiki integration for NeuraCache

2020-04-22 Thread Marcin Czech
Thank Anne-Laure! checking it out now. -- 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

Re: [tw5] Re: date format

2020-04-22 Thread Birthe C
Peter, Why would you look in info for the date. It is visible in the tiddler subtitle. Go to tiddler $:/core/ui/ViewTemplate/subtitle. and see how that is done. Tiddler subtitle is right before your eyes when working with your tiddler. Birthe -- You received this message because you are subs

Re: [tw5] Re: date format

2020-04-22 Thread Eric Shulman
On Wednesday, April 22, 2020 at 6:18:58 AM UTC-7, Peter Buyze wrote: > > Eric, I don't want those last digits because they add absolutely nothing, > and they only make reading the date, which lacks dashes, more difficult. I > would also like to add dashes. > Thanks for providing the link. How can

[tw5] How to make pagination macro 1....2...3...4 for very long lists of tiddlers?

2020-04-22 Thread Siniy-Kit
Hi! Long ago I have written this question https://groups.google.com/d/msg/TiddlyWiki/zeJDRTfa3tg/pWnSy8AfBgAJ but still not able to find solution. I make static html, so this pagination must work on separate html pages and have its own URL . I have no ideas how to solve this problem. -- You

[tw5] Re: How to get favicon.ico from _canonical_uri of $:/favicon.ico but not from base64 tex field?

2020-04-22 Thread Siniy-Kit
Hi, Tony. People make little shops on tiddlyspot like this http://golayachikolotka.tiddlyspot.com/ http://akwarel.tiddlyspot.com/ http://kazka.tiddlyspot.com/ http://mago.tiddlyspot.com/ all images they put from their Google Drive by URL. They want their own favicon by URL from Google Drive

Re: [tw5] Re: date format

2020-04-22 Thread 'Peter Buyze' via TiddlyWiki
Birthe, the date in the subtitle is the modified date. I am interested in the created date. 22 Apr 2020, 16:46 by strikkeglad...@gmail.com: > Peter, > > Why would you look in info for the date. It is visible in the tiddler > subtitle. Go to tiddler > $:/core/ui/ViewTemplate/subtitle. and see h

Re: [tw5] Re: date format

2020-04-22 Thread 'Peter Buyze' via TiddlyWiki
Eric, sorry for a basic question, but where is the view widget located? 22 Apr 2020, 16:46 by elsdes...@gmail.com: > On Wednesday, April 22, 2020 at 6:18:58 AM UTC-7, Peter Buyze wrote: > >> Eric, I don't want those last digits because they add absolutely nothing, >> and they only make reading

[tw5] Re: drafting TiddlyWiki integration for NeuraCache

2020-04-22 Thread Birthe C
Thomas Elmiger Flippy cards: https://tid.li/tw5/test/flippy.html -- 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 t

[tw5] TiddlyWiki Questions for Second Brain/Bullet Journal/Roam-A-Like Use (crosspost from reddit)

2020-04-22 Thread Neve F
(Crossposting from reddit after being informed this was the more active group! Hope you don't mind this sort of post!) I, like many, was WILDLY EXCITED about Roam Research when I first started playing with it, but then started noticing/experiencing too many flaws to commit. Having looked int

[tw5] Re: date format

2020-04-22 Thread Jed Carty
You can do what you want as described in the documentation here: https://tiddlywiki.com/#ViewWidget:ViewWidget%20DateFormat <$view field='created' format=date template='DD-MM-'/> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

Re: [tw5] Re: date format

2020-04-22 Thread Birthe C
Peter, That is why some people edit the tiddler $:/core/ui/ViewTemplate/subtitle. You are right modified field is used here, you could use both modified and created field. I have one to the left and one to the right of my subtitle at least in some of my wikies. Birthe den 22. april 2020 kl.

Re: [tw5] Re: date format

2020-04-22 Thread Eric Shulman
On Wednesday, April 22, 2020 at 7:10:08 AM UTC-7, Peter Buyze wrote: > > Eric, sorry for a basic question, but where is the view widget located? > The date that is shown in each tiddler's heading comes from *$:/core/ui/ViewTemplate/subtitle* which shows the *modified* date, using this line: <$vi

[tw5] Re: raspberry pi nextcloud and TW

2020-04-22 Thread kelsang sherab
Hi @jed Thank you very much for your thoughtful reply. Yeah at the moment people can download the TW and write to it and then they have to save it an re upload it - which is all cumbersom and not accessible to most people. So I appreciate you are saying things are actually not as strait forward

[tw5] Re: How to make pagination macro 1....2...3...4 for very long lists of tiddlers?

2020-04-22 Thread 'Mark S.' via TiddlyWiki
Since they need to be exportable, I think I would make an action button that would generate the report as temporary tiddlers. Then the tiddlers could be exported as static tiddlers. Afterwards, the temporary tiddlers could be deleted. Hmm ... can you depend on relative addressing between generated

Re: [tw5] Re: Transclude tiddler body in tooltip

2020-04-22 Thread Anne-Laure Le Cunff
Could you send me a screenshot? I can't seem to be able to reproduce this 🤔 Thank you! On Wed, 22 Apr 2020, 13:51 Mat, wrote: > Anne-Laure Le Cunff wrote: >> >> Okay I think I'm done with this thing, working as I wanted it to :) Open >> this on your laptop and hov

[tw5] Re: TiddlyWiki Questions for Second Brain/Bullet Journal/Roam-A-Like Use (crosspost from reddit)

2020-04-22 Thread David Gifford
Hi Neve, This comment doesn't answer ANY of your questions below, most of which are out of my expertise level. But just a note that TiddlyBlink is about to get an update that will make it function slightly more like Roam. Here is a link to see what is in store: https://giffmex.org/experiments/

[tw5] Re: TiddlyWiki Questions for Second Brain/Bullet Journal/Roam-A-Like Use (crosspost from reddit)

2020-04-22 Thread Anne-Laure Le Cunff
Hi Neve, - Roam-style bidirectional links and a map view - yes with TiddlyBlink and TiddlyMap - Daily Notes - also works with TiddlyBlink - Task management - TiddlyWiki has some solid task management features ,

Re: [tw5] How to get favicon.ico from _canonical_uri of $:/favicon.ico but not from base64 tex field?

2020-04-22 Thread Jeremy Ruston
Hi Siniy-Kit I’ve added support for the _canonical_uri field of $:/favicon.ico for the next version: https://github.com/Jermolene/TiddlyWiki5/commit/2a8f7a9c503c9a6e4ea1bcd116be31ab6e90cf52 It’ll be ava

Re: [tw5] TiddlyWiki Questions for Second Brain/Bullet Journal/Roam-A-Like Use (crosspost from reddit)

2020-04-22 Thread Xavier Cazin
Hi Neve F, Let me address one of your questions: > >- > >Lastly, I'd like to know how much mobile integration I can get. I'm >very much leaning towards storing and running all of this on desktop, as I >don't want my files in the cloud un-encrypted, and this MUST be able to run >

[tw5] [Presenting] New tool for transcluding tooltips that works in static webpages

2020-04-22 Thread David Gifford
Hi all Here is what I cooked up yesterday https://giffmex.org/gifts/transclusioninpopups.html Dave -- 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+un

Re: [tw5] Andy Matushak Notes and Tiddlywiki

2020-04-22 Thread Jeremy Ruston
Thanks Chris, I’ll also try to come along at the weekend too. I’ve had one or two discussions with Ward over the years. He started FedWiki at almost exactly the same time as I started TW5 in 2011, both of us making a conscious effort to reimagine what we’d previously made. Ward is phenomenal: h

Re: [tw5] Re: date format

2020-04-22 Thread 'Peter Buyze' via TiddlyWiki
Eric, Birthe, thank you. I'm going to go for an extra view widget for the created date, so I will use Eric's code for that. I imagine I have to create a new tiddler and in the text box put Eric's code. But what title should I give the tid, and should I put anything in the tag field? 22 Apr 20

[tw5] Re: [Presenting] New tool for transcluding tooltips that works in static webpages

2020-04-22 Thread Anne-Laure Le Cunff
Woohoo, this is amazing! Thanks so much! On Wednesday, April 22, 2020 at 5:00:10 PM UTC+1, David Gifford wrote: > > Hi all > > Here is what I cooked up yesterday > > https://giffmex.org/gifts/transclusioninpopups.html > > Dave > -- You received this message because you are subscribed to the Goog

Re: [tw5] How to get favicon.ico from _canonical_uri of $:/favicon.ico but not from base64 tex field?

2020-04-22 Thread Siniy-Kit
Thank you, Jeremy! среда, 22 апреля 2020 г., 18:42:12 UTC+3 пользователь Jeremy Ruston написал: > > Hi Siniy-Kit > > I’ve added support for the _canonical_uri field of $:/favicon.ico for the > next version: > > > https://github.com/Jermolene/TiddlyWiki5/commit/2a8f7a9c503c9a6e4ea1bcd116be31ab6e90

Re: [tw5] Re: date format

2020-04-22 Thread 'Mark S.' via TiddlyWiki
In other words, if you edit $:/core/ui/ViewTemplate/subtitle, like this: \whitespace trim <$reveal type="nomatch" stateTitle=<> text="hide" tag="div" retain="yes" animate="yes"> <$link to={{!!modifier}} /> M: <$view field="modified" format="date" template={{$:/language/Tiddler/ DateFormat}}/> |

Re: [tw5] Re: date format

2020-04-22 Thread 'Peter Buyze' via TiddlyWiki
Thanks for that Mark. Now I'm all set. :-) 22 Apr 2020, 19:56 by tiddlywiki@googlegroups.com: > In other words, if you edit $:/core/ui/ViewTemplate/subtitle, like this: > > \> whitespace trim > <> $reveal type> => "nomatch"> stateTitle> =<<> folded> -> state> >>> text> > => "hide"> tag> => "d

[tw5] Re: Freelinks + alias

2020-04-22 Thread springer
Getting an alias field to play well with freelinks is THE DREAM! To be clear: something like uni-link helps one kind of use-scenario -- the one where a single author is generating tiddler content, and is aware, while typing, of where there's an alias available. My own case (perhaps like OP her

[tw5] Why freelinks needs an escape character option

2020-04-22 Thread springer
Mat and all, At first I also didn't understand HC's complaint about unwanted "boat" links: freelinks is there to populate the wiki with virtual links; I do want precisely for every "boat" reference to link to the tiddler titled "boat"... But... I realized even I could need exceptions: For exam

[tw5] Re: Why freelinks needs an escape character option

2020-04-22 Thread 'Mark S.' via TiddlyWiki
It seems to me that freelinks is doing what it's it supposed to do. If it doesn't work in some situation, then move on to some other tool. In the case of "boat" or "will", you could put the title in upper case, to distinguish it as a special word. "Whatever sinks your BOAT." "The WILL of man c

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-22 Thread Ste Wilson
Sycom did do an Analytics plugin but it currently causes a red screen of emabarsment as if a few updates ago. https://sycom.github.io/TiddlyWiki-Plugins/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop re

[tw5] Sorting a list by the quotient of two fields?

2020-04-22 Thread si
Hi everyone. I'm trying to implement a particular type of task list using plain wikitext. I stole the idea from supermemo . Each of my tasks is tagged *task*, and has the fields *time *and *value*. These fields represent the estimated time a task will take

[tw5] Re: Why freelinks needs an escape character option

2020-04-22 Thread springer
Hi Mark, Of course workarounds are what all of us find ways to do... but the use-case of pasting in existing text (that I did not write), and having all the linkables just "light up" is more important to my purposes than the risk of false positives. So rather than make strange-looking titles a

[tw5] Re: Freelinks + alias

2020-04-22 Thread PMario
On Wednesday, April 22, 2020 at 7:15:30 PM UTC+2, springer wrote: > > Getting an alias field to play well with freelinks is THE DREAM! > hmmm .. ok > To be clear: something like uni-link helps one kind of use-scenario -- the > one where a single author is generating tiddler content, and is aw

[tw5] Inline Editor Template?

2020-04-22 Thread Lisa Wasserman
I am using TW to sort notes by creation date and project tag. When I select a project, I open a tiddler containing all of the entries for that project, sorted by date, descending. I would like this tiddler to contain an editor that allows me to create/update a project entry for today's date.

[tw5] Re: Using Tags as Categories - How to Show No Category Tag

2020-04-22 Thread si
@Tony Where did you post your thoughts on using compound keys in titles? I am interested in what you had to say. On Tuesday, 21 April 2020 20:43:38 UTC+1, TonyM wrote: > > David > > I argued elsewhere recently to avoid compound keys in titles, but since > that's what you have try; > > ' > <$lis

Re: [tw5] Why freelinks needs an escape character option

2020-04-22 Thread Jeremy Ruston
Hi Elise, Mark, There are a few different ways we might support selectively excluding tiddlers from freelinking: * Introduce an escape character that can be inserted before an instance of a title to prevent it from being autolinked. The trouble might come were the target tiddler to subsequentl

[tw5] Re: Inline Editor Template?

2020-04-22 Thread Mat
Hi Linda Sure, there's the edittext widget made for this. I don't understand exactly how you want it presented but one could imagine you have the list of tiddler titles and next to each tiddler there's a button that opens the editor "mid list

Re: [tw5] Why freelinks needs an escape character option

2020-04-22 Thread Mat
Jeremy Ruston wrote: > > * Introduce an escape character that > Of the three alternatives, only this gives individual control over each instance i.e if "boat should link here but not there". The other two would be "binary global". [...]The trouble might come were the target tiddler to subseque

[tw5] Re: Inline Editor Template?

2020-04-22 Thread Saq Imtiaz
Are the contents of the editor displayed correctly, and correspond to the correct tiddler? If so, that editor already works and will save each keystroke as you type it. Which means, you can't discard your changes and go back to the previous saved version. If that's OK then your editor is alrea

Re: [tw5] Why freelinks needs an escape character option

2020-04-22 Thread 'Mark S.' via TiddlyWiki
On Wednesday, April 22, 2020 at 1:47:50 PM UTC-7, Mat wrote: > > Jeremy Ruston wrote: >> >> * Introduce an escape character that >> > > Of the three alternatives, only this gives individual control over each > instance i.e if "boat should link here but not there". The other two would > be "bin

[tw5] Re: Sorting a list by the quotient of two fields?

2020-04-22 Thread Mat
I'm curious about this too, so I have no good answer. It is problematic because you don't have access to both the title and the calculated value at the same time in the listing. It's seems only possible to either sort by a directly accessible value *or* you already sorted the titles and calculat

Re: [tw5] Why freelinks needs an escape character option

2020-04-22 Thread Mat
Mark S. wrote: > > "&@boat" when there was no "boat" tiddler. > HEY! Watch you language, young man! <:-) -- 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 tiddlywi

Re: [tw5] Why freelinks needs an escape character option

2020-04-22 Thread Sylvain Naudin
Le mercredi 22 avril 2020 22:11:34 UTC+2, Jeremy Ruston a écrit : > * Maintain in a configuration tiddler a list of titles (or regexps) of > tiddlers that should be excluded from autolinking. This would be far the > easiest option to implement. One could still have an edit template segment >

[tw5] Bob and BobEXE version 1.5.2, Scruffy, the Janitor - ui updates, fixing bugs and the file server

2020-04-22 Thread Jed Carty
I updated the control panel interface for Bob to add a lot more context help. Hopefully it is more obvious where things are and the new help is actually useful. Based on some feedback I found some bugs that have probably been around a while. Converting a wiki from an html file to a Node wiki

Re: [tw5] Re: Sorting a list by the quotient of two fields?

2020-04-22 Thread Jeremy Ruston
I've wondered about adding a variant of the sort operator that would take a subfilter and sort the incoming titles by the result of running that filter on each one in turn. So if the subfilter were [removeprefix[$:/]] then tiddlers would be sorted as A, $:/B, C (ie, system tiddlers would be inte

Re: [tw5] Re: Sorting a list by the quotient of two fields?

2020-04-22 Thread Jeremy Ruston
I've wondered about adding a variant of the sort operator that would take a subfilter and sort the incoming titles by the result of running that filter on each one in turn. So if the subfilter were [removeprefix[$:/]] then tiddlers would be sorted as A, $:/B, C (ie, system tiddlers would be inte

Re: [tw5] Why freelinks needs an escape character option

2020-04-22 Thread 'Mark S.' via TiddlyWiki
On Wednesday, April 22, 2020 at 2:18:17 PM UTC-7, Mat wrote: > > Mark S. wrote: >> >> "&@boat" when there was no "boat" tiddler. >> > > HEY! Watch you language, young man! > > <:-) > It's definitely been a while since anyone has called me that ... -- You received this message because you are

Re: [tw5] Re: Sorting a list by the quotient of two fields?

2020-04-22 Thread Saq Imtiaz
Jeremy: I've wanted that exact thing only about 6 times in the last month alone, so a big plus +1. -- 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+unsu

Re: [tw5] Re: Transclude tiddler body in tooltip

2020-04-22 Thread Sylvain Naudin
Le mercredi 22 avril 2020 17:00:11 UTC+2, Anne-Laure Le Cunff a écrit : > > Could you send me a screenshot? I can't seem to be able to reproduce this > 🤔 > > Thank you! > > On Wed, 22 Apr 2020, 13:51 Mat, > wrote: > >> Anne-Laure Le Cunff wrote: >>> >>> Okay I think I'm done with this thing, wor

Re: [tw5] Re: Sorting a list by the quotient of two fields?

2020-04-22 Thread Mat
Jeremy Ruston wrote: > > I've wondered about adding a variant of the sort operator that would take > a subfilter and [...] > Why, specifically, a sort operator? If this functionality was possible would think an unlimited number of use cases for "submanipulations" should come up. <:-) --

Re: [tw5] Re: Sorting a list by the quotient of two fields?

2020-04-22 Thread Jeremy Ruston
> Why, specifically, a sort operator? Because that was what was asked. > If this functionality was possible would think an unlimited number of use > cases for "submanipulations" should come up. We already support the "subfilter" operator which uses subfilters. There may well be other use cas

Re: [tw5] Rethinking tiddlywiki.com

2020-04-22 Thread Saq Imtiaz
Switchable page templates!! This is going to simplify so much of what I have been working on! I have to admit I still get caught out assuming we still have all the functionality from TWC available. On Wednesday, April 22, 2020 at 11:41:46 PM UTC+2, Jeremy Ruston wrote: > > Hi Anne-Laure > > Hi

[tw5] Re: Sorting a list by the quotient of two fields?

2020-04-22 Thread Eric Shulman
On Wednesday, April 22, 2020 at 11:30:41 AM UTC-7, si wrote: > > Hi everyone. > I'm trying to implement a particular type of task list using plain > wikitext. I stole the idea from supermemo > . > Each of my tasks is tagged *task*, and has the fields *time *a

Re: [tw5] Re: Transclude tiddler body in tooltip

2020-04-22 Thread Mat
Anne-Laure Le Cunff wrote: > > Could you send me a screenshot? I can't seem to be able to reproduce this > 🤔 > So "Making Nodes" stays fixed but all other text shifts left half a cm. <:-) [image: tabor1.png] [image: tabor2.png] -- You received this message because you are subscribed to th

Re: [tw5] Re: Transclude tiddler body in tooltip

2020-04-22 Thread Mat
BTW, win10, chrome. <:-) On Thursday, April 23, 2020 at 12:27:14 AM UTC+2, Mat wrote: > > Anne-Laure Le Cunff wrote: >> >> Could you send me a screenshot? I can't seem to be able to reproduce this >> 🤔 >> > > So "Making Nodes" stays fixed but all other text shifts left half a cm. > > <:-) > > [

Re: [tw5] Rethinking tiddlywiki.com

2020-04-22 Thread Joshua Fontany
I'm currently re-wiring the internals of the Tekan Kanban-board style PinBoard manager plugin, and. Switchable Page Templates! Yeah, that solves a lot of "click here to strip a tag off of a bunch of shadow tiddlers and add a tag to a bunch of other tiddlers" process (which can get buggy)

Re: [tw5] Bob and BobEXE version 1.5.2, Scruffy, the Janitor - ui updates, fixing bugs and the file server

2020-04-22 Thread Joshua Fontany
Sweet, sweet updates. I like the new look for the $:/ControlPanel tab! Poking around now Best, Joshua F On Wednesday, April 22, 2020 at 2:51:46 PM UTC-7, Jed Carty wrote: > > I updated the control panel interface for Bob to add a lot more context > help. Hopefully it is more obvious where t

Re: [tw5] Why freelinks needs an escape character option

2020-04-22 Thread springer
Sylvain, it's already true that the target set of tiddlers (to which freelinks are made) can be restricted by some list condition (like having a certain tag). So the challenge here is specific to *uses* of a string that should generally be linked, but not in this instance. Here's a better exa

[tw5] Re: Freelinks + alias

2020-04-22 Thread springer
Mario, Yes, I specifically confirmed with Jeremy that the target set of tiddlers could be limited, because of this performance hit... My wiki is not small (>800), but the demand for freelinking is really only about my vocabulary terms and proper name entries.) I am happy with a workflow that pi

[tw5] Re: Rethinking tiddlywiki.com

2020-04-22 Thread Julio Peña
Hmmmveeery interesting... Will keep an eye out as well... Best wishes, Julio -- 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...@googlegrou

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-22 Thread Imba Sunder
On Tuesday, April 21, 2020 at 4:30:36 PM UTC+2, David Gifford wrote: > Comments? > Great initiative. I am, as many others, also here looking for an alternative to Roam, or maybe just a personal "wiki" with backlinks. This is definitely a step in that direction. > Frustrations? > I thought thi

Re: [tw5] Bob and BobEXE version 1.5.2, Scruffy, the Janitor - ui updates, fixing bugs and the file server

2020-04-22 Thread Birthe C
Jed, Took Bob for a quick spin. Like the look and explanations and most importantly, I have none of my usual complains. It just works. Will have to wait till tomorrow for further testing. Thank you so much, Birthe -- You received this message because you are subscribed to the Google Groups "

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-22 Thread David Gifford
Hi Imba Thank you for your feedback! See my responses below *in bold* On Wed, Apr 22, 2020 at 6:39 PM Imba Sunder wrote: > On Tuesday, April 21, 2020 at 4:30:36 PM UTC+2, David Gifford wrote: > >> Comments? >> > Great initiative. I am, as many others, also here looking for an > alternative to R

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-22 Thread Birthe C
This is a work in progress. Dave and Saq are actively developing. Not everybody is using github either. 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 tid

[tw5] Feedback needed for experimental update to TiddlyBlink

2020-04-22 Thread Imba Sunder
Have a tiddler [[Person X]] with a custom field "country" with the value "[[Iceland]]". Tiddler contents something like "This person lives in {{!!country}}". When viewed this tiddler will have a link to Iceland just as if the content would have been "This person lives in [[Iceland]]". But... the

[tw5] Re: Is it possible to host a Plugin-Library for content?

2020-04-22 Thread TonyM
Jed Thanks, I will see if I can make use of it. I am running too many development threads at the moment. However I am trying to democratise the following related services; - Tiddlers to Bookmarklet - Tiddlers to JSON - Tiddlers to Plugins and other plugin types - Tiddlers to URI new

[tw5] Feedback needed for experimental update to TiddlyBlink

2020-04-22 Thread Imba Sunder
Another thing that would make it more Roam-like is if it also showed References when transcluding. In Roam the transcluded page shows a reference to the printing page. I've tried both {{}} and <$transclude> syntax but neither generates a reference. -- You received this message because you are

[tw5] Re: Freelinks + alias

2020-04-22 Thread TonyM
Mario, \define tv-freelinks() yes But also a field or tag switch or viewTemplate trigger. As I mentioned previously freelinks power is as a research and discovery tool, if we had a quick way to turn discovered free links into real links or aliases, or be able "back list", or "white list" ite

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-22 Thread Birthe C
Aren't they softlinks https://tiddlywiki.com/#Hard%20and%20Soft%20Links torsdag den 23. april 2020 kl. 03.15.43 UTC+2 skrev Imba Sunder: > > Another thing that would make it more Roam-like is if it also showed > References when transcluding. In Roam the transcluded page shows a > reference to th

  1   2   >