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

[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] Sort tiddlers by substring?

2020-09-05 Thread amreus
My "people" tiddlers consist of the person's name and an ID number to make them unique. How can I sort the tiddlers by the ID number? example title: *Karl Roger Stanton (I234)* Thanks. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Sort tiddlers by substring?

2020-09-06 Thread amreus
te: > You will likely save yourself hours of headaches if you create separate > fields for id and name. > > > On Saturday, September 5, 2020 at 2:10:56 PM UTC-7, amreus wrote: >> >> My "people" tiddlers consist of the person's name and an ID number to &

[tw5] Re: Sort tiddlers by substring?

2020-09-06 Thread amreus
that, and then deconstructing the list. It's a mini master-class. On Sunday, September 6, 2020 at 5:45:35 AM UTC-4 amreus wrote: > Heh, thank. That is exactly my current solution. > > I am wondering if there could be a new filter (or option) in the "nsort" > family of filters whic

[tw5] Re: Filter simplification?

2020-09-10 Thread amreus
Following up with a relevant link. https://ooktech.com/jed/ExampleWikis/FilterLogicExamples/ On Wednesday, August 26, 2020 at 8:22:48 PM UTC-4 TW Tones wrote: > Amreus, > > Filters are a little different to standard boolean logic since they start > from a premise of gener

[tw5] New Google Group: View Starred Topics?

2020-09-10 Thread amreus
Good morning, I don't see how I can view the topics I have starred. Can someone point me in the right direction? Am I going to have to bookmark each one in my browser instead? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Named filters?

2020-09-10 Thread amreus
I am experimenting with task manager as if the world needs another... http://amreus.tiddlyspot.com/ The different views require many similar but different filters, but most of them have a common part that might be named "active tasks" and which may look like the following:

[tw5] Re: Upgrading my TW

2020-09-15 Thread amreus
Using the filter tab in AdvancedSearch, export all your plugin tiddlers as json. A proper plugin will contain all your tiddlers under your namespace, i.e $:/plugins/bobj/tiddler1 $:/plugins/bobj/tiddler2 The filter to get all your plugin tiddlers might look like: [prefix[$:/plugins/bobj]]

[tw5] Re: Javascript Human Friendly Date Parser?

2020-09-15 Thread amreus
her functions, if available for the > result. > > Regards > Tony > > > > On Sunday, 13 September 2020 01:45:25 UTC+10, amreus wrote: >> >> >> Ruby has this great library called Chronic that parses strings into Ruby >> Date objects. It handles date strings that a

[tw5] Re: Javascript Human Friendly Date Parser?

2020-09-12 Thread amreus
I'm using a phrase that is used by some of the authors of the libraries. You'll have to ask them the question. On Saturday, September 12, 2020 at 5:26:58 PM UTC-4 PMario wrote: > On Saturday, September 12, 2020 at 8:44:00 PM UTC+2, amreus wrote: > > Thanks for the list. A better phr

[tw5] Re: Javascript Human Friendly Date Parser?

2020-09-12 Thread amreus
I've tried that date picker - it jumps back a day due after selecting the date. But not always. From what I gather it has to do with the timezone and TiddlyWiki dates being UTC. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: Javascript Human Friendly Date Parser?

2020-09-12 Thread amreus
Thanks I'll read it. On Saturday, September 12, 2020 at 5:23:12 PM UTC-4, PMario wrote: > > Hi, > > This thread may be of interest. > https://groups.google.com/forum/#!topic/tiddlywiki/Kyw0LMSRdj4 > > -mario > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Javascript Human Friendly Date Parser?

2020-09-12 Thread amreus
Saq, Thanks for the list. A better phrase would have been "natural language" date parser. Dates in TiddlyWiki appear to be under-supported. Would you agree, or am I missing something? I know about the 3 Date filter operators. But there seems to be a gap between the date storage format and

[tw5] Javascript Human Friendly Date Parser?

2020-09-12 Thread amreus
Ruby has this great library called Chronic that parses strings into Ruby Date objects. It handles date strings that are human friendly as well as in rigid formats. You can see some usage examples here: https://github.com/mojombo/chronic Has anyone already made such a parser for TiddyWiki5?

[tw5] Re: TiddlyWiki toolmap submissions

2020-09-13 Thread amreus
Hi Dave, Tobias Beer's GSD5 wiki has a datepicker that can be dropped into a wiki. The stylesheet must also be added. I think it ought to be on the list. -- You received this message because you

[tw5] Re: Dynamic css and transcluding

2020-09-13 Thread amreus
Mario. This is the greatest example, thanks. I've made a similar example here . In short this is customizing the view of a tiddler's fields via a template, and applying a style based on the tiddler's

[tw5] Re: Breaking up very long runs in a filter?

