[tw5] Re: ListWidget block format elusive

2020-06-28 Thread Dave Parker
another weird thing: when I put 2 dates in the "dates" field, when its rendered, it renders as one single link: "2020-06-27 2020-06-28" I don't want it to be a link at all though (so far) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-28 Thread TW Tones
Mark, Thanks so much for this solution and the updates. - Perhaps one day you may allow us to toggle the display of the notowritey settings, just for a cleaner screen. - Perhaps it could be put behind the info tab with $:/tags/TiddlerInfo once the setup is complete. - I plan to

Re: [tw5] Re: Family History wiki

2020-06-28 Thread Damon Pritchett
Thanks Tony. Interesting thoughts. By pedigree I mean the first figure that Tidgraph generated. It’s a chart that shows the ancestors of a person graphically. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] ListWidget block format elusive

2020-06-28 Thread Dave Parker
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 <> It is supposed to list all the entries in the field "dates" (which are in the format "2020-06-28"),

Re: [tw5] Re: Family History wiki

2020-06-28 Thread Damon Pritchett
Thanks Tony. Interesting thoughts. By pedigree I mean the first figure that Tidgraph generated. It’s a chart that shows the ancestors of a person graphically. On Sun, Jun 28, 2020 at 9:05 PM TW Tones wrote: > Damon, > > I am afraid I am not sure what you mean by pedigree. > > Look at my

Re: [tw5] Re: Family History wiki

2020-06-28 Thread TW Tones
Damon, I am afraid I am not sure what you mean by pedigree. Look at my recent post Jumping into streams it includes a simple TOC via recursive code, I expect if you come to understand that you should be able to handle your

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-28 Thread 'Mark S.' via TiddlyWiki
I thought I'd add a little to the documentation, and then I discovered a bug in the split routine. I'm surprised no one else came across it. Hopefully it's fixed now. Plugins are now a standard part of the NW distribution. So any time you want to upgrade your existing NW file you can just

Re: [tw5] Re: Family History wiki

2020-06-28 Thread Damon Pritchett
Thanks Tony. I really do appreciate your insight. I will be the first to admit that I have a lot to learn. I actually started this little project using a separate field for mother and father, but I switched to tags because it was easier to make it work with Tidgraph. I couldn’t quite figure out

[tw5] Re: Install plugins from other wiki in node

2020-06-28 Thread TW Tones
Mene, I stand to be corrected but with node wikis there are two ways to install plugins. One is via the file and plugins folder method. This can make plugins available to all node wikis under that server, however with a few exception dropping a plugin tiddler on a node wiki should install it

[tw5] Re: Foam - A Roam Research alternative with VSCode, Markdown and Github

2020-06-28 Thread TW Tones
Diego Thanks for sharing and very interesting. In the past I may have adopted a solution like this, being a lot of what I really wanted from a non-linear notebook. However as broad as its scope I am not sure it is as much of a *platform as tiddlywiki* is, with high UI customisation and design

[tw5] Re: Family History wiki

2020-06-28 Thread TW Tones
Damon, The reason I suggested against tags is you then have to differentiate between tags. On the surface there is no immediate difference between a mother or father-name tag. This can be solved, but if a person had a mother and father field, it would be unambiguous. With TOCP you can use

[tw5] Jumping into Streams

2020-06-28 Thread TW Tones
Folks, Saq's Streams discussed in this now very long thread My last post was; *Streams is very powerful, yet it also makes use of openly published methods to generate its list in sub-tiddlers and fields

Re: [tw5] Preview: keyboard driven draggable bullets

2020-06-28 Thread TW Tones
All, Saq's Streams is very powerful, yet it also makes use of openly published methods to generate its list in sub-tiddlers and fields etc... Thus with a little work you too can build different ways to list your stream, convert or rename stream tiddlers and a lot more, like make them appear

[tw5] Re: Family History wiki

