[tw5] Re: Very basic EditTextWidget tutorial and how I often specify target tiddler name

2021-09-10 Thread amreus
Simplified work-flow videos like this would have shortened my TiddlyWiki learning curve considerably. Please keep it up if you can. Note that in 5.2.0 the EditTextWidget *can* edit fields in the same tiddler as the widget without losing focus. On Friday, September 10, 2021 at 2:43:05 AM

[tw5] Re: Scrollable Sidebar Tabs?

2021-09-02 Thread amreus
> On Tuesday, 17 August 2021 at 02:08:37 UTC+10 amreus wrote: > >> The attached is a sample of a scrollable More/All tab. Import it to >> tiddlywiki.com. I just think it it's a better experience than having >> the entire sidebar scroll. >> >> I think an issue mi

Re: [tw5] Re: List sort by count field operator

2021-08-30 Thread amreus
[all[tiddlers]surnamecount[]]"> > <$list filter="[all[tiddlers]!is[system]each[surname]get[surname]] > +[!sortsub:number]"> > > <$link/>(<$count > filter="[all[tiddlers]surname]"/>) > > > > ``` > Note, this works in TW 5.1.2

Re: [tw5] Re: List sort by count field operator

2021-08-30 Thread amreus
Thank you Mohammad, I have learned much from your wikis on github. However, in your enthusiasm I think you over-looked the desire to sort the names by count. I thought I saw an old post that showed a possible way by using an intermediate list, prefixing the count to the title with a

[tw5] Sidebar CSS

2021-08-17 Thread amreus
Hello, I am trying to set up my wiki so i can use it on my phone as well as desktop. I don't expect to be editing tiddlers or writing filters on the phone. That will be done on the desktop. But I do want to set up the sidebar with some tabs and buttons for use on the phone. I find this is

[tw5] Re: Scrollable Sidebar Tabs?

2021-08-16 Thread amreus
? <$scrollable class="tc-scrollable-demo"> <$list filter={{$:/core/Filters/AllTiddlers!!filter}} template="$:/core/ui/ListItemTemplate"/> On Monday, August 16, 2021 at 10:43:19 AM UTC-4 amreus wrote: > > Another style question - is there one place wh

[tw5] Scrollable Sidebar Tabs?

2021-08-16 Thread amreus
Another style question - is there one place where I can make all the sidebar tabs scrollable, or does each tiddler tagged $:/tags/SideBar and $:/tags/MoreSideBar need to wrapped in a scrollable widget? Thanks. I think all of the sidebar tabs should be scrollable by default so the entire

[tw5] Re: ViewToolbar expand on hover?

2021-08-16 Thread amreus
Also has anyone experimented with a right-aligned vertical ViewToolbar? It would make short tiddlers taller, but I think it might make for an interesting option. On Monday, August 16, 2021 at 9:07:34 AM UTC-4 amreus wrote: > > I am sure I have seen someone's ViewToolbar expand when ho

[tw5] ViewToolbar expand on hover?

2021-08-16 Thread amreus
I am sure I have seen someone's ViewToolbar expand when hovering the mouse over it. Is there a link for an implementation? I'd like to try it. My toolbar is getting longer as I add my own tools. I am also wondering if the expand-on-hover would work better, or maybe the title and toolbar

[tw5] Re: Dragable items in List Tab?

2021-08-07 Thread amreus
Thanks for the replies. I ended up with something very close to Eric first example except I added a separate ListEdit tab in the Info area. If you read the Github discussion, Jeremy seems to like the idea so perhaps it'll be a feature soon. Thanks. On Thursday, August 5, 2021 at 9:53:51 PM

[tw5] Dragable items in List Tab?

2021-08-05 Thread amreus
Good morning, Is there some reason items in the List tab could not be made draggable for re-ordering? It seems like this would be a more accessible way to re-order toolbars, as an example. [image: 2021-08-05_062420.png] -- You received this message because you are subscribed to the

[tw5] Re: Is it possible to apply conditional styling to links?

2021-07-31 Thread amreus
AH I read your question wrong. You want every link TO a tiddler to be styled. I still think it's possible even though I don't know css selectors well enough do it. the css might be something like: a[title="Your Title"] { color: purple;} On Saturday, July 31, 2021 at 3:50:43 PM UTC-4 Si

[tw5] Re: Is it possible to apply conditional styling to links?

2021-07-31 Thread amreus
It's possible using a stylesheet and css attribute selectors. See this TiddlyWiki page for the explanation. Look here for a simple example.

[tw5] Re: List with tags and links to topics