2020-10-02 Thread amreus
Just to add a hopefully helpful example. You can store filters not only as macros, but in fields and data tiddlers. While learning and experimenting with some wikis I was inconsistent in my use of tags. I used a data tiddler to define filters until I got things cleaned up and simplified.

[tw5] Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-04 Thread amreus
Just playing with an idea I might have read about on this forum. It's not completely functioning at moment, but enough of it is that I'm certain it can be made to work. I made a browser bookmarklet that opens a popup window to your local node tiddlywiki, and appends to the wiki address the

[tw5] Re: Enable CORS on local node server?

2020-10-12 Thread amreus
plugin. > > Has this been tested in multiple browsers? I also really like how this > opens up the possibility to write tiddlers to a wiki-tab while your browser > has another tab or content in view. Mahalo (thanks)! > > Best, > Joshua Fontany > On Sunday, October 1

[tw5] Re: Enable CORS on local node server?

2020-10-16 Thread amreus
usText: ' + xhr.statusText); }; xhr.open('POST', `http://127.0.0.1:8080/api/push/${wikiname}`); xhr.send(tid); })(); On Monday, October 12, 2020 at 5:40:45 AM UTC-4 amreus wrote: > Thank you. I could use a lot of help with everything. I'm not a programmer > - I just

Re: [tw5] Announcing TiddlyMarker v0.1.0-alpha for Firefox

2020-10-15 Thread amreus
Yeston, Thanks for creating this plugin - it's working very well so far. I would prefer to hide the bookmark tiddlers under a system prefix such as `$:/bookmark/` and use `window.location.href` as the unique identifier instead of using the the web page title as the tiddler title. Would it

Re: [tw5] Announcing TiddlyMarker v0.1.0-alpha for Firefox

2020-10-15 Thread amreus
I made and quickly deleted a post asking about using a prefix ore template for tiddler naming. I found the answer in the tiddlymarks options page. You can construct the fields as you wish in the Formatting section. Here is an example of using a system tiddler for the bookmark tiddler:

Re: [tw5] Announcing TiddlyMarker v0.1.0-alpha for Firefox

2020-10-15 Thread amreus
Oh, and thank you for creating this plugin! On Thursday, October 15, 2020 at 8:02:16 PM UTC-4 amreus wrote: > I made and quickly deleted a post asking about using a prefix ore template > for tiddler naming. > > I found the answer in the tiddlymarks options page. You c

Re: [tw5] A HOWTO: My approach to modals now involves a transclusion template

2020-10-10 Thread amreus
One small note - You can use the "tc-tiddlylink" class instead if you want to match the style TiddlyWiki uses for links. On Saturday, October 10, 2020 at 12:49:16 PM UTC-4 Atronoush wrote: > Hi Charlie, > Many thanks for this. Your approach to use specific titles (e.g A HOWTO) > makes it

[tw5] Enable CORS on local node server?

2020-10-10 Thread amreus
Is it possible to allow Cross Origin Resource Sharing when running a node wiki locally? I'm starting the server using the command: tiddlywiki.js --listen -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Enable CORS on local node server?

2020-10-11 Thread amreus
me the browser syncs with the server. > > Best, > Joshua Fontany > On Saturday, October 10, 2020 at 1:41:57 PM UTC-7 amreus wrote: > >> Is it possible to allow Cross Origin Resource Sharing when running a node >> wiki locally? >> >> I'm starting the server using

[tw5] Re: Enable CORS on local node server?

2020-10-11 Thread amreus
u 100% make sure that your code is running on the _Server_ > (node.js), it can then make any modifications to the Wiki files you need. > This will then be picked up the next time the browser syncs with the server. > > Best, > Joshua Fontany > On Saturday, October 10, 2020 at 1:41:

[tw5] Re: Calling the tiddlywiki --rendertiddlers command directly on a .html TW

