[tw5] Re: [TW5] Secondary sort in Sortable Tables

2019-04-01 Thread michaelharrison619
S. S., Firstly, thank you for taking the time to put that table together. I have tried it and it does work ... if the table is not sortable. Perhaps I have explained myself poorly. What I am looking to do is to keep the table sortable, but change the default behavior, which is that, after

[tw5] Re: [TW5] Secondary sort in Sortable Tables

2019-03-31 Thread michaelharrison619
No, unfortunately that has removed all content except the authors. Guess I will have to keep playing around with it. Thank you for suggesting the get operator. Can you think of anything else that might work? Thank you. -- You received this message because you are subscribed to the Google

[tw5] Re: [TW5] Secondary sort in Sortable Tables

2019-03-31 Thread michaelharrison619
S. S., I apologize for being a clod, but I am afraid I don't see how I would be able to implement the get operator in the above table. Would you be able to explain how I would use the operator properly? From what I understand, I would not have thought it would work with the sortable table.

[tw5] [TW5] Secondary sort in Sortable Tables

2019-03-31 Thread michaelharrison619
Hello, I have been using Jed McCarty's code for clickable table column headers to create sortable tables. I recently put together a table to keep track of my various ebooks and from whih vendor I purchased them. See code below. \define SortableFilters()

[tw5] Re: Using the list filter with more than one tag

2019-03-29 Thread michaelharrison619
Aha! That is so simple it hurts. Mark, thank you for your answer. Thanks, Michael -- 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] Using the list filter with more than one tag

2019-03-29 Thread michaelharrison619
I'll apologize in advance for what I am sure is an incredibly simple question, but for the life of me I have been unable to figure out. I would like to use more than one tag in a list filter, so instead of: <$list filter="[tag[TagName]sort[title]]"/> Which creates a list of tiddlers, I could

[tw5] Re: Sorting Search Results

2018-11-20 Thread michaelharrison619
Mark, I lifted the code from (and based the set up on) the https://www.ooktech.xyz:8443/Public#JustSearch tiddler. I only intend to use this search bar in this single case. If you'll forgive my ignorance, could you explain why not using the code as a macro worries you? In other news, yes,

[tw5] Re: Sorting Search Results

2018-11-20 Thread michaelharrison619
Mark, So I took your suggestion and lifted the code from the macro into my own TiddlyWiki, and ended up with this: <$set name="searchTiddler" value="$:/temp/searchjournal"> <$edit-text tiddler="$:/temp/searchjournal" type="search" tag="input" focus={{$:/config/Search/AutoFocus}}

[tw5] Re: Sorting Search Results

2018-11-20 Thread michaelharrison619
Funnily enough, I found a thread this morning for creating search bars: TW5: just a <> search box . I have taken the code and added it to my TiddlyWiki, and by changing "$:/temp/search" to "$:/temp/searchjournal", the search bar

[tw5] Re: Sorting Search Results

2018-11-19 Thread michaelharrison619
Tony, A journal-specific field? Not sure if there would be enough demand to see it implemented in TiddlyWiki proper, but hey, I certainly would not turn up my nose at it. Unfortunately I do think I am a little late in my TiddlyWiki's lifespan to try implementing something like that now, but I

[tw5] Re: Sorting Search Results

2018-11-19 Thread michaelharrison619
Mark, Thank you for your suggestions. Do you know if it would be in anyway possible to create another search box in a separate tiddler? If I created a new tiddler (or tiddlers) specifically for searching through my journal entries, it seems like I could sidestep most of the difficulties you

[tw5] Re: Sorting Search Results

2018-11-19 Thread michaelharrison619
I see. Could I rig something with the created field? All of my journal tiddlers' date of creation matches the date they are titled, and that field is already in place. Is there a way might I be able to use that with the search functionality? Thank you. -- You received this message because

[tw5] Sorting Search Results

2018-11-19 Thread michaelharrison619
I am not sure if my question is answerable, but I'd rather ask a foolish question then make a foolish mistake. I have been using TiddlyWiki 5 as a journal for several years now, and it has served that purpose brilliantly. However, as my collection of journal tiddlers has expanded, I have found

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Don't hope. That helped. Mark, thank you very much. I have added your suggested code to my TiddlyWiki, and touch wood, everything seems to be working fine. Will hold on to the back up for a while yet, but I do believe this is my issue resolved. Thank you again, Mark, for taking the time to

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Both the sort and the exclude options seem to meet my needs, so I think I will err on the side of caution and go with the choice that is properly documented on the site. I take it the expandable arrows are non-negotiable? Thank you. -- You received this message because you are subscribed to

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Mark, Here is my TOC after trying to add the sort option as you suggested: <> As far as I can tell, that seems to be working. The expandable arrows are still present however. Is there a method by which I might remove them, or will they stick around even though the content they would have