2021-07-03 Thread amreus
Could use a link widget... ** *<$list filter="[tag[Features]sort[title]]"><$link/>{{||$:/core/ui/ViewTemplate/tags}}* On Saturday, July 3, 2021 at 11:18:15 AM UTC-4 miket...@gmail.com wrote: > I love this kind of list I found in the documentation. > https://i.imgur.com/4Hh7Rcs.jpg > > >

[tw5] Re: Do I recall a "distancer" for indenting?

2021-02-22 Thread amreus
I stole this from someone, don't remember who sorry: \define hspace(width:"25px") On Monday, February 22, 2021 at 10:03:53 AM UTC-5 Mat wrote: > Wasn't a "distancer" introduced fairly recently, i.e something to use > instead of to create a small indent or gap in a line? > I can't find it in

[tw5] Re: Help with lists & filters

2021-02-20 Thread amreus
Sure in place of <> use: <$macrocall $name=tag tag=<>/> On Saturday, February 20, 2021 at 10:44:08 AM UTC-5 bartosz.w...@gmail.com wrote: > Perfect. Thank you very much. > > But would it be possible to display tags as tag pills? > > sobota, 20 lutego 202

[tw5] Re: Populate field upon saving tiddler

2021-02-20 Thread amreus
Mike has the right idea. Here is a link to an example that shows one possible use case: https://amreus.tiddlyhost.com/#View%20Template%20for%20Person:%5B%5BView%20Template%20for%20Person%5D%5D%20Amreus * If tiddlers that are tagged "Person" have 2 fields: "first-name" and "last-name". * The

[tw5] Re: Help with lists & filters

