[tw5] Bob - syncing tid files on WIndows 10

2020-08-27 Thread SteveH
Hi there, Not sure what I've done to upset the apple-cart. I used to be 'two way sync' my tid files, however if I change a file externally it doesn't change in the browser. My setup is - Firefox v 79.0 64 bit - Windows 10 - Tiddlywiki v 5.1.22 - Bobs latest version. Hoping for

[tw5] Re: Regarding list bullets

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 5:15:57 PM UTC-7, TW Tones wrote: > > This method will apply the styles to any list open on screen even in other > tiddlers, if the one containing the style is displayed. > Can you suggest the simple method to ensure these custom styles apply only > in the current

Re: [tw5] Re: TW File Not Saving

2020-08-27 Thread Ken Gray
BOOM! that works! Thanks. On Thu, Aug 27, 2020, 4:39 PM 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > The backup from twexe seems to be slightly defective. What worked for me > was to delete two tiddlers > > $:/UploadUrl > $:/UploadName > > After that the default mechanism

[tw5] Re: Regarding list bullets

2020-08-27 Thread TW Tones
Eric, This method will apply the styles to any list open on screen even in other tiddlers, if the one containing the style is displayed. Can you suggest the simple method to ensure these custom styles apply only in the current tiddler?, perhaps we use a section or div around the content of

[tw5] Re: Variable scope question

2020-08-27 Thread TW Tones
Saq, You have thrown the cat amongst my pidgins here. I am keen to see If I can use this design to generate an end of process. There were features in the old TWC for each tiddler macro we are yet to recover. If you make a tested demo example of this code pattern please share. However I