[tw5] Re: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Mark, see barro's comment above. His example is as follows: <> <> <> -- 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: Customizing Levels of TOC

2018-10-04 Thread michaelharrison619
Okay, so my current table of contents looks like this; <> I assume I can continue adding the tags I want to keep hidden in the same way? And after removing the items listed beneath each tag in the TOC, the text still shows the expandable arrows, though they no longer reveal any content. Is

[tw5] Re: Customizing Levels of TOC

2018-10-03 Thread michaelharrison619
barro, I am sorry, but could I ask two more questions? First, how exactly would I write the table of contents to include multiple tags? Like this: <> Second, after removing the items listed beneath, my TOC headers still show the expandable arrows, though they no longer do anything. How might

[tw5] Re: Customizing Levels of TOC

2018-10-03 Thread michaelharrison619
Tony, thank you for explaining. Just to make sure I have understood your explanation, your idea with the macros was that I have a set of different table of contents to display different levels of information? That is certainly not something I had considered, and I will probably need to spend

[tw5] Re: Customizing Levels of TOC

2018-10-03 Thread michaelharrison619
Tony, that is certainly something I might try. I am a bit worried it might be too inflexible though. Clarification: Would that be three levels for everything? Could I set differing levels for different sets of tags? And how much maintenance would the new macros need as I edited and tweaked my

[tw5] Re: Customizing Levels of TOC

2018-10-03 Thread michaelharrison619
Mark please forgive my ignorance, but how would I implement sort:"!tag[Example]" in my table of contents? As I said in my first message, everything is tagged, so I think your suggestion should work. But I do not use "sort" anywhere in the structure. My table of contents is made up of

[tw5] Customizing Levels of TOC

2018-10-03 Thread michaelharrison619
I have been using TiddlyWiki 5 for a few years now, and I have always used a hierarchal structure of tags. I am now coming to the point where I have enough sub-levels of tags, it feels like I have to scroll more horizontally than vertically. One of the things I really like about TiddlyWiki

[tw5] Re: [TW5] Modified field display

2018-05-12 Thread michaelharrison619
Perfect! That has done it. Mark, thank you very much. On Saturday, May 12, 2018 at 8:32:50 PM UTC-4, Mark S. wrote: > > This should do what you want: > > <$view field="modified" format="date" template="-0MM-0DD"/> > > HTH > -- Mark > > On Saturday, May 12, 2018 at 3:40:20 PM UTC-7,

[tw5] [TW5] Modified field display

2018-05-12 Thread michaelharrison619
I am trying to set up a list of tiddlers with the "Modified" field displayed. While I have managed to get that far, I am hoping it is possible to tweak the display slightly. So instead of displaying something like: 20180512141759481 It would display: 2018-05-12 Or something similar. I

[tw] Re: Automatic Username & Plugins

2017-12-10 Thread michaelharrison619
The template, of course! These things are so readily apparent after someone points them out for us. Thank you, PMario. I have edited the template's creator and modifier fields, and that has done the trick. -- You received this message because you are subscribed to the Google Groups

[tw] Re: Automatic Username & Plugins

2017-12-09 Thread michaelharrison619
That was the first thing I tried! It was also the first thing that did not work. No, I'm not sure why, but the new tiddlers created via the plugin's interface are defaulting to Mr. Elmiger as the username, regardless of whatever I have in the "Username for signing edits" field. -- You

[tw] Automatic Username & Plugins

2017-12-09 Thread michaelharrison619
I have the dreadful suspicion that what I am about to ask will portray me as: A) a Luddite who cannot solve simple problems, and B) a jerk who does not give credit where credit is due. That said, here's what is giving me trouble. I have been trying to move more of my digital information into

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Mr. Mal, thank you for the original suggestion. Penguinlay and Thomas, thank you both for the clarification. I was missing the tags. Adding those has gotten it working. Again, thanks! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Mr. Mal, thank you for the suggestion, but as far as I can tell that has only indented the list. Perhaps I have worded myself poorly, but I am hoping there is someway I can number a list of Tiddlers. On Wednesday, January 18, 2017 at 10:42:12 PM UTC-5, Mr. Mal wrote: > > > <$list

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Yes, that is true, and shame on me for leaving it out. However, I have already tried something like: <$list filter="[!has[draft.of]tag[whatever]!sort[however]]"> #<$link to={{!!title}}><$view field="title"/> and I am afraid the result is: 1. Tiddler title A 1. Tiddler title B 1. Tiddler

