[tw5] Re: How do you manage bibliography and other citations?

2020-08-14 Thread Jon
Hi, This is how I use Refnotes: I have a list of references in a data tiddler called 'Footnotes' myref1: Title, Author myfef2 etc In the tiddler I want to include the reference, I use 'Insert preconfigured snippet of text' in the editor to insert: <> then I just insert the 'myref number'

[tw5] How to make a shortcut to edit the top tiddler?

2020-08-14 Thread Zhe Lee
Every time I want edit the tiddler I need to click the "pen" button. I think make a shortcut to make it will be a lot better. I have two idea: 1. just edit the top tiddler by shortcut 2. press a key first and every tidder show a number pic on it, like vimium link hint feature. And then type

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-14 Thread Eric Shulman
Update August 14 7pm PDT: http://TiddlyTools.com/timer.html MAJOR PERFORMANCE IMPROVEMENT! Previously: each timer, clock, countdown and alarm created a separate timeout. This resulted in increasing overhead as more clocks, timers, etc. were in use. Now: A new tiddler has been added:

[tw5] Re: Temporarily getting rid of camel case

2020-08-14 Thread TW Tones
Werner In some cases using the text widget will help produce a result which is not evaluated as camelCase. The simple version of the link widget does this to. So if a multiword title where one word is camel case that will not become a link. Regards Tones -- You received this message because