[tw5] Re: Day Number

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 4:08:23 PM UTC-7, TW Tones wrote: > > For clarity we would call this the "day of year number" DOY > Based on my recent work with time and date (http://TiddlyTools.com/timer.html), I have learned quite a bit about date nomenclature. In fact, there is a

[tw5] Re: Variable scope question

2020-08-27 Thread TW Tones
Werner, An Example of using count and range for a given set of titles. Works on Tiddlywiki.com \define all-items(items) $items$ <$list filter="[range[1,$items$]]" variable=item-number> <$macrocall $name=each-item item=<>/> \end \define each-item(item) Item #$item$ {{{

[tw5] Re: Day Number

2020-08-27 Thread TW Tones
Ed et al. For clarity we would call this the "day of year number" DOY as opposed to Day of Month DOM, or Week of Year WOY but you can also have end of day EOD Beginning of day BOD, >From this follows many things BOW, EOM, EOY BOQ/EOQ Regards Tony On Friday, 28 August 2020 05:04:00 UTC+10, Ed

[tw5] Re: Split a Date, show as text not link?

2020-08-27 Thread TW Tones
Amreus, Et Al... I do think there ought to be some sort of shortcut syntax for non-linked > text in filtered transclusion. I wouldn't have a preference yet as to how > it might look. > I totally agree with this, but rather than say "non-linked text". I would say plain text. Its such a

[tw5] Re: Importing a tiddler written with python?

2020-08-27 Thread TW Tones
FYI: Someone has already done an ISBN tiddler, Not sure where, sorry. Tones On Friday, 28 August 2020 06:24:38 UTC+10, Jimmy Sweeney wrote: > > Hi there, > > Would anyone have any clues why this file >

Re: [tw5] Re: Importing a tiddler written with python?

2020-08-27 Thread 'Mark S.' via TiddlyWiki
On Thursday, August 27, 2020 at 2:24:59 PM UTC-7, Jimmy Sweeney wrote: > > Hi Saq - why would that be? When I export other tiddlers as json files > they have line breaks as "\n". > > I don't think they have line breaks in the middle of text strings, as yours does. Wherever there was a line

Re: [tw5] Re: Importing a tiddler written with python?

2020-08-27 Thread dieg...@gmail.com
Hi, When I take that raw string, save it as a .json file and upload that to tiddlywiki.com I can see the imported tiddler just fine! On Thursday, August 27, 2020 at 4:24:59 PM UTC-5 swee...@gmail.com wrote: > Hi Saq - why would that be? When I export other tiddlers as json files > they have

Re: [tw5] Re: Importing a tiddler written with python?

2020-08-27 Thread Jimmy Sweeney
Hi Saq - why would that be? When I export other tiddlers as json files they have line breaks as "\n". Thanks Eric, I fixed those two things but still no luck.

[tw5] Re: Split a Date, show as text not link?

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 1:52:18 PM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> You can also limit the effect of tv-wikilinks by using >> <$vars>..., like this: >> >> <$vars tv-wikilinks="no"> >> {{{[[2020-06-26]split[-]first[]]}}} THIS IS NOT A LINK >> >> > > Huh? So... tv-wikilinks

[tw5] Re: Split a Date, show as text not link?

2020-08-27 Thread Mat
Eric Shulman wrote: > > You can also limit the effect of tv-wikilinks by using <$vars>..., > like this: > > <$vars tv-wikilinks="no"> > {{{[[2020-06-26]split[-]first[]]}}} THIS IS NOT A LINK > > Huh? So... tv-wikilinks is some kind of

[tw5] Re: Importing a tiddler written with python?

2020-08-27 Thread Saq Imtiaz
Make sure the text field in the JSON does not contain linebreaks or other characters that need to be escaped. On Thursday, August 27, 2020 at 10:24:38 PM UTC+2 swee...@gmail.com wrote: > Hi there, > > Would anyone have any clues why this file >

[tw5] Re: Importing a tiddler written with python?

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 1:24:38 PM UTC-7, Jimmy Sweeney wrote: > > Would anyone have any clues why this file > > > isn't importing nice

[tw5] Re: TW File Not Saving

2020-08-27 Thread 'Mark S.' via TiddlyWiki
The backup from twexe seems to be slightly defective. What worked for me was to delete two tiddlers $:/UploadUrl $:/UploadName After that the default mechanism would work again. On Thursday, August 27, 2020 at 12:33:19 PM UTC-7, Ken Gray wrote: > > it's an export backup from twexe. > > On

[tw5] Re: Day Number

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 12:04:00 PM UTC-7, Ed Heil wrote: > > I'm interested in populating a field on a tiddler with the "day number" > (Jan 1 = 1, Dec 31 = 365 or 366). There doesn't seem to be an option in > the now macro which will give me that number, unless I'm missing >

[tw5] Importing a tiddler written with python?

2020-08-27 Thread Jimmy Sweeney
Hi there, Would anyone have any clues why this file isn't importing nice and cleanly into my TiddlyWiki? It imports but not nice and clean

[tw5] Re: TiddlyWiki Cloud Tutorial for using on multiple devices

2020-08-27 Thread Jimmy Sweeney
Thanks Mat and Tone. " Do you have to be careful accessing the same dropbox wiki from two devices at once? " I haven't run into any issues yet. But I'm the only the one working on my TiddlyWiki. I'm guessing if two people were logged into the same dropbox and working on the TiddlyWiki at the

[tw5] Re: TW File Not Saving

2020-08-27 Thread Ken Gray
it's an export backup from twexe. On Thursday, August 27, 2020 at 1:32:16 PM UTC-4 Mark S. wrote: > How did you download or obtain the file? > >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Day Number

2020-08-27 Thread Ed Heil
Hi, I'm interested in populating a field on a tiddler with the "day number" (Jan 1 = 1, Dec 31 = 365 or 366). There doesn't seem to be an option in the now macro which will give me that number, unless I'm missing something. I was thinking this might be a good reason to create my first

[tw5] Re: Split a Date, show as text not link?

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 10:53:30 AM UTC-7, PMario wrote: > > you can do this: > \define tv-wikilinks() no > {{{[[2020-06-26]split[-]first[]]}}} > and use the above in a template. So the define doesn't interfere with > other text that may follow. > You can also limit the effect of

[tw5] Re: Regarding list bullets

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 10:06:24 AM UTC-7, Millo wrote: > > an * leads to bullets while # leads to numbering. However, I want to know > if I can do the following via TW: > > 1. Some random Question. > a. Subsection 1 > i. Subsection 1.1 > ii. Subsection 1.2 >

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-08-27 Thread _Phi / hpx1
Thanks for the update ! Regarding Freelinks, I suppose they should have their own folding section : > > >References > > X Tagged with > > X Freelinks > > > On Wednesday, August 26, 2020 at 8:22:09 AM UTC+2, HC Haase wrote: > > Dear everyone > Do to the

[tw5] Re: Overriding class style

2020-08-27 Thread PMario
Hi, The ControlPanel : Info : Advanced : Stylesheet - menu allows you to drag & drop sort the stylesheets. ... So the *lower in the list*, the *higher* the *priority*. -mario -- You received this message because you are subscribed to the

[tw5] Re: Variable scope question

2020-08-27 Thread Saq Imtiaz
@werner precisely, its a recursive macro that processes each row, and calls the macro again with the next row, inside a new vars widget with the new incremented value of the variable. The emptyMessage is triggered at the end and gives the final cumulative value. On Thursday, August 27, 2020

[tw5] Re: Split a Date, show as text not link?

2020-08-27 Thread PMario
On Wednesday, August 26, 2020 at 10:08:37 PM UTC+2, amreus wrote: > > > Seems silly because I did this a couiple days ago but can't remember what > I did. > > Basically I want this {{{[[2020-06-26]split[-]first[]]}}} but the year as > text not a link. The year is coming from a field tho. > you

[tw5] Re: TW File Not Saving

2020-08-27 Thread 'Mark S.' via TiddlyWiki
How did you download or obtain the file? > >>> -- 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

[tw5] Re: Template or macro or other?

2020-08-27 Thread PMario
Hi I needed to fix some typos in the last post. -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 tiddlywiki+unsubscr...@googlegroups.com. To view this

[tw5] Regarding list bullets

2020-08-27 Thread Millo
Hey all, I have a doubt regarding list bullets. I know that an * leads to bullets while # leads to numbering. However, I want to know if I can do the following via TW: 1. Some random Question. a. Subsection 1 b. Subsection 2 and also can we do this: 1. Some random

[tw5] Re: Variable scope question

2020-08-27 Thread 'Werner' via TiddlyWiki
Thanks, Tony, for pointing me at the range[] operator. Could you elaborate a bit on how you use it. So far I've gotten by using the <$list> widget, but your approach might be more efficient than mine. Here's what I'm doing when looping through JSON data <$set name="actions"

[tw5] Re: [ Streams ] : feedback and issues

2020-08-27 Thread Ken Gray
I really like this. I'm wondering though, if it is possible to get some editor toolbar to show up so that I can do some things like what I do with Code Mirror. Not the general wiki formatting stuff (! * - etc.) but the more complicated stuff like @@color:black;background-color:goldenrod;

[tw5] Re: Variable scope question

2020-08-27 Thread 'Werner' via TiddlyWiki
Thanks, Saq, so this means you are using recursion? Didn't realize this was possible in TW. I will yet have to try it out and get back to you. Am Mittwoch, 26. August 2020 22:41:16 UTC+2 schrieb Saq Imtiaz: > > I'm a bit tired so this isn't as clear as I would like, but hopefully this >

[tw5] Re: TW File Not Saving

2020-08-27 Thread Ken Gray
Currently, I'm using Firefox on Windows 10 and am using the standard out of the box saving solutions (i.e. the "save" button). Single file btw. It doesn't save at all anywhere and doesn't even register that it was saved (thus the save icon not returning to standard colour). On Thursday, August

[tw5] Re: Overriding class style

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 8:54:30 AM UTC-7, Mat wrote: > > Keep the $:/tags/Stylesheet tags. Click one of them to see the global > title list of tiddlers using that tag. And, you can rearrange the titles > there so to ensure that your stylesheet is placed below the other one. That > is

[tw5] Re: TW File Not Saving

2020-08-27 Thread 'Mark S.' via TiddlyWiki
You're not telling us any of the information that would help diagnose your situation. What browser are you using? What platform are you on? Are you using node.js or single-file TW? What saving mechanism are you using? If you don't know what I mean by "saving mechanism", then you are probably

[tw5] Re: Overriding class style

2020-08-27 Thread Mat
Keep the $:/tags/Stylesheet tags. Click one of them to see the global title list of tiddlers using that tag. And, you can rearrange the titles there so to ensure that your stylesheet is placed below the other one. That is how it is evaluated later and "wins", it has the same specificity.

[tw5] TW File Not Saving

2020-08-27 Thread Ken Gray
Dang but I can't get get this thing to either Save or AutoSave. It says it's saving when I click the icon but the 'red' doesn't clear and it doesn't save. Any ideas on how I can trouble shoot this and/or fix it? Thanks. -- You received this message because you are subscribed to the Google

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-08-27 Thread HC Haase
*Announcement*: TOC Generic *Date*: 2020/08/27 *Release*: 2.1.1 Downlaod/demo: https://hchaase.github.io/HC-Plugins/#TOC-Generic%20Introduction

[tw5] Overriding class style

2020-08-27 Thread demon...@gmail.com
I was wondering how to modify a style of a plugin using my own stylesheet. So in this case there is an element in the plugin but this graybox class does not look good in my theme. I am looking for a way to override it in a way that even if I update the plugin at some point (or reset or

[tw5] Re: how to make a link list finding all tiddlers with a certain field and sorting them by that field content

2020-08-27 Thread Sapphireslinger
Eureka! It works! Thank you!! I will try to learn how to use those nested widgets for other purposes as well, not just Reading History. On Thursday, August 27, 2020 at 7:05:28 PM UTC+8 Eric Shulman wrote: > On Thursday, August 27, 2020 at 2:48:05 AM UTC-7, Sapphireslinger wrote: >> >> When I

[tw5] Re: how to make a link list finding all tiddlers with a certain field and sorting them by that field content

2020-08-27 Thread Eric Shulman
On Thursday, August 27, 2020 at 2:48:05 AM UTC-7, Sapphireslinger wrote: > > When I finish reading a book, what is the most elegant way to mark it as > read? There are LOTS of ways to do this. For this reply, let's just use the method you described... > *list ... all tiddlers possessing

[tw5] how to make a link list finding all tiddlers with a certain field and sorting them by that field content

2020-08-27 Thread Sapphireslinger
When I finish reading a book, what is the most elegant way to mark it as read? For each book I have a book tiddler titled "Book - (author) - (book title)" in which I keep transcluded quote tiddlers, a link list of all the author's other books, tags like (x)-star if finished reading, or tagged

[tw5] Re: How to filter for: TITLE contains word 1 but tiddler is not TAGGED with word 2

2020-08-27 Thread Sapphireslinger
Thank you! It worked! And now I know more about filter expressions. On Thursday, August 27, 2020 at 3:07:19 PM UTC+8 Eric Shulman wrote: > On Wednesday, August 26, 2020 at 11:26:50 PM UTC-7, Sapphireslinger wrote: >> >> All tiddlers where TITLE contains word 1 (anywhere in the title) but >>

[tw5] Re: How to filter for: TITLE contains word 1 but tiddler is not TAGGED with word 2

2020-08-27 Thread Eric Shulman
On Wednesday, August 26, 2020 at 11:26:50 PM UTC-7, Sapphireslinger wrote: > > All tiddlers where TITLE contains word 1 (anywhere in the title) but > tiddler is not TAGGED with word 2 > Enter the following in the $:/AdvancedSearch, Filter tab input: [search:title[word 1]!tag[word 2]] enjoy, -e

[tw5] Re: Template or macro or other?

2020-08-27 Thread Felicia Crow
Hi, to add to Tony's answer: Personally I would say it depends more on your use case than on efficiency. If there are multiple instances, not just one list, where for instance you want to have a person formatted as given in your example with nothing ever changing in your formatting a template

[tw5] How to filter for: TITLE contains word 1 but tiddler is not TAGGED with word 2

2020-08-27 Thread Sapphireslinger
How do I find: All tiddlers where TITLE contains word 1 (anywhere in the title) but tiddler is not TAGGED with word 2 I saved a lot of book quotes in separate tiddlers that each had "QUOTE" somewhere in the title, but I forgot to tag some of them with the word "quote". For instance, I made a