[tw] [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
I will apologize in advance if what I am asking for is either incredibly simple or outright impossible, but is there anyway to number Tiddlers when creating a list using the list filter option? I am aware lists of Tiddlers can be created with something like this: <$list

[tw] Re: [TW5] Saved searches and external links in 5.1.12

2016-07-20 Thread michaelharrison619
After much playing around, it appears that the search text being saved is because of Firefox, not TiddlyWiki. I have been able to duplicate this behavior in other sites. I do not know why this has started up, but clearly something changed with Firefox, and the timing was merely so unfortunate

[tw] Re: [TW5] Saved searches and external links in 5.1.12

2016-07-20 Thread michaelharrison619
c pa, That is good advice and I should have done that in the first place. I've now tried TW in Vivaldi and Firefox, both with and without TiddlyFox active. When I create a fresh version of the file by saving, the search bar is empty in both browsers. The issue seems to come up when I have my

[tw] Re: [TW5] Saved searches and external links in 5.1.12

2016-07-20 Thread michaelharrison619
c pa, Yes, if I saved with text in the search bar, that text would be there the next time I opened the file. That behavior has been around longer than 5.1.12. My problem is, since upgrading to 5.1.12, there is always text in the search bar when I open TW. I have tried saving the file with

[tw] Re: [TW5] Saved searches and external links in 5.1.12

2016-07-19 Thread michaelharrison619
Birthe, I'm sorry, I've probably worded myself poorly. Let me try again. The issue I'm having is that my last search term keeps appearing in my search bar whenever I open a new instance of TW. Whether I open the browser or refresh the page, my last search is there, even if I cleared the search

[tw] Re: [TW5] Saved searches and external links in 5.1.12

2016-07-19 Thread michaelharrison619
Birthe, Thank you! That was a very simple fix indeed. Like I said, I am a clod. Do you have any suggestions as to how I might get the search bar behaving the way it used to? Michael -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] [TW5] Saved searches and external links in 5.1.12

2016-07-19 Thread michaelharrison619
There are probably very simple solutions to these issues and I'm proving myself quite the clod by asking, but since upgrading to version 5.1.12 (which is excellent), I have found my file acting up on two points: 1) I have my TW

[tw] Re: (TW5) Ordering lists by date

2016-05-19 Thread michaelharrison619
Mark, Thank you for clearing that up, and for your patience with me. I can only assume I am one of the awkward people who uses an awkward date format. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: (TW5) Ordering lists by date

2016-05-18 Thread michaelharrison619
Mario, If I were to try sortbydate:finished[DD/MM/], how would you suggest I integrate it into the list I have at the moment? If this is the basic form: <$list filter="[!has[draft.of]tag[reading]sort[finished]]"> //<$link to={{!!title}}><$view field="title"/>// <$view field="author"/> |

[tw] Re: (TW5) Ordering lists by date

2016-05-18 Thread michaelharrison619
That has done it! Thank you, Mark, and everyone who was kind enough to help me find a solution. -- 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

[tw] Re: (TW5) Ordering lists by date

2016-05-18 Thread michaelharrison619
Mark, Thank you, that method looks like it should work. Having tried it though, I find myself running into a bit of an issue. I have updated my code to look like this: <$list filter="[!has[draft.of]tag[reading]sort[!created]]"> //<$link to={{!!title}}><$view field="title"/>// <$view

[tw] Re: (TW5) Ordering lists by date

2016-05-18 Thread michaelharrison619
Thank you, everyone, for your input, but--and I may be mistaken--I think this may have gotten off topic somewhere. I am not trying to change my journal tiddlers (if I can help it). I am trying to make a list of books I have read, each as its own tiddler, and organized by the date I finished

[tw] Re: (TW5) Ordering lists by date

2016-05-18 Thread michaelharrison619
Mario, Thank you for your help. Unfortunately I have about three and a half years worth of journal tiddlers already, and renaming all of those for the sake of one list really does not seem efficient. I expect I will just have to find some other way of organizing the information. Thanks,

[tw] Re: (TW5) Ordering lists by date

2016-05-18 Thread michaelharrison619
Mario, Thank you for your suggestion. While that is certainly something I can try, my difficulty stems from the fact that my journal tiddlers are titled in a dd/mm/ format. If I was to list the dates in the "began" and "finished" fields as /MM/DD, then they would no longer function as

[tw] (TW5) Ordering lists by date

2016-05-17 Thread michaelharrison619
Having long used TiddlyWiki 5 as a journal, I have lots of tiddlers titled in a dd/mm/ format, such as 29/02/2016. I am trying to make a list of books I have read, organized by date finished. Here is the code I am using: <$list filter="[!has[draft.of]tag[reading]sort[finished]]"> //<$link