[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 11:41:00 AM UTC-7, Eric Shulman wrote: > > Adobe PhoneGap (https://phonegap.com/) is a developer utility that can > produce apps for Android or iPhone, built from HTML/CSS/Javascript source > files (along with any image resources they use). This is idea

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 9:57:46 AM UTC-7, Mat wrote: > > Adithya B M wrote: >> >> A challenge would be to be able to have such apps recognised by the app >>> stores as an app in its own right. >> >> This is not a problem. >> > > If there was a TW plugin or similar that could remake a TW to

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 8:18:46 AM UTC-7, Jake wrote: > > From EditTextWidget: >> "One trap to be aware of is that the edit text widget cannot be used to >> edit a field of the tiddler that contains it. Each keypress results in the >> tiddler being re-rendered, which loses the cursor

[tw5] Re: Extract tiddler titles from $:/HistoryList

2020-07-02 Thread Eric Shulman
On Wednesday, July 1, 2020 at 11:06:14 PM UTC-7, TW Tones wrote: > > I followed you link http://tiddlytools.com/InsideTW/#TiddlyTools%2FHistory > but > don't see anything meaningful, and empty view? > The TiddlyTools/History tiddler shows the history *button* (a stylized clock SVG). Click it

[tw5] Re: Extract tiddler titles from $:/HistoryList

2020-07-01 Thread Eric Shulman
On Wednesday, July 1, 2020 at 7:43:05 PM UTC-7, Eric Shulman wrote: > > Here's the filter that I've used in my own "History" interface at > http://TiddlyTools.com/InsideTW: > \define history()[{$:/HistoryList}split["title": "]splitbefore["] >

[tw5] Re: Extract tiddler titles from $:/HistoryList

2020-07-01 Thread Eric Shulman
On Wednesday, July 1, 2020 at 5:52:07 PM UTC-7, TW Tones wrote: > > \define title-string() "title": " > \define end-title() " > <$list filter= > "[{$:/HistoryList}splitsplitbeforeremovesuffixreverse[]]" > > > <$text text=<>/> > > Now a little more work to remove tiddlers that no longer exist from

[tw5] Re: Access the not-yet-created $action-createtiddler title ?

2020-07-01 Thread Eric Shulman
Here's an updated version that works as an EditTemplate: .edit100 { width:100%; } <$edit-text tiddler="temp" tag="textarea" minHeight="5em" class="edit100" default="" placeholder="Enter content to be transcluded" /> <$button actions=""" <$vars target={{{ [split[']butfirst[]butlast[]] }}}>

[tw5] Re: Access the not-yet-created $action-createtiddler title ?

2020-07-01 Thread Eric Shulman
On Wednesday, July 1, 2020 at 8:46:19 AM UTC-7, Mat wrote: > > So, here's my current (flawed) solution. Imagine that it is an > EditViewTemplate, i.e accessible in edit mode: > <$edit-text tiddler="temp" /> > <$button> > Insert as transclusion > <$action-createtiddler $basetitle=<>

[tw5] Re: A way to add a timestamp to a tiddler every time it is opened/viewed in the story river?

2020-07-01 Thread Eric Shulman
On Wednesday, July 1, 2020 at 5:01:25 AM UTC-7, Saq Imtiaz wrote: > > Hmm. If we had something like a history list but with timestamps and > actually saved it... The $:/HistoryList is updated whenever you open a tiddler in the story river. This is accomplished by the <$navigator> widget

[tw5] Re: Icon based on tag or field value in a list

2020-07-01 Thread Eric Shulman
On Wednesday, July 1, 2020 at 4:30:08 AM UTC-7, Jake wrote: > > PS. But btw what to do if the category name is located not in a special > field but is just one of the tags? And there are several those tags of > course. So tiddler can have: "Type1 Category3" tags or "Type4 Category1" > etc. Is

[tw5] Re: Icon based on tag or field value in a list

2020-07-01 Thread Eric Shulman
On Wednesday, July 1, 2020 at 3:29:51 AM UTC-7, Jake wrote: > > <$set name="category-var" > filter="[category[category1]then[category1-icon]] > ~[category[category2]then[category2-icon]] > ~[category[category3]then[category3-icon]] > ~[category[category4]then[category4-icon]] >

[tw5] Re: IDEA: extend [trim[]] filter operator

2020-07-01 Thread Eric Shulman
On Tuesday, June 30, 2020 at 8:07:06 PM UTC-7, Mark S. wrote: > > If we had a regular expression splitter (e.g. PR2963), then you could trim > out prefix, suffix, or even create multiple splits from one input string. > This would save having to create multiple filters for manipulating strings,

