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

2020-08-15 Thread amreus
Thanks Mat. I always appreciate examples. Here is what I had come up with last evening. It's just css to use with list-links macro. http://amreus.tiddlyspot.com/#list-links-inline On Saturday, August 15, 2020 at 2:23:58 AM UTC-4 Mat wrote: > amreus wrote: >> >> Is this still

[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 singl

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

2020-08-14 Thread amreus
link/><$list filter="$filter$ +[butfirst[]]">$sep$<$link/> \end On Friday, August 14, 2020 at 6:50:22 PM UTC-4 Mark S. wrote: > There is now the join filter operator ...join[,]... > > > On Friday, August 14, 2020 at 3:41:55 PM UTC-7, amreus wrote: >> >

[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: Siblings Macro

2020-08-12 Thread amreus
I lied - I couldn't wait to try.. @Eric I see your macro does not change the sort order. It looks like it's going to work great. Thanks again. On Wednesday, August 12, 2020 at 11:01:30 PM UTC-4 amreus wrote: > Thanks Eric. I should have also mentioned I want to keep the birth or

[tw5] Re: Siblings Macro

2020-08-12 Thread amreus
:48:17 PM UTC-7, amreus wrote: >> >> I have a little macro that lists the siblings of a person tiddler. >> Simplified, it looks like so: >> \define siblings() >> ''Siblings'' >> <$list filter="[has[famc]field:famc{!!famc}]"> >> <$lin

[tw5] Re: Siblings Macro

2020-08-12 Thread amreus
orm of fieldname[fieldvalue] to test a fields value, > and gets this value from the field in the current tiddler. > > > Regards > Tones > > > > > On Thursday, August 13, 2020 at 10:48:17 AM UTC+10, amreus wrote: >> >> >> I have a little macro that

[tw5] Siblings Macro

2020-08-12 Thread amreus
I have a little macro that lists the siblings of a person tiddler. Simplified, it looks like so: \define siblings() ''Siblings'' <$list filter="[has[famc]field:famc{!!famc}]"> <$link>{{!!caption}} \end This lists all tiddlers that have a matching `famc` field, including the current tiddler.

[tw5] Re: Apply changes and keep editor open?

2020-08-12 Thread amreus
> and expecting to see changes in a different tiddler, then you might to go > with the solutions pointed to by Mark S. > > On Tuesday, August 11, 2020 at 7:15:23 PM UTC-4 amreus wrote: > >> Oh cool! That'll do. Thank you. >> >> On Tuesday, August 11, 2020 at 6:13:

[tw5] Re: Quick Tag Editing?

2020-08-12 Thread amreus
he >> >> onsdag den 12. august 2020 kl. 10.15.32 UTC+2 skrev JD: >>> >>> Hi Amreus, >>> >>> You can try using this modified *$:/core/ui/ViewTemplate/tags* I pieced >>> together. Seems like we have the same usecase, this might be wh

[tw5] Re: Apply changes and keep editor open?

2020-08-11 Thread amreus
Oh cool! That'll do. Thank you. On Tuesday, August 11, 2020 at 6:13:22 PM UTC-4 Mark S. wrote: > I asked this question a few days ago. Here was a reply: > > https://groups.google.com/d/msg/tiddlywiki/UHFJa0ijo6g/s_6X-SDJAgAJ > > > On Tuesday, August 11, 2020 at 1:12:09 PM U

[tw5] Quick Tag Editing?

2020-08-11 Thread amreus
I recently found Mohammad's View Fields plugin which quickly toggles all tidder's fields and makes the available for editing even when not in editing mode. Does something similar exist for tags? So that tags always show their delete button even when not editing the tiddler? And perhaps a '+'

[tw5] Apply changes and keep editor open?

2020-08-11 Thread amreus
I'm dipping my toes into writing macros. I make a lot of mistakes while doing so. It seems it would be more efficient for me if there were an "apply changes" button that applied the edits but kept the editor open since 99% of the time I've made some typo or syntax error and need to re-open

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-08-10 Thread amreus
Mat, Just wanted to show an image about a possible usability issue. I somehow managed to push the editor's vertical slider all the way up and now I can't move the editor back down. The "handle" is gone and there's nothing to grab as far as I can tell. [image: 2020-08-10_181101.png] On

[tw5] Re: html bleeding through from template or macro?

2020-08-10 Thread amreus
Thanks for the help, Eric. Properly closing tags solved it. @Mat, SideEditor was not the problem - I have installed the latest version. Looking nice. Any chance for using ctrl-enter to save? On Monday, August 10, 2020 at 1:28:46 AM UTC-4 Mat wrote: > @amreus, I note you're using the SideEdi

[tw5] html bleeding through from template or macro?

2020-08-09 Thread amreus
Hi. Trying to understand templates and macros. Can someone see why the HTML is bleeding through from my template and/or macros? http://amreus.tiddlyspot.com/ Thanks. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-08-09 Thread amreus
I too am still using SideEditor - quick and convenient. I like the recent addition of the "toolbar" and buttons. I am experimenting with styles in TW and I think SideEditor is over-riding my stylesheet. Can you confirm? I made a sandbox site here: http://beach.tiddlyspot.com It is a

Re: [tw5] Re: Possible simple modification for editing full screen?

2020-08-03 Thread amreus
t; "/> > <$text text="am edit"}/> > > > <$action-setfield $tiddler="$:/state/sidebar/save" text={{{ > [[$:/state/sidebar]is[tiddler]!text[]then{$:/state/sidebar!!text}else[yes]] > }}}/> > <$action-setfield $tiddler="$:/state/sidebar&

Re: [tw5] Re: Possible simple modification for editing full screen?

2020-08-02 Thread amreus
JD, Thanks again for your insight. You can see the prototype here: http://amreus.tiddlyspot.com -477d-b42e-adf1e6d75124o%40googlegroups.com > > . > -- You

[tw5] Re: Possible simple modification for editing full screen?

2020-08-02 Thread amreus
I'm looking for a > different experience (single-tiddler editting without using zoomin view and > with sticky editor toolbar and general cleaner interface) > > - jd > > > On Monday, August 3, 2020 at 12:45:58 AM UTC+9, amreus wrote: >> >> With recent discuss

[tw5] Group Errors

2020-08-02 Thread amreus
I frequently get errors while reading and attempting to post to this group. It's almost enough to deter participation. I have also attempted to search for previous posts on the topic but no matter what I enter I always seem to get the same results. Is there any solution? -- You received this

[tw5] Re: Genealogical tree?

2020-08-02 Thread amreus
Thanks Jed, I'm not sure if it fits or not since I'm still trying to define what it is I actually want, if that makes any sense. On Saturday, August 1, 2020 at 4:23:45 PM UTC-4, Jed Carty wrote: > > It isn't graphical but I made a relations database that may fit what you > are looking for. > >

[tw5] Re: Possible simple modification for editing full screen?

2020-08-02 Thread amreus
the state instead of set it, and how to make an actual plugin, then I can put it online somewhere if anyone is interested. On Sunday, August 2, 2020 at 11:45:58 AM UTC-4, amreus wrote: > > With recent discussions about editing full-screen, would it be a simple > solution to modify

[tw5] Re: Possible simple modification for editing full screen?

2020-08-02 Thread amreus
So I've discovered toggling the values of the tiddler `$:/state/sidebar` between no and yes controls the sidebar. Now to track down the Edit button... or learn how to make a new button. On Sunday, August 2, 2020 at 11:45:58 AM UTC-4, amreus wrote: > > With recent discussions about e

[tw5] Possible simple modification for editing full screen?

2020-08-02 Thread amreus
With recent discussions about editing full-screen, would it be a simple solution to modify the "Edit this tiddler" button trigger the "Hide sidebar" button, and then toggle back the sidebar on either save tiddler or discard buttons? -- You received this message because you are subscribed to

[tw5] Re: Genealogical tree?

2020-08-01 Thread amreus
I am also interested in recording people and families in TW. I'll refrain from calling what I do genealogy - I just collect information, pictures, and stories from family members and bits I find online. I'm not too concerned about the stories being perfectly factual and write most entries

[tw5] Stand-alone 2-column editing? (a la Stroll)

2020-08-01 Thread amreus
I was experimenting with Stroll - Being able to edit 2 tiddlers side-by-side is extremely useful. Is there a stand-alone version or something similar? I'd like to be able to excise text to a new tiddler in the 2nd column, for example. Thanks. -- You received this message because you are

[tw5] Re: Side Preview?

2020-07-19 Thread amreus
resh (although it shouldn't be >necessary). >- maybe run it under TiddlyDesktop to confirm that it's not related to >your browser settings. > > good luck > > On Sunday, July 19, 2020 at 11:31:47 AM UTC+2, amreus wrote: >> >> Thank you for taking

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-19 Thread amreus
? On Tuesday, July 14, 2020 at 4:48:51 PM UTC-4, Mat wrote: > @amreus > Thanks for feedback, I appreciate it even if what you request would be a > very different plugin as I'll explain. So, just maybe you should fiddle > with a separate version after all! :-) > > I don't like

[tw5] Re: Side Preview?

2020-07-19 Thread amreus
your browser settings. > > good luck > > On Sunday, July 19, 2020 at 11:31:47 AM UTC+2, amreus wrote: >> >> Thank you for taking your time to create this. >> >> I have not been able to get it to work. >> >> Is this the correct way to use? >&

[tw5] Re: Side Preview?

2020-07-19 Thread amreus
> height:100%; > max-width : 500px; > max-height: 560px; > margin: 4px 0px 3px 3px; > padding: 3px 16px 3px 16px; > z-index: 1000; > border: 1px solid <>; > background : <>; > } > > > On Tuesday, July 14, 2020 at 1

[tw5] Re: Side Preview?

2020-07-15 Thread amreus
Yes. On Wednesday, July 15, 2020 at 5:00:36 AM UTC-4, Saq Imtiaz wrote: > > Are you familiar with the preview option in the default editor? > > > > On Tuesday, July 14, 2020 at 11:28:38 PM UTC+2, amreus wrote: >> >> This is related to Mat's SideEditor, but I thought

[tw5] Side Preview?

2020-07-14 Thread amreus
This is related to Mat's SideEditor, but I thought not on-topic so I started a new topic. So would it be possible to make a "Side Preview" plugin? So instead of floating a side editor, the normal editor is used but a small (tiny?), live preview window is floated over the sidebar when the

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-14 Thread amreus
Thank you for this - I was thinking of something similar recently but since you have made it, and better than I ever could, I hope you don't mind some comments from the peanut gallery.. I don't like the hover feature. It's too difficult not to trigger the sidebar when going for the Check

[tw5] Re: Sort titles by roman numeral?

2020-06-15 Thread amreus
Thanks for the suggestion Tony - it's not really worth the effort at this time for the reasons you imply. On Sunday, June 14, 2020 at 8:17:29 PM UTC-4, TW Tones wrote: > > Amreus, > > A Quick and simple answer is one of the many reason roman numerals are not > used v

[tw5] Re: Sort titles by roman numeral?

2020-06-14 Thread amreus
This does what I want. I suppose there would need to be a dedicated "roman numeral sort" operator to handle any possible roman numerals. {{{ [enlist{RomanNumerals!!list}addprefix[CommonTitle ]] }}} -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Sort titles by roman numeral?

2020-06-14 Thread amreus
Hey all, I have some tiddlers which have a common title but ending in a unique roman numeral. Is it possible to create a list of titles sorted by the roman numeral? I'm attempting use `sortby` tiddler: RomanNumerals with: list: I II III IV V VI VII VIII IX X XI XII XIII XIV XV XVI XVII XVIII

[tw5] Re: Set the created and modified fields in a single file wiki?

2020-06-14 Thread amreus
Thanks Eric - with that setting disabled, I can set the "modified" field using the normal field editor. On Sunday, June 14, 2020 at 9:52:16 AM UTC-4, Eric Shulman wrote: > > On Sunday, June 14, 2020 at 5:44:49 AM UTC-7, amreus wrote: >> >> Also I thought I rem

[tw5] Set the created and modified fields in a single file wiki?

2020-06-14 Thread amreus
I am recreating an old blog of a relative's in TW and wanted to keep the original creation dates of the articles. Is it possible to set the created and modified fields? I think one way I can do it is to export the file as a wikifolder, then manually set the dates, then rebuild as a single

[tw5] Re: Are some tiddlers exculded from filter operators by default?

2020-06-04 Thread amreus
UTC-4, Eric Shulman wrote: > > On Wednesday, June 3, 2020 at 1:16:11 PM UTC-7, amreus wrote: >> >> Just playing around with filters. Why do I get more results when using >> [all[shadows]prefix[$:/tags]] over [all[]prefix[$:/tags]] or just simply >> [pr

[tw5] Are some tiddlers exculded from filter operators by default?

2020-06-03 Thread amreus
Just playing around with filters. Why do I get more results when using [all[shadows]prefix[$:/tags]] over [all[]prefix[$:/tags]] or just simply [prefix[$:/tags]] ? Are some tiddlers excluded from filters by default? -- You received this message because you are subscribed to the Google

[tw5] Re: Does it _all_ have to be in one html file?

2020-05-31 Thread amreus
Ok I wasn't familiar with Bob, but after briefly checking it out it's very easy and syncs both directions so definitely worth checking out. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: Does it _all_ have to be in one html file?

2020-05-31 Thread amreus
>From what I understand, syncing individual .tid files from the filesystem to the web browser is not supported due to some technical issues. However if you run a local node.exe server, tiddlers editied in the browser will be automatically synced to the filesystem where you can edit them

[tw5] Re: Can I reference a data tiddler using a field value?

2020-01-18 Thread amreus
Well, I'm not getting it. I can't seem to create a macro without explicitly passing the `id` field value. I would like to just do something like this: \define fetch(attr) {{products/{{!!id}}##$attr$}} ... Size: <> Is this explained more clearly somewhere? Thanks. -- You received this

[tw5] Re: Can I reference a data tiddler using a field value?

2020-01-18 Thread amreus
Excellent, thanks for the example! I realized I actually want something more general so that I can pass the data key as well. So this works: \define x(id, key) {{data/$id$##$key$}} Going to study up on macros... thank again. -- You received this message because you are subscribed to the

[tw5] Can I refence a data tiddler using a field value?

2020-01-18 Thread amreus
Hi, For example; There exists a data tiddler named `data/28` with key/value pairs. Let's say `name` is one of the keys. Another tiddler named "Display Tiddler" has a field `id` with value 28. Can I get get a value from the data tiddler using the `id` field value? This is an incorrect

<    1   2