2020-06-28 Thread Damon Pritchett
Hey Tony, I have done quite a bit of searching and, at least so far, I have found no solutions to the problem I was trying to address, just comments on how difficult the problem is when there are bi-lineal relationships. I may not have put enough explanation in my initial post. What I might

[tw5] Re: capture values to then draw a historical chart ?

2020-06-28 Thread TW Tones
Sebastian, Good to see you progressing here. Latest can be stored anywhere you want but I like the idea of it being stored in the same dataset. When using data tiddlers you tend to use indexes and getindex etc... but in many cases ## replaces the !! that provides a text reference to a field.

[tw5] Re: Family History wiki

2020-06-28 Thread TW Tones
Damon, One way to use the kin filter is to use one kin filter and add or subtract the titles from another kin filter. so you could subtract your family (your parents below) from that below your grandparents family the result will be you aunts uncles cousins etc.. If using tags to indicate

[tw5] Re: Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-28 Thread Rob Hoelz
Reproduced on Git HEAD, and reported here: https://github.com/Jermolene/TiddlyWiki5/issues/4742 On Sunday, June 28, 2020 at 4:58:39 PM UTC-5, Rob Hoelz wrote: > > I'm really sorry to hear that Enrico - that sucks. > > For what it's worth, I was able to reproduce this with TiddlyWiki 5.1.22 >

[tw5] Re: Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-28 Thread Rob Hoelz
I'm really sorry to hear that Enrico - that sucks. For what it's worth, I was able to reproduce this with TiddlyWiki 5.1.22 without a server like Apache or Nginx in front of TiddlyWiki: $ npm install tiddlywiki@latest $ ./node_modules/.bin/tiddlywiki --version 5.1.22 $

[tw5] Re: Git as syncadapter

2020-06-28 Thread Rob Hoelz
Hello there! I have a friend who uses a program called modd to accomplish this - that's one way to do it! When he and I were talking about Git integration with TiddlyWiki, I offered the idea of adding an event listener for the "change" event on the Node

[tw5] Re: Export as a single file TiddlyWiki

2020-06-28 Thread 'Mark S.' via TiddlyWiki
Yes, it is rather terse. If you look inside tiddlywiki.info, you can find the "build" section, and under that you can find the "index" section plus other build "targets". It's basically the same things that you would pass piece by piece to the tiddlywiki command line, but separated out into

[tw5] Re: Family History wiki

2020-06-28 Thread Damon Pritchett
I've played around with the kin filter today and it is a fine replacement for part of what I wrote. However, (see the Person 1 picture for reference) to show the children of Person one along with the spouse/partner who was the other parent of the given child, takes the additional steps that I

[tw5] Possibly a 'Drift' specific question regarding 'Table of Contents'

2020-06-28 Thread Rhod Evans
Hi - can anyone tell me how I can change the sort order of the Contents tab in Drift please? At the moment it's an odd way of sorting - as shown in the attached screenshot - June journal entries are above May entries (which is what I want) but within June the order is reversed so that younger

[tw5] Re: Export as a single file TiddlyWiki

2020-06-28 Thread Mark Green
Thanks! That's really helpful! I do note however that the link says to see "TiddlyWikiFolders for details of defining build targets", but the linked page doesn't say anything about build targets, it just describes the structure of having multiple .tid files and how plugins are listed, nothing

Re: [tw5] Preview: keyboard driven draggable bullets

2020-06-28 Thread Jan
Hi Saq, thanks for your answer, I had to medidate a little on it. The possibilities to flatten structures in the list are in deed great. What about giving the practical rename modal an option to flatten the chosen branch at the same time (or just to flatten without renaming)? Best wishes Jan

[tw5] Foam - A Roam Research alternative with VSCode, Markdown and Github