[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread 'Mark S.' via TiddlyWiki
Assuming your titles don't have commas in them: <$list filter="[tag[HelloThere]join[, ]]"> <$text text=<>/> On Friday, August 14, 2020 at 4:01:37 PM UTC-7, amreus wrote: > > @Mark- I did see that but must not understand. I would like to create a > link for each title in the output. When I

[tw5] Re: How to post code snippet

2020-08-14 Thread Scott Kingery
That is annoying! I just posted feedback to Google about it. Hopefully, some bot reads it lol. Seems all you can do in the new editor would be to paste code and then highlight it and select Courier New as your font. Something like this random bit of code: .tc-error-form { font-family:

[tw5] Re: Tiddlyserver portable install

2020-08-14 Thread Scott Kingery
Rob, Probably should make sure it works on Win10 first. I'm no expert but can you post your settings.json? The wiki files and folders can be anywhere as long as you get the "tree" syntax right in the settings.json. Scott On Thursday, August 13, 2020 at 9:07:53 AM UTC-7 Rob Jopling wrote: >

[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread amreus
I suppose it could be done using list-links macro and a custom css class. On Friday, August 14, 2020 at 7:01:37 PM UTC-4 amreus wrote: > @Mark- I did see that but must not understand. I would like to create a > link for each title in the output. When I try join, I get a single link > with

[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread amreus
@eric - I did see that but must not understand. I would like to create a link for each title in the output. When I try join, I get a single link with all the titles together. My parameterized macro: \define join-with(sep, filter) <$list filter="$filter$ +[first[]]"><$link/><$list

[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread 'Mark S.' via TiddlyWiki
There is now the join filter operator ...join[,]... On Friday, August 14, 2020 at 3:41:55 PM UTC-7, amreus wrote: > > Was looking for this feature and found in this old thread from 2014. Still > works. Is this still the best method for joining a list with a separator? > > On Monday, November

[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-14 Thread amreus
Was looking for this feature and found in this old thread from 2014. Still works. Is this still the best method for joining a list with a separator? On Monday, November 17, 2014 at 8:43:01 AM UTC-5 beert...@gmail.com wrote: > Thanks Stephan, that works. > > Here's the final result: >

[tw5] Re: [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-14 Thread TW Tones
JD, This is great. One of those little low impact high value improvements we can apply to the UI to extend and or simplify tiddlywiki use. Some quick feeback items - There is a stray button appearing in page controls without caption/description. I expect its your tool - If you could

[tw5] Re: How do you manage bibliography and other citations?

2020-08-14 Thread History Buff
Thanks so much. I will definitely have to check out Text Blaze. Your workflow souinds quite useful to. I'm going to have to examine mine for improvements. Damon On Friday, August 14, 2020 at 2:57:26 AM UTC-7, Keelan Cook wrote: > > Certainly, I'm currently using Text Blaze. It's a free chrome

[tw5] TiddlyWiki Gitea Saver issues

2020-08-14 Thread Chris Yarger
I am trying to use the gitea saver, I have fixed most of the issues but am currently being left with an issue due to the SHA hash not being included with the final put request -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Exporting wikified text to csv

2020-08-14 Thread Rob Jopling
Tony This is the code that I used This button will copy the contents of the text field of the filtered tiddlers to a field called wikified text. All wikitext characters are omitted and the text will be plain text. <$button> click here <$list filter="[tag[test]]"> <$wikify name=text1 text={{{

[tw5] Re: Temporarily getting rid of camel case

2020-08-14 Thread 'Werner' via TiddlyWiki
Eric, you’re awesome. Thanks so much Werner Eric Shulman schrieb am Freitag, 14. August 2020 um 19:43:33 UTC+2: > On Friday, August 14, 2020 at 8:40:02 AM UTC-7, Werner wrote: > >> Camel case is sort of an annoyance for me. I don't want to switch it off >> completely, but sometimes I don't

[tw5] Re: How to post code snippet

2020-08-14 Thread Rob Jopling
Thanks very much Eric I had problems finding the {} but that was because I was using the new Groups editor. When I reverted to the classic Groups editor there they are! Rob On Friday, 14 August 2020 19:16:17 UTC+1, Eric Shulman wrote: > > On Friday, August 14, 2020 at 11:00:11 AM UTC-7, Rob

[tw5] Re: How to post code snippet

2020-08-14 Thread Eric Shulman
On Friday, August 14, 2020 at 11:00:11 AM UTC-7, Rob Jopling wrote: > > The answer to this might be obvious but please can someone explain how I > post a code snippet in a box for comments. When you use the Google Groups editor to enter a message, the last button on the toolbar is "{ }" Enter

[tw5] Re: Exporting wikified text to csv

2020-08-14 Thread Rob Jopling
Tony I will do that. But how do you share a code snippet in a box like I have seen in many 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] How to post code snippet

2020-08-14 Thread Rob Jopling
The answer to this might be obvious but please can someone explain how I post a code snippet in a box for comments. -- 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: Temporarily getting rid of camel case

2020-08-14 Thread Eric Shulman
On Friday, August 14, 2020 at 8:40:02 AM UTC-7, Werner wrote: > > Camel case is sort of an annoyance for me. I don't want to switch it off > completely, but sometimes I don't want it while transcluding. Here's an > example: I run a company database, and companies sometimes have camel case >

[tw5] Re: Whitespace theme and Stroll incompatibility? (JD)

2020-08-14 Thread Birthe C
JD, I am running white theme and stories plugin + your compatibility stylesheet. It works well for me. BUT I imported the stories plugin at the same time you published your compatibility stylesheet. A couple of days later there was an update of the stories plugin. To be able to set the width

[tw5] Re: Whitespace theme and Stroll incompatibility? (JD)

2020-08-14 Thread Logan C
It's *5.1.22. *I tried the compatibility tiddler with just the stories plugin, and it actually seems to work when the sidebar is collapsed. Now, knowing this, the problem is not actually that big of a deal... so if you want to fix it, great! If not, not a problem at all. I'm busy right now but

[tw5] Temporarily getting rid of camel case

2020-08-14 Thread 'Werner' via TiddlyWiki
Camel case is sort of an annoyance for me. I don't want to switch it off completely, but sometimes I don't want it while transcluding. Here's an example: I run a company database, and companies sometimes have camel case names. I dynamically create reports for companies which I have stored in a

Re: [tw5] [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-14 Thread Atronoush Parsi
Lovely, Thank you JD. A minor comment: is it possible to adjust the width of the drop down window? Atro On Fri, Aug 14, 2020 at 3:22 PM JD wrote: > Hello everyone, JD here. > > My current projects have produced a want in me for something like this, > and so I packaged it into a plugin for

[tw5] Re: New goody for Stroll - outliner

2020-08-14 Thread clutterstack
This is really neat. Have only played briefly with it, since most of my TW writing is macros at the moment. But I can appreciate it nonetheless. It's fun! On Thursday, August 13, 2020 at 10:41:44 AM UTC-4 David Gifford wrote: > > Hi all > > Saq created a plugin called Editor AutoLists. It is

[tw5] Sorting sidebar in more Levels

2020-08-14 Thread TW Tones
The syntax you are using seems all wrong E.g. "Auto2"!sort[caption The only difference in the sidebar is there is not cureentTiddler value until you or a list create it. Regards Tones -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-14 Thread PMario
Hi JD, Nice plugin! I did find a small issue. In the control panel. If the green "prefill xx" buttons are clicked, there are 4 elements defined, that can't be disabled. I think there should be a possibility to disable preselected elements. -mario -- You received this message because you

[tw5] Re: Whitespace theme and Stroll incompatibility? (JD)

2020-08-14 Thread JD
Aww shucks let me look into it. To investigate, can you provide the version of TW you are using, browser, and plugins? Thanks for the like! (Upon initial investigation it looks like it has something to do with the group of plugins included in Stroll. The compatibility tiddler I initially

[tw5] [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-14 Thread JD
Hello everyone, JD here. My current projects have produced a want in me for something like this, and so I packaged it into a plugin for people who might have the same needs ^^, This is a button-group creation tool, simply put. The button on the left is the default, and the small one on its

[tw5] Re: How do you manage bibliography and other citations?

2020-08-14 Thread Keelan Cook
Certainly, I'm currently using Text Blaze. It's a free chrome extension. It allows you to set any character string to be called up by certain keystrokes. In my research workflow, I'm creating footnotes with it by inputting the syntax for a footnote into Text Blaze. For instance, adding a

[tw5] Sorting sidebar in more Levels

2020-08-14 Thread Gerald Weis
Hallo the spezialists i have an problem with sorting the sidebar. i want to sort defferents level in different modes. i admin my cars with tidlywiki. the cyarname should be sorted in the create field down the carthings in the caption field up example: - Auto2 - Benzin -