[tw5] Re: css and js from npm in a plugin

2020-06-29 Thread Sebastian Ovide
9 June 2020 21:38:47 UTC+1, Sebastian Ovide wrote: > > Hi Mario > > thanks for that. > > I've a look at zlib, and it seems simple enough to include manually a JS. > Any idea about the CSS ? would you use "require" also for the css ? (ok... > I have not tried it y

[tw5] Re: css and js from npm in a plugin

2020-06-29 Thread Sebastian Ovide
Hi Mario thanks for that. I've a look at zlib, and it seems simple enough to include manually a JS. Any idea about the CSS ? would you use "require" also for the css ? (ok... I have not tried it yet...) I'm developing a plugin https://github.com/sebastianovide/GettingSebDoing for personal

[tw5] css and js from npm in a plugin

2020-06-29 Thread Sebastian Ovide
Hi All, what's the cleanest way of adding JS and CSS files coming from npm dependencies ? Specifically (in this case) from "chartist" ( https://www.npmjs.com/package/chartist). Do I need to copy those files some where and then tell to tiddlywiki to import them ? can I import them from

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

2020-06-29 Thread Sebastian Ovide
ig/OriginalTiddlerPaths]indexes[]sort[]nth] > }}} > > > > > ;All > > > {{{ [[$:/config/OriginalTiddlerPaths]indexes[]sort[]] }}} > > > Regards > TW Tones > > On Sunday, June 28, 2020 at 8:32:45 PM UTC+10, Sebastian Ovide wrote: >> >> getti

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

2020-06-28 Thread Sebastian Ovide
record weight -> {{weight}} weight##latest -> {{weight##latest}} On Sunday, 28 June 2020 13:51:57 UTC+1, Eric Shulman wrote: > > 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 &

[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: capture values to then draw a historical chart ?

2020-06-28 Thread Sebastian Ovide
ight" $index=<> $filter={{weight##tmp}}/>record weight -> {{weight}} weight##latest -> {{weight##latest}} probably the key "latest" is not required. But needs a simple way to access the latest value. I guess that it could be done with an filter but probably

[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

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

2020-06-27 Thread Sebastian Ovide
imagine a tiddler called "me" and it has a field called "weight" and one called "pressure". Once a day I can updates those values. As they change over time, I'd like to draw a chart (perhaps a plugin or macro using JS). Does it makes sense ? On Saturday, 27 June 2020 22:06:55 UTC+1, Mat

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

2020-06-27 Thread Sebastian Ovide
Hi All, I'm capturing some numerical values that I'm saving as fields of a tiddler. I'd like to save the tiddler with all the values somewhere so that I can draw a historical chart using old values. I was thinking to just copy the tiddler to a new tiddler with the same name plus a date. For

[tw5] Re: confused about UTC term used for the dates

2019-10-31 Thread Sebastian Ovide
port tiddlers from another time zone. > > See https://tiddlywiki.com/prerelease/#Date%20Fields > > Once you grasp that, return with any more detailed questions. > > Regards > Tony > > On Thursday, 31 October 2019 04:24:54 UTC+11, Sebastian Ovide wrote: >> >> Hel

[tw5] confused about UTC term used for the dates

2019-10-30 Thread Sebastian Ovide
Hello all TiddlyWiky stores dates in a format referred as UTC. Example: 20191030170157357. But the UTC is very common to see everywhere looks like 1994-11-05T13:15:30Z any idea on the reason of choosing that format ? thanks -- You received this message because you are subscribed to the

[tw5] $edit-text type="date" in UTC format ?

2019-10-30 Thread Sebastian Ovide
Hello <$edit-text tiddler="mytiddler" field="mydate" type="date"/> would save the date in mydate as "2019-11-30" instead of TiddlyWiki UTC " 20191030165139755" any wauy to save it in the same TW UTC format ? thanks -- You received this message because you are subscribed to the Google

[tw5] $action-setfield and $edit-text

2019-10-10 Thread Sebastian Ovide
Hello I have a macro that eventually return this string Likes <> <$keyboard key="enter" actions=""" <$action-createtiddler $basetitle={{$/tmp!!new_Mission_Statement_Likes}} $savetitle="!!justCreated" tags="[[Like]] [[Mission Statement]]" />

[tw5] Re: Hide title and show caption

2019-10-10 Thread Sebastian Ovide
hing, so > actually swapping the function of the two would be very hard. > You could make a change to the edit template, that would make it easier to > edit the caption field. One step at a time ... > > Good luck! > > > > On Monday, October 7, 2019 at 2:48:59 PM UT

[tw5] Re: New update Yazd: a KISS collection of Tiddlywiki macros

2019-10-07 Thread Sebastian Ovide
thanks Mohammad. I absolutely will use the slider ! On Monday, 7 October 2019 17:30:02 UTC+1, Mohammad wrote: > > *Announcement: Yazd* > *Date: Mar 23rd, 2019* > > 7th October 2019 > > >- Release 0.5 > - updated to Tiddlywiki

[tw5] Re: Hide title and show caption

2019-10-07 Thread Sebastian Ovide
sorry for reopening this old thread. Is still the same ? (not simple way to overwrite the title with the caption?) thanks On Tuesday, 30 August 2016 06:41:30 UTC+1, Tobias Beer wrote: > > Hi Danielo, > > I'm afraid, you would have to define a custom override > of the ViewTemplate for the title

[tw5] Re: complex filter for historical data

2019-07-20 Thread Sebastian Ovide
Hi Mario thanks for the answer. I've forked GSD5 and moving away little bit from the original GTD methodologies. I'm simply adding life areas and human needs as the root of the human decision making in the form of life wheels. Using a "lean" approach applied to human life, I'd like to measure

[tw5] complex filter for historical data

2019-07-20 Thread Sebastian Ovide
Hi All, I have these tiddlers: "my tiddler 1", "my tiddler 2", ... , "my tiddler n". For each I'd need to save a numerical value in another tiddler that I'll create for each day, like a journal that in a future I could use for generating historical graphs. So I'd should have something like

[tw5] Re: is it possible to list fields that have a specific prefix ?

2019-07-20 Thread Sebastian Ovide
> <$list filter="[all[current]get]" variable="value"> > <> : <> > > > > On Friday, July 19, 2019 at 5:19:38 PM UTC-7, Sebastian Ovide wrote: >> >> Hello >> >> I have a tiddler with several fields. Some have a s

[tw5] is it possible to list fields that have a specific prefix ?

2019-07-19 Thread Sebastian Ovide
Hello I have a tiddler with several fields. Some have a specific prefix. Is it possible to list them ? example tiddler!!prefix_aaa, tiddler!!prefix_bbb, tiddler!!prefix_ccc thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To