[tw] Re: A new/better way to add/view/edit fields?

2018-02-01 Thread TonyM
My Idea, for the display or edit of fields? In any given tiddler have a field called field-view or field-edit which lists field names that are to be displayed or edited in the view template Ideally for each field there will be a matching field-name tiddler with a field-caption that sets the hea

[tw] Re: A new/better way to add/view/edit fields?

2018-02-01 Thread HC Haase
I agree that this would be an optimized way of using fields. Speaking of fields UI optimization.. I have an extra sugestion. make it fast to make a field visible! in current UI you have to edit the view template (for all tiddlers or for a subset ) to make a new field visible or add* {{!!fieldN

[tw] [TW5] filter=""

2018-02-01 Thread TonyM
Hi Folks, Stymied again with a detail If working the following logic is great, as it selects a value for menufilter from one of three sources in priority order. I have a variable set using the set widget <$set name=menufilter value={{$menuname$!!menu-filter-$(menu-context)$}} emptyValue={{$m

[tw] Re: TiddlyWiki toolmap update!

2018-02-01 Thread David Gifford
There are now 361 entries in the TiddlyWiki toolmap (https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM) On Sunday, January 28, 2018 at 10:41:31 AM UTC-6, David Gifford wrote: > > Hi all > > There are now 336 entries in the TiddlyWiki toolmap ( > https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM >

[tw] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2018-02-01 Thread PMario
On Thursday, February 1, 2018 at 10:05:11 PM UTC+1, Diego Mesa wrote: > > What do you mean by "the containing tiddler"? > eg: test tiddler is "the containing tiddler" - test tiddler contains an undefined [[asdf|?]] call. - So [[?]backlinks[]] will show: test -> that's OK - Internally the

Re: [tw] TiddlyTouch/MuuriTouch

2018-02-01 Thread Jan
Hello Simon, you made big progress. The feel of Muri is getting better and better. I am looking forward to see your touch-inventions as separate widgets! Yours Jan Am 10.01.2018 um 16:24 schrieb BurningTreeC: Hello tiddlers, I'm starting this new thread to make a summary about what this i

Re: [tw] Win 7 64 bit - Tiddlydesktop throws internal javascript error

2018-02-01 Thread Birthe C
Thank you, Jeremy I tested a TWclassic file that I had trouble saving before. It saved now with no problems at all. I love, that we can now drag and drop reorder, that will make it so much easier as the list grows. Birthe Den torsdag den 1. februar 2018 kl. 22.56.04 UTC+1 skrev Jeremy Ruston:

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-01 Thread Evan Balster
Hey, Coda — With the full set of values supported, working with JSON data would be perfectly feasible. Putting it directly in formulas is a can of worms, though. I'm already treading a fine line between conforming to WikiText syntax *and* filter syntax *and* standard spreadsheet syntax while

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-01 Thread coda coder
Hi Evan On Thursday, February 1, 2018 at 3:24:58 PM UTC-6, Evan Balster wrote: > > > That would look something like this: > > <$formula-vars $dict=""" > dict( > t1 = 0, > t2 = <>, > t3 = 3+1, > t4 = t3+20) > """> > ... > > > At which point the primitive objects usable in for

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-01 Thread Diego Mesa
Thanks for the reply Evan this seems like a really useful feature On Thursday, February 1, 2018 at 3:24:58 PM UTC-6, Evan Balster wrote: > > Hey, Diego — > > I've been interested in supporting "cascading" in a single widget in > formula-vars, but there's no way for a widget to know the order in w

[tw] Work on Spaced Repetition System

2018-02-01 Thread Diego Mesa
Hey all, I mentioned in other places that I would be working on something like this. Instead of polluting other threads, Ill post updates and misc in here (though specific questions related to other things will still leak outside of this thread!). So far, I've been reading https://apps.ankiw

Re: [tw] Win 7 64 bit - Tiddlydesktop throws internal javascript error

2018-02-01 Thread Jeremy Ruston
Hi Brian, Birthe, Please try the new TiddlyDesktop v0.0.12 and let me know how you get on: https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.12 Many thanks, Jeremy. > On 13 Jan 2018, at 16:04, Jeremy Ruston wrote: >

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-01 Thread Evan Balster
Hey, Diego — I've been interested in supporting "cascading" in a single widget in formula-vars, but there's no way for a widget to know the order in which attributes are written with certainty. For that reason and because I've now implemented "cascading" in formulas' LET construct, I've been t

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-01 Thread Diego Mesa
Update: This cascading does indeed work: <$button > <$formula-vars val1="2+3"> <$action-setfield $field="t1" $value=<>/> <$formula-vars val2="<> + 10"> <$action-setfield $field="t2" $value=<>/> <$formula-vars val3="<> + 100"> <$action-setfield $field="t3" $value=<>/> Do it! On Thursday, F

[tw] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2018-02-01 Thread Diego Mesa
Hey Mario, What do you mean by "the containing tiddler"? The refresh wouldn't bother me much, since I have autosave with node. Some information is better than no information! Thanks for continuing to look into this! Diego On Thursday, February 1, 2018 at 1:21:30 PM UTC-6, PMario wrote: > >

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-01 Thread Diego Mesa
Hey all, Sorry a better example of what Im trying to accomplish: <$button > <$formula-vars val1="2+3" val2="<>+6" val3="{{!!t2}}+12"> <$action-setfield $field="t1" $value=<>/> <$action-setfield $field="t2" $value=<>/> <$action-setfield $field="t3" $value=<>/> Do it! I can understand why it wo

[tw] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2018-02-01 Thread Diego Mesa
Hey all, I am trying to use this plugin in button actions like so: \define updateActions(newVal) > <$action-setfield $field="t1" $value="0"/> > <$action-setfield $field="t2" $value=$newVal$/> > <$action-setfield $field="t3" $value=(=3+1=)/> > <$action-setfield $field="t4" $value=(={{!!t3}}+20=)/>

[tw] Announcing v0.0.11 of TiddlyDesktop

2018-02-01 Thread Jeremy Ruston
I’m pleased to announce the release of v0.0.12 of TiddlyDesktop https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.12 • Update to nw.js v0.28.0 • Allow wiki list to be reordered with drag and drop

[tw] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2018-02-01 Thread PMario
On Tuesday, January 30, 2018 at 8:16:56 PM UTC+1, Diego Mesa wrote: > > The only thing for me now is the ? tiddler and how to handle backlinks for > that tiddler. (as we discussed previously - Im aware this isnt easy!) > Hi Diego and others. I did find a position in the code, where I can mark

[tw] How to adjust the style of a spreadsheet (plugin: $:/plugins/ebalster/formula)?

2018-02-01 Thread 'Surya' via TiddlyWiki
Hi, I'd like to implement calculating with a spreadsheet with the plugin: $:/ plugins/ebalster/formula. But the style of it is for my purpose of writing recipes not really nice. I already adjusted it a little bit. I wrote in the tiddler: \define ss_cols() a b c d e f g \define ss_rows() 1 2 3

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread 'Surya' via TiddlyWiki
Hi coda coder, I found it now :-) It was indeed another stylesheet disturbing. Thanks a lot for your help! Surya -- 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

Re: [tw] Re: TiddlyTouch/MuuriTouch

2018-02-01 Thread Evgeniy Degtyar
And when I updated plugin from your site nothing worked. To make it work I copied all your plugin setting from every plugin file and then it worked. Отправлено с iPad > 31 янв. 2018 г., в 22:14, BurningTreeC > написал(а): > > Hi Evgeniy, > > as I understand, you mean dragging tiddlers with

Re: [tw] Re: TiddlyTouch/MuuriTouch

2018-02-01 Thread Evgeniy Degtyar
Now we have two modes: when dragging disabled and when enabled. What if we’ll have only one mode. But when we’ll hold left mouse button on tiddler, it will be unpinned from the grid and we’ll move it. About resizing: the most usable case for me are shortcuts or buttons on tiddlers. Отправле

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
Surya drag the attachment on to https://tiddlywiki.com/ -- 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 post to this

[tw] Re: Noteself on TiddlySpot? @Danielo

2018-02-01 Thread Ste Wilson
Cheers for the comprehensive reply. I do use the android app and appreciate it. Thank you :) -- 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.

[tw] Re: Request: IF on TWITTER please leave your address on GG.

2018-02-01 Thread Furicle
I'm @furicle pretty much everywhere On Monday, January 29, 2018 at 5:57:04 AM UTC-5, @TiddlyTweeter wrote: > > Twitter over the last year has become more important for TiddlyWiki. > Slowly its gaining traction. > > I post onto Twitter quite often about great stuff discussed first here. > > I'm n

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
On Thursday, February 1, 2018 at 11:11:14 AM UTC-6, Surya wrote: > > Are you CERTAIN you don't have another stylesheet applying another set of >> colors? >> > > It is on http://surya-diy.tiddlyspot.com/. There I have all stylesheets > shown in Tiddlywiki-Anleitung >TW-Style. > > Sorry, the langua

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread 'Surya' via TiddlyWiki
> > Are you CERTAIN you don't have another stylesheet applying another set of > colors? > It is on http://surya-diy.tiddlyspot.com/. There I have all stylesheets shown in Tiddlywiki-Anleitung >TW-Style. But: If I only build one tiddler with ony div.tc-tagged-RezeptGetestet .tc-tiddler-title {

[tw] Drag N Drop Email (From Thunderbird)

2018-02-01 Thread Furicle
I put a lot of email content into my wiki, with my own notes above/below. But I can't find a good, simple way to both retain the basic formatting, and intersperse my own text. Right now I'm - right-click → copy to clipboard → message in Thunderbird - open a new tiddler - paste

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
Surya -- I just edited my original to fix my bad cut-paste hack. You need .tc-tagged- in front of each tag name. On Thursday, February 1, 2018 at 10:35:17 AM UTC-6, Surya wrote: > > Ahh, good to additionally know how to build the style by two tags (make > the tiddler-title look like ... if a ti

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
Hmmm In that case, I don't understand why you have a clash. Are you CERTAIN you don't have another stylesheet applying another set of colors? Try using the browser developer tools (press F12) and go to the Inspector. Or, right click on the tiddler title, choose "Inspect element" or similar.

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread 'Surya' via TiddlyWiki
Ahh, good to additionally know how to build the style by two tags (make the tiddler-title look like ... if a tiddler has two tags (both tags). But that I don't need at the moment. What I need is just the opposite. Maybe my explanation wasn't clear For example: A have tiddlers tagged with Rez

[tw] Re: Evan's formula stuff -- contribute and play ...

2018-02-01 Thread BurningTreeC
@Diego Mesa, that's a great idea! I'm very interested in that, do you realize this in wikitext? @all, I've made macro to reveal content based on the tiddler's width in pixel using the *formula plugin*. I'm making another one for the tiddler height and a third one where tiddler height and widt

[tw] Re: Evan's formula stuff -- contribute and play ...

2018-02-01 Thread Diego Mesa
Hello all, Im going to try and make a simple spaced repitition system based off of this plugin, and implement the SM2 algorithm: https://www.supermemo.com/english/ol/sm2.htm Which the hugely popular Anki software uses. If anyone is interested, let me know! On Saturday, January 20, 2018 at 1:

[tw] Re: How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread coda coder
Are you saying that ONE tiddler may have BOTH RezeptGetestet and RezeptNICHTGetestet tags? In that case, you could add: div.tc-tagged-RezeptGetestet.RezeptNICHTGetestet .tc-tiddler-title { background-color: #012345; } If you run into specificity issues, make it more specific (double the clas

[tw] How to edit the background-colour of tiddlertitles by different tags?

2018-02-01 Thread 'Surya' via TiddlyWiki
Hello all, again I have a styling question. I know how to style the background-colour of tiddlertitles by a tag- with e.g.: div.tc-tagged-RezeptGetestet .tc-tiddler-title { background-color: lightgreen; } But, when I want to have something like an additional opposite styling, like "make the b

Re: [tw] [TWC]Self-hosting

2018-02-01 Thread Robert Edwards
Replying to myself so that if anyone else comes along and looking at this later there will be breadcrumbs. So far I'm having (mostly) success with MicroTiddlyServer -- https://groups.google.com/forum/#!topic/tiddlywikiclassic/Eb48yQBof5c I still need to tweak a few settings to my liking but I'm

[tw] Re: Theme TW5 to look more like a traditional wiki (newbie)

2018-02-01 Thread Dazzle
First of all, thank you very much for your detailed answer! So to begin with I will start to create some tiddlers and fill my wiki with content. I will then try to change some things here and there and import some plugins. Maybe I am succeful :D I will report in a few days to show my progress :D