2020-08-23 Thread amreus
ut in my local copy of the main TW wiki. TW = C:/Users/Amreus/Code/Repos/Jermolene/tiddlywiki5/tiddlywiki.js GEDCOM = C:\Users\Amreus\genealogy\master-gedcom\gene.ged TIDS := $(wildcard tiddlers/*.tid) .PHONY: clean gene gene.html: empty.html gene.json twig.json $(TIDS) node $(TW) --verb

[tw5] Re: Template or macro or other?

2020-08-29 Thread amreus
I wanted to say thanks to everyone and even if I do not always reply to every post, I do read everything and try to learn. The explanations and examples are extremely helpful. So thank you again! On Thursday, August 27, 2020 at 1:18:00 PM UTC-4 PMario wrote: > Hi > I needed to fix some typos

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

2020-08-29 Thread amreus
wrote: > On Friday, August 28, 2020 at 1:03:24 AM UTC+2, TW Tones wrote: >> >> 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 &g

[tw5] Re: Search the values of fields where field names are generated?

2020-08-29 Thread amreus
I thought to reverse it also - that is search all fields for the term and then filter the titles by the selected fields, but I didn't have any luck with that filter syntax. It's possible I just haven't typed the filters correctly. On Saturday, August 29, 2020 at 1:56:14 PM UTC-4 amreus

[tw5] Search the values of fields where field names are generated?

2020-08-29 Thread amreus
I would like to search all my tiddler's fields that match a regexp /_plac$/ Something like this not-valid syntax: <$list filter="[fields[]regexp[_plac$]]" variable="flds"> {{{ [search:<>[query]] }}} Is possible? Thanks. -- You received this message because you are subscribed to the

[tw5] Re: Search the values of fields where field names are generated?

2020-08-29 Thread amreus
gt; internal filter. Inside of filters, variables use single angle brackets. > Outside filters, double angle brackets. > > > On Saturday, August 29, 2020 at 10:31:20 AM UTC-7, amreus wrote: >> >> >> I would like to search all my tiddler's fields that match a

[tw5] Re: Search the values of fields where field names are generated?

2020-08-29 Thread amreus
Here's is the actual filter. I thought maybe the join is more correct with the search operator: [image: 2020-08-29_140459.png] On Saturday, August 29, 2020 at 2:01:16 PM UTC-4 amreus wrote: > I thought to reverse it also - that is search all fields for the term and > then filter the

[tw5] Re: Search the values of fields where field names are generated?

2020-08-29 Thread amreus
Yes Eric that is exactly what I meant. It's basically a location search for common gedcom tags (which are not the same as TiddlyWiki tags.) Thanks so much for the examples. I have been reading about macros but I still don't think I grasp them fully yet. However, though experimentation I

[tw5] Re: File in directory

2020-08-22 Thread amreus
Just throwing the Timimi browser extension in the ring since it also has the ability to launch scripts, although I have not experimented nor had a need for it. https://ibnishak.github.io/Timimi/#Launching%20scripts%20using%20timimi On Saturday, August 22, 2020 at 10:45:15 AM UTC-4, Man

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

2020-08-26 Thread amreus
[[2020-06-26]split[-]first[]]}}} /> > > 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[-

[tw5] Filter simplification?

2020-08-26 Thread amreus
Good evening. Just a question of curiosity. Can this filter be simplified? For example, can all[current] be "factored out" so it does not need to appear twice? [is[current]has[birt_date]] [is[current]has[birt_plac]] In Boolean, I think this would be [(A and B) or (A and C)] == [A and (B or

[tw5] Template or macro or other?

2020-08-26 Thread amreus
Working on my genealogy wiki where each person is a tiddler. Obviously my wiki has lists of people all over the place - parents list, lists of children, siblings, etc. In my lists I want to link to the person, but also show some other fields such as year of birth. Something similar to:

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

2020-08-26 Thread amreus
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. tia. -- You received this message because you are subscribed to the Google Groups

[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: [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-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: Help with WikiText Macro

2020-08-15 Thread amreus
Or [{{!name}is[blank]then{!!title}]] which reads slightly better, imo. Thanks for the discussion - I was next wanting to know how to show some info in a macro only if a field exists and is not blank. I think this will be useful. On Saturday, August 15, 2020 at 2:56:42 PM UTC-4 Mark S.

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

2020-08-30 Thread amreus
Just a suggestion: I wouldn't build the json string manually. I would use a python dict and add the key/value pairs, then let the JSON library serialize it as a json string. It's the same idea I use only in Ruby for converting my gedcom files to tiddlers. On Thursday, August 27, 2020 at

[tw5] ViewTemplate Filter?

2020-09-27 Thread amreus
Good evening, I made a preview button for the view toolbar. It works but... it shows a preview for all tiddlers in the story. Can make it preview only the text of the tiddler on which the button is clicked? http://amreus.tiddlyspot.com/#preview-button:preview-button%20preview-viewtemplate

[tw5] How to increaase the size of a button image?

2020-09-27 Thread amreus
Hello, I made this image clipper: http://amreus.tiddlyspot.com/#Images%20Gallery%20Clipboard How can I increase the size of the images? I assume using a Stylesheet but I don't know the correct classes or rules to use. css is still sort of a mystery to me at this stage. Thanks. -- You

[tw5] Re: Dollar sign ($) in widget attributes?

2020-09-27 Thread amreus
On further inspection, is it the action widgets and the macrocall widget which use the $attribute. The rest do not. That's easier to remember. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: How to increaase the size of a button image?

2020-09-27 Thread amreus
By trial-and-error I found setting the font-size will size the svg icons as well. Not sure if it's correct but it works. See link above for a image clipboard gallery. On Sunday, September 27, 2020 at 5:40:41 PM UTC-4 amreus wrote: > Hello, > > I made this image clipper

[tw5] Re: ViewTemplate Filter?

2020-09-27 Thread amreus
Hmm, I think the button may need to store the name of the current tiddler somewhere to use in the view template filter. I'll try that tomorrow. On Sunday, September 27, 2020 at 8:23:13 PM UTC-4 amreus wrote: > Good evening, > > I made a preview button for the view toolbar.

[tw5] Re: ViewTemplate Filter?

2020-09-27 Thread amreus
Yep that got it - sometimes it helps just asking the question. On Sunday, September 27, 2020 at 8:35:50 PM UTC-4 amreus wrote: > Hmm, I think the button may need to store the name of the current tiddler > somewhere to use in the view template filter. I'll try that tomorrow. > >

[tw5] Dollar sign ($) in widget attributes?

2020-09-27 Thread amreus
I see some widget's attributes start with a $ and some don't. Does the $ have special meaning? -- 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: Filter Operator Categories

2020-09-25 Thread amreus
Thanks for the resource. It clarifies some some of the differences I was struggling with that I hadn't yet identified for myself. On Friday, September 25, 2020 at 2:24:38 PM UTC-4 clutterstack wrote: > Haha, that's great. There's information here that can help avert huge > amounts of baffling

[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: so: personal DreamHost for TW users?

2020-10-24 Thread amreus
I downloaded 128 public tiddlyspot wikis about a week ago. They were for my personal use and I wasn't planning on sharing them, but would make them available if the site doesn't come back. Hopefully the site can be restored. I've attached the list I have. On Saturday, October 24, 2020

[tw5] Re: Enable CORS on local node server?

2020-10-25 Thread amreus
nes for bugs > and feature requests are here https://ooktech-public.gitlab.io/guidelines/ > > On Saturday, October 17, 2020 at 2:26:34 AM UTC+2 amreus wrote: > >> I've been testing this using Jed's BobWin.exe on Windows. It works the >> same without the need to modify the s

[tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-25 Thread amreus
on set to *yes*. It's cool to see it working, but there's lot's of room for improvement. For example I'd like to grab some meta tags from the html as well as just the title and url. I put the files on github: https://github.com/amreus/bookmarking-to-tiddlywiki Let me know if you have any que

[tw5] Re: Enable CORS on local node server?

2020-10-25 Thread amreus
In my previous post, I meant "expectations" not "exceptions." As in "The fact that the API didn't do what I expected does not mean it's a bug." -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-26 Thread amreus
s for asking these questions. You gave me an idea that maybe I can use a tiddler in the wiki as customization, or configuration tiddler for the form. On Monday, October 26, 2020 at 9:26:30 AM UTC-4 Atronoush wrote: > amreus, > Please have a look at https://github.com/buggyj/tiddlyc

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread amreus
Sanitizing the characters [ ] { } | from the tiddler title is in the dev branch, I just neglected to mention it. On Wednesday, October 28, 2020 at 4:22:03 PM UTC-4 Atronoush wrote: > Good improvement amreus! > > Like Donald I also support the proposed idea on GitHub repo! >

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread amreus
looking for opinions.) On Wednesday, October 28, 2020 at 4:37:50 PM UTC-4 amreus wrote: > Sanitizing the characters [ ] { } | from the tiddler title is in the dev > branch, I just neglected to mention it. > > > > On Wednesday, October 28, 2020 at 4:22:03 PM UTC-4 Atronous

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-26 Thread amreus
. Since I am not getting any errors in either Firefox or Chrome, it's hard to know what is going on. Thanks. On Monday, October 26, 2020 at 3:03:06 AM UTC-4 Atronoush wrote: > The same error on Firefox! > > On Sun, Oct 25, 2020 at 11:41 PM amreus wrote: > >> "Testing? We

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-25 Thread amreus
any errors generated when you hot the "Save" button. On Sunday, October 25, 2020 at 3:40:34 PM UTC-4 Atronoush wrote: > amreus > Thank you for sharing. I created a new wiki tiddlywiki mywiki --init > serverand then created an extra folder files in mywiki folder with > form

Re: [tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-25 Thread amreus
I just tried in Chrome - worked as expected. I'm not sure how to troubleshoot from here. I'll start by reviewing my instructions. I might not get back to things until later in the week. On Sunday, October 25, 2020 at 3:40:34 PM UTC-4 Atronoush wrote: > amreus > Thank you for shar

[tw5] Re: so: personal DreamHost for TW users?

2020-10-27 Thread amreus
st saw the disaster :-O > My wiki with a lot of knowledge is gone... And saved nowhere else... > But... really unbeleavable luckily... I saw now, that you, amreus, saved > my wiki. > @amreus, I cannot write a private message. If you can write one to me, > could you please be so nice to tel

[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] 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
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: 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] 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: 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] 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: 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] 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

[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] 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: 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] 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

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: 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
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] 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-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] 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: 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

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&

[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: 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] 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: 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

  1   2   >