2020-06-28 Thread Diego Mesa
I came across another interesting TW competitor today on HN: Github link: https://github.com/foambubble/foam HackerNews Comments: https://news.ycombinator.com/item?id=23666950 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-28 Thread Enrico
Hi, thank you for the [haschanged[]] + download tip, that would have helped *had I known that more than one tiddler was affected*. I do get the yellow pop-ups, usually, e.g. in case of connection errors. I don't think there was a pop-up for this. Thanks, Enrico On Sunday, 28 June 2020

[tw5] Autoupdate fields in the transcluded tiddler?

2020-06-28 Thread 'Jake' via TiddlyWiki
Is there a way to "update" fields in transcluded Tiddler? I mean if I have {{!!myfield}} values in the transcluded tiddler is there a way, so that TiddlyWiki automatically changed the "currentTiddler" and showed the field values not of the original tiddler but the the field values of the one I

[tw5] Re: Feather icons don't install with the plugin?

2020-06-28 Thread TW Tones
David I had a problem recently where something caused a whole lot of core and plugin tiddlers to become real tiddlers. It did not matter that I installed or reinstalled a plugin, I kept changing shadow tiddlers but there was no effect. For any plugin not working as expected I check to see if

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

2020-06-28 Thread Sebastian Ovide
thanks Eric. I was using action-listops as I've found it in another thread and didn't know that action-setfield could write in datatiddlers. I wish I've read your answer before ! in the mean time I managed to use action-listop with this \define makeAction(tiddler, number)

[tw5] Re: Install plugins from other wiki in node

2020-06-28 Thread 'Mark S.' via TiddlyWiki
You have to manually move the files from the tiddlers directory to your plugin directory. You will also need to set up the plugin.info file in the plugin directory, if you haven't done that already. On Sunday, June 28, 2020 at 5:07:23 AM UTC-7, Michael Arndt wrote: > > I'm trying to install

[tw5] Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-28 Thread TW Tones
Enrico I too am sorry for your loss. If its any consolation this kind of issue is increasingly rare. I am not exactly sure yet, but if you had the local storage plugin running it may have provided another get out of jail free card. Althought there are plenty of caviets. regards Tony --

[tw5] Re: Feather icons don't install with the plugin?

2020-06-28 Thread Mat
David Gifford wrote: > > [...] no icons show in the icons *tab *of the plugin, > I suspect there's a transclusion that does e.g {{!!myfield}} which would transclude the text from the *current *tiddler which might not be the same tiddler that the transclusion is in. I.e it instead tries to

[tw5] Re: Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-28 Thread 'Mark S.' via TiddlyWiki
That's always sad when it happens! Sorry for your loss! I'm no expert on networking things -- I'm sure someone with more experience will be along. Ordinarily when you get errors under node a big yellow error message will pop up on screen. My guess is that using apache as a proxy blocked those

Re: [tw5] Setting up your own node.js LOCALplugin directory, the missing steps ??

2020-06-28 Thread 'Mark S.' via TiddlyWiki
Thanks for your answer Jeremy! The missing bit of information here appears to be that the directory structure is different for local folders. The required structure appears to be: plugins/myplugin but the usual structure is plugins/author/myplugin Thanks again! I hope you are feeling

[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: Feather icons don't install with the plugin?

2020-06-28 Thread David Gifford
Hi Tones, I don't think so. And it doesn't make sense. The plugin should work when installed. On Saturday, June 27, 2020 at 10:12:30 PM UTC-5 TW Tones wrote: > Could you have edited it causing it to become a real rather than shadow > tiddler? > > tony > -- You received this message because

[tw5] Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-28 Thread Enrico
Hi, I am writing to figure out whether I could have done something to prevent this pretty bad data loss into which I incurred yesterday, so it does not happen again. *My tiddlywiki setup* I run the node.js tiddlywiki5 as a systemd service on a virtual private server. It's served from a public

[tw5] Re: Alternatives to ... treepad and others

2020-06-28 Thread 'Mark S.' via TiddlyWiki
There can be more than one product with a badly chosen name. It's not like everyone and his brother is using CPN, either. On Sunday, June 28, 2020 at 3:47:27 AM UTC-7, Birthe C wrote: > > Circus ponies - and then some complain about the name Tiddlywiki. Claim > being that it is a childish name

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

2020-06-28 Thread Mat
I didn't study your code but note that e.g the filter {{{ 5 -1 }}} outputs only "5" because as a filter, the minus doesn't mean "negative" but "remove from filter". To get negative number you must write {{{ 5 =-1 }}} or with a = before every item, i.e {{{ =5 =-1 }}} <:-) -- You received this

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