[tw5] Re: IDEA: extend [trim[]] filter operator

2020-06-30 Thread Eric Shulman
On Tuesday, June 30, 2020 at 10:30:05 AM UTC-7, Mat wrote: > > Good idea but/and I think this request has overlapping use; > Extend removeprefix op with :suffix to make less greedy #4520 > > That issue is very similar to my proposal, but

[tw5] IDEA: extend [trim[]] filter operator

2020-06-30 Thread Eric Shulman
Hi all, In a discussion earlier today ( https://groups.google.com/forum/#!topic/tiddlywiki/M8PFeakbp6U), there was a "problem" caused by the use of [removeprefix[...]]. The OP had assumed that this just removed the specified leading text from the items being filtered when, in fact, it also does

[tw5] Re: Show part of field value

2020-06-30 Thread Eric Shulman
On Tuesday, June 30, 2020 at 7:19:26 AM UTC-7, Jake wrote: > > A little question. I wanted to sort projects by projectsize. But as I > found out TW sorts them based on "text" logic, not "math" logic. So, if I > want 140.15 Gb be higher then 1.3 Gb, 2 Gb, 3 Gb and not between then I > need to

[tw5] Re: troublehooting: how to see macro variables

2020-06-30 Thread Eric Shulman
On Monday, June 29, 2020 at 11:51:09 PM UTC-7, Dave Parker wrote: > > Does the ending "" act somehow as the closing "bracket" to the > "<$list" widget? no... that was editing error when i wrote the message. It should be , not -e -- You received this message because you are subscribed to

[tw5] Re: troublehooting: how to see macro variables

2020-06-30 Thread Eric Shulman
On Monday, June 29, 2020 at 10:34:01 PM UTC-7, Dave Parker wrote: > > \define vassum2(here myfield) > <$text text={{{=[title[$here$.VAShi]get[$myfield$]] > =[title[$here$.VASlo]get[$myfield$]] > =[title[$here$.disAbil]get[$myfield$]] +[sum[]]}}}/> > \end > > \define vassum() > <$list >

[tw5] Re: Printing the results of a fliter

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 12:12:20 PM UTC-7, Mark Green wrote: > > Thanks! That's great! > There is however a small problem that's come up as well. I'd like to > display the warnings - all of them if possible - in a table.So I tried this: > <$list filter="[all[current]tag[Obsolete]]"> > |

[tw5] Re: From Fields in certain tiddlers, Creating comma list for use in URL

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 10:20:16 AM UTC-7, Eric Shulman wrote: > > {{{[tag[IncomingItem]!has[date_received]has[tracking_number]get[tracking_number]join[,]addprefix[ > https://t.17track.net/en#nums=]]}}} >Track All > > You can also eliminate the "has[tracking_number]&

[tw5] Re: From Fields in certain tiddlers, Creating comma list for use in URL

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 9:56:19 AM UTC-7, David wrote: > > This code almost gets me there, but it renders the list of trackin numbers > as space-delimited instead of comma. I wasn't able to find a way to > find/replace. > <$set name="myVariable" >

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 7:45:15 AM UTC-7, Eric Shulman wrote: > > Give this a try: > get[tracking_number]addprefix[ > https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=]}} > <https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=]addsuffix%7B!!trackin

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 7:23:28 AM UTC-7, David wrote: > > But what about being in a tiddler that is looping with the ListWidget over > the tiddlers that all have tracking_number fields ? > The variable item is being set for the loop, as the iterator. So I tried > this and it didn't

[tw5] Re: ListWidget block format elusive

2020-06-29 Thread Eric Shulman
On Sunday, June 28, 2020 at 9:08:44 PM UTC-7, Dave Parker wrote: > > Hi, I have this macro: > \define datehx2(here) > > @@color:red;font-size:65%; > <$list filter="[title[$here$]get[dates]sort[]]"/>@@ > > \end > > \define datehx() > > <$macrocall $name=datehx2 here=<> /> > > \end > <> > > ... list

[tw5] Re: bug ? $action-listops would not copy from another datatiddler if it is negative

2020-06-28 Thread Eric Shulman
On Sunday, June 28, 2020 at 4:48:17 AM UTC-7, Sebastian Ovide wrote: > > try this snippet. It works for positive numbers but not for negatives > ones. > > <$edit-text tiddler="weight" index="tmp" tag="input" type="number"/> > <$button> > <$action-listops $tiddler="weight" $index="latest" >

[tw5] Re: I promise I searched for this answer

2020-06-25 Thread Eric Shulman
On Thursday, June 25, 2020 at 7:20:12 AM UTC-7, Daniel Zion wrote: > > I started using Tiddlywiki in February for a commonplace book kind of > thing. I like the journal aspect, but I'm having a problem with organizing > it. I have a "Journal List" tiddler that has the very simple > <> > to

[tw5] Re: Reference another tiddler's field by using a value in a custom field

2020-06-25 Thread Eric Shulman
On Thursday, June 25, 2020 at 6:21:00 AM UTC-7, OGNSYA wrote: > > Just so I can learn with my mistakes, what was wrong about my thinking > when I did this\?: > !!sourcename}}!!myfield}} > You can't nest syntax (i.e, using transclusion syntax *inside* of transclusion syntax) This is, in