2021-02-20 Thread amreus
Maybe this: <$list filter="[tag[Master]sort[title]]"> <$link/> <$list filter="[tags[]![Master]]" variable=tagname> <> On Saturday, February 20, 2021 at 7:55:02 AM UTC-5 bartosz.w...@gmail.com wrote: > Codeblock did not work :( > > sobota, 20 lutego 2021 o 13:53:21 UTC+1 Bartosz Wilinski

[tw5] Re: Prevent emdash replacing 2 dashes?

2021-02-13 Thread amreus
Using the html code for a hyphen () in the template string works without needing to turn off the dash parsing rule. Attached is the updated example for a tiddler for constructing a command line. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: created field containing repeated NaN's?

2021-02-09 Thread amreus
I think the "NaN" string comes from this function when the date string is not valid: $tw.utils.stringifyDate(new Date("20201016232045362")); NaN is "Not A Number" in Javascript which I assume is where the result comes from. On Tuesday, February 9, 2021 at

[tw5] Re: created field containing repeated NaN's?

2021-02-09 Thread amreus
$tw.utils.stringifyDate(new Date("20201016232045362")); On Monday, February 8, 2021 at 10:04:03 PM UTC-5 Soren Bjornstad wrote: > Tones, you would think, but adding the quotation marks didn't change the > result, and it does appear that (single) square brackets are OK, for > instance this

[tw5] Re: Prevent emdash replacing 2 dashes?

2021-02-06 Thread amreus
; pragma or by using a macro to concatenate the pragma to the command before > passing it in to $wikify. Maybe there is a way to use pragmas with $wikify > that I'm missing, but if so it doesn't appear to be documented. > > On Sunday, November 22, 2020 at 12:27:15 PM UTC-6 amreus wrote: > >&

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

2021-02-05 Thread amreus
. On Thursday, October 29, 2020 at 6:49:49 PM UTC-4 TW Tones wrote: > Amreus, > > It is somewhat trivial to build a search that focuses on tiddlers prefixed > $:/bookmark anyway, then the results in the search are restricted to actual > bookmarks. > > Tones > > > On Fr

Re: [tw5] Setting to define additional system prefix?

2021-02-04 Thread amreus
you guessed, is using the / character as a shortcut for the prefix $:/plugins/amreus/... since typing $:/ is less efficient. I started using the / character as a temporary prefix to mean "system tiddler" with the intention of renaming them later. Fact is no one but myself is probably ever

Re: [tw5] Setting to define additional system prefix?

2021-02-01 Thread amreus
Thanks Jeremy, that's perfect. On Monday, February 1, 2021 at 5:14:26 AM UTC-5 wrote: > I think it would be feasible to have some kind of hidden setting for > customising the criteria of what constitutes a system tiddler, and it could > be pretty useful in some situations. For example, the

[tw5] Re: Setting to define additional system prefix?

2021-01-30 Thread amreus
I guess mainly I'd like to define a character sequence that, when used as a title prefix, is excluded from the default sidebar search results. The rest I can do with filters. On Friday, January 29, 2021 at 11:25:58 PM UTC-5 PMario wrote: > hmm, > The problem would be, that you can't see

[tw5] Re: Bag Tag?

2021-01-29 Thread amreus
Yes, I did mean field and not tag. :| I just saw the "bag" field in a few of my tiddlers and wasn't sure how they got there. On Friday, January 29, 2021 at 2:13:41 PM UTC-5 TiddlyTweeter wrote: > PMario wrote: > >> The "bag - field" is internally used by the TiddlyWeb adaptor. ... "bags" >>

[tw5] Setting to define additional system prefix?

2021-01-29 Thread amreus
Can we define an alternative or additional string that is treated similar to a "system" prefix? For example, I'd like to start tiddler titles with a '/' and have them hidden by default and from lists and search like a system tiddler, but also keep them separate from the official system

[tw5] Bag Tag?

2021-01-29 Thread amreus
Just curious: what is the "bag" tag used for? -- 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: macro for 'if field exists then A else B else C' ???

2021-01-04 Thread amreus
Hopefully this is helpful. I also find the syntax arcane and still struggle with constructing code like the following. \define makeimg() <$vars imgurl="http://covers.librarything.com/devkey/dev-key/medium/isbn/; fallback="[[Normal Link|http://google.com]];

[tw5] Prevent emdash replacing 2 dashes?

2020-11-22 Thread amreus
I'm playing with an idea of a command-line builder where I can build the command line using a form and copy the command to the clipboard. Most commands accept 2 dashes for long options but in my example (attached) the double-dashes get converted to an emdash. Can this be prevented? Thanks.

[tw5] Re: The-Book Chapter 10

2020-11-21 Thread amreus
Correct, thanks - I botched the link. On Friday, November 20, 2020 at 7:33:44 PM UTC-5 Alfonso Arciniega wrote: > https://github.com/kewapo/The-Tiddlywiki-Manual > > This is the repository of TheBook, last updated in February 2020. > > -- You received this message because you are subscribed

[tw5] Re: The-Book Chapter 10

2020-11-20 Thread amreus
I believe this is the source of the book. On Friday, November 20, 2020 at 7:49:02 AM UTC-5 Ste wrote: > It was mentioned somewhere on here recently! > https://my-tw-notes.droppages.com/TheBook.pdf > > On Thursday, 19 November 2020 at 18:28:25 UTC

[tw5] Re: command line backup

2020-10-31 Thread amreus
An important addendum to using `curl` - be sure to check the downloaded files. If a wiki is not available, curl will simply save the "not found" page instead of the actual wiki. On Saturday, October 31, 2020 at 4:27:44 PM UTC-4 springer wrote: > Amreus, thanks for this curl

[tw5] command line backup

2020-10-30 Thread amreus
Quick command line backup: > curl http://yoursite.tiddlyspot.com > yoursite.html curl is available on most operating systems by default, including Windows. On Friday, October 30, 2020 at 4:06:44 AM UTC-4 Eric Shulman wrote: > On Thursday, October 29, 2020 at 10:54:01 PM UTC-7, AndrewMc wrote:

[tw5] Re: New Google Group: View Starred Topics?

2020-10-29 Thread amreus
Quick update - there is now a "Starred conversations" item on the left in the new interface. -- 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: confirmed working on private server (vps)

2020-10-29 Thread amreus
different content it append the new text > to previous bookmark tiddler > If the content is different it adds an ordinal number to title. > > On Thursday, October 29, 2020 at 12:18:39 AM UTC+3:30 amreus wrote: > >> I think there is a problem though with using the web site

[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

[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
Yes, please check out the dev branch <https://github.com/amreus/bookmarking-to-tiddlywiki/tree/dev> - that is the branch where I pushed some updates, including updated readme. On Wednesday, October 28, 2020 at 10:06:06 AM UTC-4 digit...@gmail.com wrote: > edit to above I se

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

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

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

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

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

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] 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: 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] 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] 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] 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] 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] 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] 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: 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: 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: 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: 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: 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
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
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: 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: 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: 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] 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: 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] 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: 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
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] 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: 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: 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] 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] 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] 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] 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: 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: 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: Ideas for an UN-official community plugin library

2020-08-16 Thread amreus
I disagree. Conflicts are 100% in the realm of library managers and must be considered. On Sunday, August 16, 2020 at 5:15:04 PM UTC-4 Mat wrote: > @amreus - while the conversation has admittedly gone off on a tangent, > your question is definitely off topic. Pleaes start a new thread i

[tw5] Re: Ideas for an UN-official community plugin library

2020-08-16 Thread amreus
Is there a need for namespacing for plugins? For example, if 2 plugins both define a css class with the same name, which gets used? Or if 2 plugins define a macro with the same name, what happens? Does the last loaded macro take precedence? If this is an issue it would it need to be

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

  1   2   >