2020-06-28 Thread Sebastian Ovide
try this this snipped. It works for positive numbers but not for negatives ones. Any ideas ? <$edit-text tiddler="weight" index="tmp" tag="input" type="number"/> <$button> <$action-listops $tiddler="weight" $index="latest" $filter={{weight##tmp}}/> <$action-listops $tiddler="weight" $index=<>

[tw5] Re: Alternatives to ... treepad and others

2020-06-28 Thread Birthe C
Circus ponies - and then some complain about the name Tiddlywiki. Claim being that it is a childish name ;-) I didn't know about this one, surely because it was for Mac only. Birthe On Sunday, June 28, 2020 at 12:10:03 PM UTC+2, JWHoneycutt wrote: > > I found Tiddlywiki as an alternative to

[tw5] Re: capture values to then draw a historical chart ?

2020-06-28 Thread Sebastian Ovide
getting there. <$edit-text tiddler="weight" index="tmp" tag="input" type="number"/> <$button> <$action-listops $tiddler="weight" $index="latest" $filter={{weight##tmp}}/> <$action-listops $tiddler="weight" $index=<> $filter={{weight##tmp}}/>record weight -> {{weight}} weight##latest ->

[tw5] Re: Alternatives to ... treepad and others

2020-06-28 Thread JWHoneycutt
I found Tiddlywiki as an alternative to Circus Ponies Notebook, in which I had all my notes at the time. > -- 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: capture values to then draw a historical chart ?

2020-06-28 Thread Sebastian Ovide
good ideas in the thread. Just trying to implement in the most TW friendly way. TW Tones suggestion of using data tiddlers seems good. That means 1 tiddler for each "variable" that I want to keep history of, key would be just a timestamp and perhaps the latest value could have its own key

Re: [tw5] Setting up your own node.js LOCALplugin directory, the missing steps ??

2020-06-28 Thread Jeremy Ruston
Hi Mark Plugins within the "plugins" subfolder of the wiki folder do not need to be listed in the tiddlywiki.info file. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 28 Jun 2020, at 00:39, 'Mark S.' via TiddlyWiki > wrote: > >  > > I'm trying to set

[tw5] Re: Does anyone import Tailwind CSS into tiddlywiki?

2020-06-28 Thread Mat
Thomas created Bricks (do a search) which is not based on Tailwind but Tachyons which apparently is very similar. <:-) -- 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

[tw5] Re: Printing the results of a fliter

2020-06-28 Thread Mat
Mark Green wrote: > > This template can then be placed on multiple pages to generate standard > warnings. > (When you say "pages" I assume you mean tiddlers, right?) Anyway, you can make a conditional viewtemplates like so: tags: $:/tags/ViewTemplate text: <$list

[tw5] Re: Plugin prototype: Command Palette

2020-06-28 Thread Souk21
Adding numbers to command names is a clever idea. Shortcuts are a nice idea, but I fear that it would be a double to TW's own shortcut system, which is already quite powerful. A middle ground could be having a command that helps you create TW shortcuts ? Either executing a palette command or a

[tw5] Re: capture values to then draw a historical chart ?

2020-06-28 Thread Jed Carty
I made a plugin for simple time series plots, you can see it demoed here: https://ooktech.com/TiddlyWiki/ScatterPlot/ Somewhere I have a setup for gathering data like you describe, I will look for it. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"