[tw5] Re: Reference another tiddler's field by using a value in a custom field

2020-06-25 Thread Eric Shulman
On Thursday, June 25, 2020 at 5:10:25 AM UTC-7, TW Tones wrote: > > to set a field value ... > That wasn't the question he asked! He just wanted to *show* (not *set*) a field value stored in another tiddler. -e > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Reference another tiddler's field by using a value in a custom field

2020-06-25 Thread Eric Shulman
On Thursday, June 25, 2020 at 4:56:52 AM UTC-7, Michael Manti wrote: > > When trying to use information that's stashed in a field, I often find it > easiest to use the widget syntax. In your case, I would use the transclude > widget in the target

Re: [tw5] Re: Problems importing JSON file

2020-06-24 Thread Eric Shulman
On Wednesday, June 24, 2020 at 7:14:13 AM UTC-7, Robert Jopling wrote: > > When I try a test JSON structured as suggested I get the following error > message > JSON error: SyntaxError: JSON.parse: unexpected character at line 8 > column 1 of the JSON data > That character is the closing square

[tw5] Re: how to display external link from a link stored against an index in a data tiddler

2020-06-23 Thread Eric Shulman
On Tuesday, June 23, 2020 at 9:41:35 AM UTC-7, Ankit Mittal wrote: > > With edit / save toggle I then switch to view widget I was hoping to display the data "https://www.google.com; as a link but it > just shows it as plain text. > What do I need to do to make it appear as a link? > Instead of

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-23 Thread Eric Shulman
On Tuesday, June 23, 2020 at 5:05:04 AM UTC-7, PMario wrote: > > On Tuesday, June 23, 2020 at 3:31:25 AM UTC+2, TW Tones wrote: >> >> Private/Public Content Management System? >> >> [image: Snag_4822fae.png] >> and Platform. >> > > > hihi, I like this one. But if you already count the Ps.. .. It's

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-23 Thread Eric Shulman
ANOTHER BUG FIX! (much thanks to "ParisWiki" for reporting it) in showtable(), a calculation error was caused by these lines: <$vars elapsed_min={{{ [{!!elapsed}divide[60]trunc[]] }}} elapsed_minsec={{{ [multiply[60]] }}} elapsed_sec={{{

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-22 Thread Eric Shulman
0mm:0ss.0XXX" />| | stopped:|<$view field="stopped" format="date" template="[UTC]MMM DD 0hh:0mm:0ss.0XXX" />| | elapsed:|<> minutes <> seconds| | total:|<> minutes <> seconds| \end <$reveal default={{!!button}

[tw5] Re: Links within fields

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:48:59 PM UTC-7, Damon Pritchett wrote: > > Pretty quick question from someone who knows just enough to do something > stupid. I'm starting down the road of having tiddler titles in custom > fields with the square brackets around the title so the field turns into a

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:42:24 PM UTC-7, TW Tones wrote: > > This has some cute code patterns in it, like second padded field. Love > your work. > Before delving in, in detail have you accounted for tasks active across > midnight? > Yeah.. it should handle day boundaries just fine... but

[tw5] Re: Easy way to delete tiddlers with a certain tag?

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:12:37 PM UTC-7, Jake wrote: > > Hit the $:/AdvanedSearch tiddler (click the magnifier glass next to the >> sidebar search), click on the "Filter" tab and enter "[tag[tagName]]" (no >> quotes) in the search box. There is an option to delete or export all >> search

Re: [tw5] Re: Problems importing JSON file

2020-06-21 Thread Eric Shulman
52570" } ] Note that each tiddler has both a "created" and "modified" field defined. The timestamp format for these fields is: 0MM0DD0hh0mm0ss0XXX That is: 4 digit year 2 digit month 2 digit day 2 digit hours 2 digit minutes 2 digit seconds 3 digit millisecond Note tha

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread Eric Shulman
code more understandable * I added a "reset" button to easily clear all the fields and start fresh (this was really important during testing!) As before, simply put the above code into a tiddler (e.g., "Timer") and then transclude it in other tiddlers by writing: {{||Timer}}

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:08:10 AM UTC-7, si wrote: > > I use TiddlyWiki as a task manager, among other things, and I thought it > would be cool to know how long I spent working on a completed task. > Off the top of my head I imagine having a "start/stop" button that will > alternately add a

[tw5] Re: Protecting a TiddlyWiki behind SSO authentication?

2020-06-20 Thread Eric Shulman
On Saturday, June 20, 2020 at 4:46:46 PM UTC-7, TW Tones wrote: > > This is actual quite a big subject, I would be happy to look at this with > you at length. Let me however make a few points that may lead you to a > solution first. > Your points are all valid. However, the specific problem

[tw5] Re: Protecting a TiddlyWiki behind SSO authentication?

2020-06-20 Thread Eric Shulman
On Saturday, June 20, 2020 at 12:16:07 PM UTC-7, springer wrote: > > I showed one of my tiddlyspot sites to my helpful IT person and asked > whether the university cost host a tiddlywiki file on a server on its > domain somewhere such that access would be limited to members of such a > team (or

[tw5] Re: Newbie: Tiddlers out of order from Content tiddler structure when exporting to HTML

2020-06-20 Thread Eric Shulman
On Saturday, June 20, 2020 at 6:35:51 AM UTC-7, Saq Imtiaz wrote: > > Brilliant as always, Eric. :) > aw shucks, thanks :) > I wanted to wait and confirm that the order was correct before offering a > recursive macro, since the TOC macro does allow customizing the sorting for > different

[tw5] Re: Newbie: Tiddlers out of order from Content tiddler structure when exporting to HTML

2020-06-20 Thread Eric Shulman
On Saturday, June 20, 2020 at 5:04:11 AM UTC-7, Saq Imtiaz wrote: > > @Rachel there are several ways to do this and a lot depends on things like > whether you expect to add more top level tiddlers under Contents (like a #6 > after 1-5), and whether the hierarchy only goes one level deep or

[tw5] Re: newbie question: is it possible to create a basic top menu bar without installing a plugin?

2020-06-19 Thread Eric Shulman
On Friday, June 19, 2020 at 5:19:56 AM UTC-7, dubtoms wrote: > > I'm new to TW and amazed by what you can do with it but I'm a bit > overwhelmed by the documentation so I figured I would ask this silly > question here : > There are no "silly" questions... only silly answers! > I want to add

[tw5] Re: Improvements to "GettingStarted"

2020-06-18 Thread Eric Shulman
On Thursday, June 18, 2020 at 11:51:04 AM UTC-7, Riz wrote: > > 2. Tiddlywiki has an inbuilt saving mechanism. It works by creating a > modified copy of your tiddlywiki file every time you make changes. This > requires no internet connection or additional software installation. Your > browser

[tw5] Re: Filter by Custom Field containing Tiddler name with spaces in it?

2020-06-16 Thread Eric Shulman
On Tuesday, June 16, 2020 at 3:04:46 AM UTC-7, OGNSYA wrote: > > Thanks! I did see that, but couldn't figure out how to actually use it. > Let's say I want to filter only tiddlers where the custom field *priority* > is 5 or greater. > Give this a try: [{!!priority}compare:number:gteq[5]] Note

[tw5] Re: How to modify the created field in the right way?

2020-06-15 Thread Eric Shulman
On Monday, June 15, 2020 at 8:30:00 PM UTC-7, yrosgi L wrote: > > I use node/tiddlywiki to serve the content. Recently I recover a tiddler > by copy the content from git history and recreate the tiddler. > So the created day is different from the origin. I tried to manually > modify the tiddler

[tw5] Re: Replace space in currentTiddler variable with underscore

2020-06-15 Thread Eric Shulman
On Monday, June 15, 2020 at 5:36:00 PM UTC-7, Ankit Mittal wrote: > > I have been trying to get a variable set such that it has the title of > current toddler without spaces. I tried following but it did not work... > > \define testCreate() > <$set name=test filter=""" <> +[join[_]] """> > <> >

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

2020-06-14 Thread Eric Shulman
On Sunday, June 14, 2020 at 5:44:49 AM UTC-7, amreus wrote: > > Also I thought I remembered a setting to disable updating the modified > stamp but I can't seem to find it now. Is there such a setting? > In the $:/ControlPanel, "Appearance", "Toolbars", "Page Toolbar", there is a checkbox for

[tw5] Re: Improvements to "GettingStarted"

2020-06-14 Thread Eric Shulman
I'd like to see the default "download saver" included in this list. I'd also strongly suggest rewriting it to remove the negative judgemental description, which currently starts with: "This method of saving changes is clunky ..." While many people find it less than satisfying, it is, after

[tw5] Re: Imported Image Link to website

2020-06-12 Thread Eric Shulman
com/#thumbnail%20Macro but I'd say that it's "underdocumented" in that it doesn't really give the usage, and the only example is the "thumbnail-right" macro. I found it using $:/AdvancedSearch "Shadows" tab, search for "$:/core/macros" -e > &

[tw5] Re: Imported Image Link to website

2020-06-12 Thread Eric Shulman
On Friday, June 12, 2020 at 7:10:55 AM UTC-7, Mark S. wrote: > > Where did you get the list-thumbnail macro? The code for it probably needs > to be hacked. > $:/core/macros/thumbnails it's in the standard distribution (empty.html) -e -- You received this message because you are subscribed to

[tw5] Re: Parse field values to new tiddler(s)?

2020-06-11 Thread Eric Shulman
Here's yet another version that combines the $set and $list parsing into one: \define annoTitle() $(currentTiddler)$ Annotation \define annoTags() [[$(currentTiddler)$]] Annotation <$button> <$list filter= "[{!!bibtex-annote}split[M)]butfirst[]split[{\textbar}]butlast[]]" variable=

[tw5] Re: Parse field values to new tiddler(s)?

2020-06-11 Thread Eric Shulman
On Thursday, June 11, 2020 at 6:02:15 PM UTC-7, Stallings wrote: > > I tried to remove "Extracted Annotations (6/7/2020, 1:57:43 PM)" from the > beginning of the string (that bit always ends with "AM)" or "PM)" with > <$list filter="[{!!bibtex-annote}*allafter[M)]*split[{\textbar}]butlast[]]" >

[tw5] Re: Parse field values to new tiddler(s)?

2020-06-11 Thread Eric Shulman
On Thursday, June 11, 2020 at 6:57:54 AM UTC-7, Stallings wrote: > > I'd like to turn the value of a field ("bibtex-annote") into the content > of multiple new tiddlers for later use/transclusion. Right now, I am able > to copy the entire value to a single new tiddler with this button (adapted

[tw5] Re: List Filter: A plus B or C

2020-06-11 Thread Eric Shulman
On Thursday, June 11, 2020 at 2:46:19 AM UTC-7, Sapphireslinger wrote: > > How to I get all tiddlers tagged with "lewrockwell" plus "best sentence" > OR "best paragraph"? > > <$list filter="[tag[(lewrockwell + (best sentence)||(best paragraph)] > !sort[title]]"> > <$link><$transclude

[tw5] Re: Editing fields as multi-line text

2020-06-11 Thread Eric Shulman
On Thursday, June 11, 2020 at 12:18:48 AM UTC-7, Saq Imtiaz wrote: > > I haven't looked at your code, but the following is all that's needed to > have a text area to edit a field: > <$edit-text tiddler=temp field=xyz tag=textarea/> > In addition to the tag="textarea" parameter, I recommend

[tw5] Re: right-align edit-text

2020-06-10 Thread Eric Shulman
On Wednesday, June 10, 2020 at 2:53:34 AM UTC-7, Sjaak Adriaanse wrote: > > Small question. How can I right-align the input in an edit-text widget ? I > use it in a table and I want to input a number so it right-aligns with the > numbers above and below. The other numbers are partly calculated

[tw5] Re: [META/OT] Google Groups has a new look

2020-06-10 Thread Eric Shulman
On Wednesday, June 10, 2020 at 1:59:14 AM UTC-7, Hubert wrote: > > Definitely, it's not ready for prime time. In addition to that, many > features have been removed or have been broken, which I've already reported > to Google: > Although Google refers to this as a "beta"... .it's really an

[tw5] Re: TW5 subreddit crossed 1000 users

2020-06-09 Thread Eric Shulman
The Welcome message is now: - Welcome to the TiddlyWiki 5 discussion group for end users. *Feel free to ask questions - we welcome newcomers, and are eager to help everyone get the most out of TiddlyWiki 5. *For best results: - Use tags to categorize

[tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 3:14:42 PM UTC-7, TiddlyTweeter wrote: > > It would be better this was not a bullet point. likely better like this > with a space before it ... > > *Please remember that people reading your post via email won't see any > edits you make after posting; it's usually best

[tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 3:07:42 PM UTC-7, TiddlyTweeter wrote: > > I never really understood why there is no first line saying something like > ... > > >- *At tiddlywiki.com you can use, learn, read >about & download TiddlyWiki*. > > Added to Welcome message

[tw5] Re: TW5 subreddit crossed 1000 users

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 1:06:19 PM UTC-7, TiddlyTweeter wrote: > > For that listing I'd just call it "Reddit". > changed accordingly. It now reads: > *A Reddit is available here: https://www.reddit.com/r/TiddlyWiki5/ > * -e -- You received

[tw5] Re: [TW5] How to Transclude all tiddlers with a tag

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 1:01:07 PM UTC-7, Geoff Tothill wrote: > > It works perfectly, but I have discovered a problem with my grand plan, > which I should have predicted. > Many of the tags are repeated in the new tiddler, as they are transcluded, > and when one is clicked, all the others

[tw5] Re: TW5 subreddit crossed 1000 users

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 12:46:07 PM UTC-7, TiddlyTweeter wrote: > > I agree. I will ask Eric, the administrator. > > Suzanne McHale wrote: >> >> I am a member of it! Could the subreddit TW link be added to the Welcome >> information >> > I've added a bullet point in the Welcome information,

[tw5] Re: ISO date query

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 9:55:36 AM UTC-7, Jon wrote: > > Can I just check - is it 6 or 7 zeros after the 12 as you've included > both? > As I noted previously, the full format for a tiddler date field (i.e., "created" and "modified") is: 0MM0DD0hh0mm0ss0XXX where is a 4-digit

[tw5] Re: [TW5] How to Transclude all tiddlers with a tag

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 6:05:05 AM UTC-7, Geoff Tothill wrote: > > I need to transclude a relatively large number of tiddlers and display the > tags in the transcluded content wrapped in their graphical form (lozenges). > This should give me a list of the titles of all tiddlers tagged with a

[tw5] Re: New journal button, with $suffix$ and <>

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 5:20:10 AM UTC-7, Lars Solberg wrote: > > I am trying to create a shortcut to create a bunch of different > journal-types. They will have different template-text, titles and so on. > Mostly, the title will contain a suffix coming from an <$edit-text, but > they also a

[tw5] Re: Colour SVG from field?

2020-06-09 Thread Eric Shulman
On Tuesday, June 9, 2020 at 5:01:44 AM UTC-7, TonyM wrote: > > The Following will color the SVG image in the transcluded tiddler > {{$:/core/images/clone-button}} > Is there a simple way to get the color from the local tiddler's color > field? > You can use a filter parameter to construct the

[tw5] Re: Moment theme troubles

2020-06-08 Thread Eric Shulman
On Monday, June 8, 2020 at 7:30:24 PM UTC-7, cakap please wrote: > > Currently, I encountered the following visual problem with the Moment > theme (really > sleek btw ): > I have no idea what caused this or if its even a fault on my

[tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-08 Thread Eric Shulman
On Monday, June 8, 2020 at 1:21:50 PM UTC-7, tony wrote: > > FYI Google Groups has star feature where users click a star next to the > post of interest and the Starred listing is captured in the left nav under > Starred >

[tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-08 Thread Eric Shulman
On Monday, June 8, 2020 at 11:31:36 AM UTC-7, TiddlyTweeter wrote: > > I think it is CRAZY we don't have a permanent pinned post in this group > that ... > > {a) lists the other important groups (most used, active) ... on GG and > elsewhere > (b) lists vital resources like TiddlyWiki Toolmap. >

Re: [tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-08 Thread Eric Shulman
On Monday, June 8, 2020 at 1:02:28 AM UTC-7, Riz wrote: > > Can the admins or moderators tag the posts? This is what we do in reddit. > If a tag is untagged or wrongly tagged, the moderators modify the tag of > the post. We also added widgets to sidebar with buttons like "plugins", >

[tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-08 Thread Eric Shulman
On Sunday, June 7, 2020 at 11:19:46 PM UTC-7, Reet Pandher wrote: > > Why not stick a post to the top that lists the rules of posting? > There is a "welcome message" that appears above the list of postings. That is the place for any "rules of posting". However, we don't really have any

[tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-07 Thread Eric Shulman
On Sunday, June 7, 2020 at 7:52:32 PM UTC-7, Eric Shulman wrote: > > GoogleGroup has a "tagging" feature that allows you to select from a set > of defined keywords to assign to your post. When you compose a *new* post, > look at the bottom of the form (below the main tex

[tw5] Re: ISO date query

2020-06-07 Thread Eric Shulman
On Sunday, June 7, 2020 at 8:51:11 AM UTC-7, Jon wrote: > > I plan to use TW5-JsonMangler > to import a diary as a > .csv file into my wiki so that each row is a new tiddler with the date as > the name. > The dates are in the format 20/06/07

[tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-07 Thread Eric Shulman
On Sunday, June 7, 2020 at 7:47:10 PM UTC-7, Riz wrote: > > There are subgroups actually. For really technical part, there is > Tiddlywiki developer group, for documentation there is Tiddlywiki > documentation group and recently there started a group dedicated to > Tiddlywiki UI. Strictly

[tw5] Re: Is it possible to divide this Google group into subgroups?

2020-06-07 Thread Eric Shulman
s often better than nothing. Feel free to start putting subject headings on your postings, and let's see how it goes... -e Eric Shulman TiddlyWiki GoogleGroups Manager -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscri

[tw5] Re: Can I use transclusion in hyperlinks?

2020-06-07 Thread Eric Shulman
On Sunday, June 7, 2020 at 5:48:31 AM UTC-7, Jake wrote: > > but what if I want a "universal" macro with usage like: > <> > On Sunday, June 7, 2020 at 9:25:21 AM UTC-7, Eric Shulman wrote: > ...you could just write: > \define gofolder(text,file) [ext[$text$|

[tw5] Re: Can I use transclusion in hyperlinks?

2020-06-07 Thread Eric Shulman
On Sunday, June 7, 2020 at 5:48:31 AM UTC-7, Jake wrote: > > Wow! Looks like it worked! Thanks a lot, Eric! > "BUT..." :) what if I want to make it a bit more complex? What if I want > to make "MyFolder" also a variable? > e.g. if I have folders like "MyDocs", "MyImages", "MyData", "Downloads",

Re: [tw5] Re: Change tag name

2020-06-07 Thread Eric Shulman
On Saturday, June 6, 2020 at 9:02:18 PM UTC-7, Eric Shulman wrote: I've made a small change to my previous "change tag" code: when you press the "change" button, instead of simply clearing the current select list value, it now sets the select list value to the new tag value

[tw5] Re: Can I use transclusion in hyperlinks?

2020-06-07 Thread Eric Shulman
On Sunday, June 7, 2020 at 3:20:27 AM UTC-7, Jake wrote: > > The question is can I use a transclusion in hyperlinks? > Can I make a tiddler like [[MyFolder Path]] and then use > [[myfile|file:///{{MyFolder Path}}\MySubfolder\myfile.txt]]? And if I > rename/move my folder - I just adjust the

[tw5] Re: Splitting into separate tiddlers and wiki size

2020-06-07 Thread Eric Shulman
On Saturday, June 6, 2020 at 11:51:19 PM UTC-7, Jon wrote: > > I've got a large text file (2mb) exported from an electronic diary which > I've imported into my wiki, mainly for safekeeping. > If I split the file into separate tiddlers for each date, would that > massively increase the size of

[tw5] Re: Query: What is a fragment?

2020-06-06 Thread Eric Shulman
On Saturday, June 6, 2020 at 2:03:39 PM UTC-7, HansWobbe wrote: > > This is the one of the characters that I use most frequently. I nominate > it as a Candidate for the first OneCharacterWiki. Obviously, I should at > least export it as an JSON object, if only to avoid loading the poor thing

Re: [tw5] Re: Change tag name

2020-06-06 Thread Eric Shulman
On Saturday, June 6, 2020 at 3:38:47 PM UTC-7, springer wrote: > > For future readers of this thread, there's also Alberto Molina's special > solution, here: > https://groups.google.com/forum/#!topic/tiddlywiki/OCntQ79DuwM > which doesn't require creating a tiddler for the tag, and also is much

[tw5] Re: My TW Performance

2020-06-06 Thread Eric Shulman
On Saturday, June 6, 2020 at 9:56:08 AM UTC-7, Damon Pritchett wrote: > > I like the idea of the submit button, but am unsure as to how to implement > that. I know I need to couple a button with an action widget, but the > documentation at Tiddlywiki.com is confusing to me. Could you point me to

[tw5] Re: Why use [[]] syntax sometimes get the italic font sometimes not?

2020-06-06 Thread Eric Shulman
On Saturday, June 6, 2020 at 6:09:23 PM UTC-7, Zhe Lee wrote: > > As the title said I use [[]] syntax, but the word above is normal font, > the below word is italic, why is this? > As noted here: https://tiddlywiki.com/#Creating%20and%20editing%20tiddlers > You create a tiddler either by

[tw5] Re: How to add/use Javascript in splashscreen?

2020-06-06 Thread Eric Shulman
On Saturday, June 6, 2020 at 5:27:14 PM UTC-7, Magnus wrote: > > Ok, just noted when I build the current SplashScreen I have that > https://tiddlywiki.com/#%24%3A%2FSplashScreen > use > \import [[$:/core/ui/PageMacros]] > [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]] > so I thought I

[tw5] Re: How to add/use Javascript in splashscreen?

2020-06-06 Thread Eric Shulman
On Saturday, June 6, 2020 at 4:48:25 PM UTC-7, Magnus wrote: > > I would like to use > http://tobibeer.github.io/tw5-plugins/#%24%3A%2Fplugins%2Ftobibeer%2Frandom > to open a "random" tiddler with the tag *factoid* in the SplashScreen. Is > it even possible? > As described here:

[tw5] Re: How to build a "dynamic" list ?

2020-06-05 Thread Eric Shulman
On Friday, June 5, 2020 at 3:07:11 AM UTC-7, TonyM wrote: SAq's suggestion is applying the reqexp to the titles, that is not what > you want is it, your pattern is running against the text field. Saq's second suggestion was: [tag[DailyNotes]regexp:text[$pattern$\b(?)i] which *does* apply the

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread Eric Shulman
On Thursday, June 4, 2020 at 7:41:02 PM UTC-7, TonyM wrote: > > I have tried to encourage myself to review tiddlers and record keywords > relating to the subject in a keywords field. > I modified your keywords variable as follows > keywords={{{ [] [{!!keywords}] +[addsuffix[+]] +[addsuffix >

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread Eric Shulman
uses $vars widgets to construct the desired search keywords and the URL before opening the external window. This was not, strictly speaking, *necessary*, but was done to make the code more readable. enjoy, -e > > > Regards > Tony > > On Friday, June 5, 2020 at 10:00:56 AM UTC+10

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread Eric Shulman
On Thursday, June 4, 2020 at 1:17:55 PM UTC-7, Eric Shulman wrote: > > This might help get you in the right direction: > \define google(term) > https://www.google.com?q=$(currentTiddler)$+$term$]split[ > ]join[+]] }}} target="_blank">$term$ > \end > Here's

[tw5] Re: Basic question about tiddler title

2020-06-04 Thread Eric Shulman
On Thursday, June 4, 2020 at 11:35:01 AM UTC-7, Faber wrote: > > I'm searching for a smart way to obtain multiple link ready to click, > based on tiddler current title, like this example: > https://www.google.com?q=tiddler title+other+string > https://www.google.com?q=tiddler title+another+term >

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

2020-06-04 Thread Eric Shulman
On Wednesday, June 3, 2020 at 11:52:31 PM UTC-7, amreus wrote: > > It wasn't immediately obvious to me that "filter operators" were not all > filters - that there are different functions. For example "all" is a filter > op that *generates* a list and "is" is a filter op that *filters *a list. >

[tw5] Re: My TW Performance

2020-06-03 Thread Eric Shulman
On Wednesday, June 3, 2020 at 6:24:39 PM UTC-7, Damon Pritchett wrote: > > I will say that even as large as my wiki is, it loads fairly quickly. I > currently have a single tiddler open on startup. It’s a very small amount > text along with a couple of external images. Sort of a “title page” of

[tw5] Re: My TW Performance

2020-06-03 Thread Eric Shulman
On Wednesday, June 3, 2020 at 2:48:00 PM UTC-7, Damon Pritchett wrote: > > ...The only delay that I notice is in the backlinks widget of a footer > that is part of probably half of my tiddlers. The very first time I open > this widget (it's in a tab), there is a delay. After that, there is no >

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

2020-06-03 Thread Eric Shulman
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 > [prefix[$:/tags]] ? > > Are some tiddlers excluded from filters by default? >

[tw5] Re: Problem after upgrading TW5.1.20 to TW5.1.22

2020-06-02 Thread Eric Shulman
On Tuesday, June 2, 2020 at 7:43:13 PM UTC-7, TonyM wrote: > > After upgrading and existing file wiki from TW5.1.20 to TW5.1.22 > Internal JavaScript Error > Well, this is embarrassing. It is recommended that you restart TiddlyWiki > by refreshing your browser > TypeError:

[tw5] Re: Simple way to link image to Tiddler?

2020-05-31 Thread Eric Shulman
On Sunday, May 31, 2020 at 3:54:41 PM UTC-7, Jake wrote: > > Looks like partial solution is to make it an actual button: > <$button> > <$action-navigate $to="Sample One"/> > [img [imgurl]] > > but this way the image will look like an actual button, with borders and > stuff. How to make it stay

<    4   5   6   7   8   9   10   11   12   13   >