Re: [tw] Re: Who/what/where is the Tinka Plugin currently being developed?

2017-03-01 Thread PMario
On Saturday, February 25, 2017 at 7:57:14 PM UTC+1, Andreas Hahn wrote: > > > [1] Quick question: I am thinking to just go with the MIT license here ... > Will that pose any problems in the future? Would BSD be better? > MIT is fine. The main difference between BSD and MIT

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2017-03-01 Thread Mat
@Davi - great! And always flattering when people pick up on my ideas. I'm not 100% happy with my own solution so I'll try out yours, so thanks! <:-) On Wednesday, March 1, 2017 at 8:51:53 PM UTC+1, David Szego wrote: > > I just found this, and loved it so much I hacked it and made a proper >

Re: [tw] Using TW as a professional webpage

2017-03-01 Thread Mat
To be honest, no really great answer so far ;-) ...but, I guess the main point with a static TW is *faster/easier for the visitor to load*. Wikipedia states: A *static web page* [...] is a web page that is delivered to the user > exactly as stored, in contrast to dynamic web pages which are ge

[tw] Re: [TW5] How to set the height and width of edit-text input boxes?

2017-03-01 Thread Dave
Did anyone here ever figure out how to force a specific width on opening the tiddler? <$edit-text tiddler="someOtherTiddler" tag="textarea" field="somefield" /> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Re: nesting double curly brackets

2017-03-01 Thread Dave
Okay, thank you all for your help. The final piece was put in place by Mark S. here: https://groups.google.com/forum/#!topic/tiddlywiki/g1qp3_Ln-J4 and here's the final thing that works \define s.test.result(mytestname,myresult) <$transclude tiddler="$mytestname$ Dxs" index="$myresult$"/> \end

[tw] Re: How does the set widget actually work?

2017-03-01 Thread Dave
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...@googlegroups.com. To post to this group, send email to tiddlywiki@googlegroups.co

[tw] Instagram oEmbed (?)

2017-03-01 Thread Steven Schneider
This page from instagram says that using GET /oembed or GET /p/shortcode/media to send shortlinks and receive url of objects, that presumably can be served as images? Is there a standard way to issue & process these kinds of

[tw] Re: How does the set widget actually work?

2017-03-01 Thread 'Mark S.' via TiddlyWiki
You need to invoke it differently. Like: \define myothermacro(gddayeh) $gddayeh$ \end \define mymacro() <$set name="result" value="Hi Bob"> <$macrocall $name=myothermacro gddayeh=<> /> \end <> To pass the value of the variable (BTW, I'm probably using the wrong term here) you need to pass it

[tw] Re: How does the set widget actually work?

2017-03-01 Thread Dave
ok, so now how do I pass that on to another macro? this doesn't work: \define myothermacro(gddayeh) $gddayeh$ \end \define mymacro() <$set name="result" value="Hi Bob"> <>" >> \end <> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsu

[tw] Re: How does the set widget actually work?

2017-03-01 Thread Dave
Thanks! (You must be from the Great White North, eh?) -- 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 gr

[tw] Re: How does the set widget actually work?

2017-03-01 Thread Dave
Thanks! (You must be from the Great White North, eh?) -- 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 gr

[tw] Re: How does the set widget actually work?

2017-03-01 Thread 'Mark S.' via TiddlyWiki
Your macro should look like this: \define mymacro() <$set name="result" value="Hi Bob"> <> \end <> You had a forward slash at the end of the <$set.../> tag. The value of the variable only "lives" between a set of tags, e.g. <$set ...>. Since you didn't have a set of tags, the value ended bef

[tw] How does the set widget actually work?

2017-03-01 Thread Dave
I've realized on another thread that I must have a fundamental misunderstanding of the set widget. Isn't it supposed to set a variable for use elsewhere? \define mymacro() <$set name="result" value="Hi Bob"/> $result$ $(result)$ \end <> When I run the above macro, all I get is $result$ I

Re: [tw] Re: Who/what/where is the Tinka Plugin currently being developed?

2017-03-01 Thread 'Andreas Hahn' via TiddlyWiki
I have moved the Tinka plugin to a new home (see other topic), it is now available on github: Repo: https://github.com/TinkaPlugin/Tinka Wiki: https://tinkaplugin.github.io/ Let me know if you run into any problems using it, /Andreas Am 26.02.2017 um 03:29 schrieb Matthew Lauber: @Andreas Ha

[tw] [TW5] Tinka 0.3.0 release

2017-03-01 Thread 'Andreas Hahn' via TiddlyWiki
Hi, I have just pushed the source code to the Tinka plugin to github and included a license (MIT license), which hopefully makes it ready to use and modify for anyone interested in the future. You can find the repository at https://github.com/TinkaPlugin/Tinka and an introductory wiki with th

[tw] Re: [TW5] tabLinks plugin - Quickly open a sidebar tab as a Tiddler

2017-03-01 Thread PMario
Hi David, I'm using a similar plugin: *link-to-tabs* for my TWs. see: https://wikilabs.github.io/editions/link-to-tabs/ It adds a setting to the control panel, to enable/disable the feature. A second setting activates the links for all tabs at the same time, so it's not needed to select them f

[tw] TiddlyDesktop Linux64-v0.0.8 Internal Java error

2017-03-01 Thread kelsang sherab
I get this error repeatedly What do I need to do??? Internal JavaScript Error Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser Uncaught TypeError: Cannot read property 'length' of null Uncaught TypeError: Cannot read property 'length' of null cl

Re: [tw] Using TW as a professional webpage

2017-03-01 Thread Thomas Elmiger
Hi tejjyid and Tobias > Static means node generated sites of individual static html pages Static pages can also be exported via Advanced Search > Filter tab > Export button Good night! Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Toccata & Fugue

2017-03-01 Thread Thomas Elmiger
Dear Josiah Thank you for the invitation to come in—if, I am not sure, that was your point or one of your points if there are any at all. The system[1] suggested that I round off the experience with Mike: https://youtu.be/l7MY_cdUL1E A piece of art that speaks to me like tiddlers turned into

Re: [tw] Using TW as a professional webpage

2017-03-01 Thread Tobias Beer
Hi tejjyid, Static means node generated sites of individual static html pages: http://tiddlywiki.com/#Generating%20Static%20Sites%20with%20TiddlyWiki ...whereas a full TiddlyWiki would be more "dynamic" in nature, in terms of interactivity. Best wishes, Tobias. -- You received this message

Re: [tw] Using TW as a professional webpage

2017-03-01 Thread tejjyid
I think all they mean by "static" is "not using Nodejs", in other words, what the most of us who came from TW classic would think of as bog-standard TW. But I could be wrong. What exercises me about TW a a website is, how do I turn off all the authoring functionality? Maybe that's what "static"

[tw] Re: TW5 - replacing all my old inline JS

2017-03-01 Thread tejjyid
On Tuesday, 28 February 2017 22:04:57 UTC+11, tejjyid wrote: > > I've managed to update many of my simpler macros, but now I'm moving on to > the more complicated ones. > > There are two scenarios that I used to have: > > 1.) a list of words stored in one tiddler that I would highlight in a > r

[tw] [TW5] tabLinks plugin - Quickly open a sidebar tab as a Tiddler

2017-03-01 Thread David Szego
I found Mat's tabLink work from a few months ago, and loved it so much I hacked it and packaged it as a proper plugin. Add the field: linktotiddler: true to any Sidebar Tiddler, and it will come up as: *TiddlerTab * * 🔗 *Click the 🔗

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2017-03-01 Thread David Szego
I just found this, and loved it so much I hacked it and made a proper plugin... Add the field: linktotiddler: true to any Sidebar Tiddler, and it will come up as: *TiddlerTab ** 🔗 * much like your version. I cleaned up the css a bit as well. Of course,

Re: [tw] Using TW as a professional webpage

2017-03-01 Thread sini-Kit
TW5 can be static or run under node.JS TW5 is a very good idea. I learn it for many years, but still don't understand how Tiddllywiki work :) I can make 1000+ pages static site and modify all this pages in a very easy way. It makes TW5 unique instrument for me. среда, 1 марта 2017 г., 20:28

Re: [tw] Using TW as a professional webpage

2017-03-01 Thread Mat
>...static Why do you guys emphasize "static" so much? Is default TW, with some visual remodelling, not a good idea? <:-) -- 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

Re: [tw] Using TW as a professional webpage

2017-03-01 Thread Jeremy Ruston
Hi peuhpeuh Another example of a web page built with TiddlyWiki is the site I built for my consultancy company Federatial: https://federatial.com The site is a plain static HTML file that was exported from TiddlyWiki. Best wishes Jeremy. > On 1 Mar 2017, at 14:12,

[tw] Re: nesting double curly brackets

2017-03-01 Thread Dave
Thank you so much for explaining these concepts to me Jed (and Mat and PMario). I can tell intuitively that TW5 is the tool I need for what I want to do, but sometimes the details of how everything relates (macros and widgets and filter lists) is a little mindboggling sometimes (I'm not a prog

[tw] Re: Using TW as a professional webpage

2017-03-01 Thread Siniy-Kit
Hi! I have made many *static* TW5 sites here is the last one in English http://magast.ru/en/portfolio.htm and TW5 variant http://magast.ru/en/heeg.html#index old Russian site https://design4shop.ru/heeg.html real working internet shop on TW5 http://luckysushi.ru/habarovsk/heeg.html (static f

[tw] @Federation Github Pages now supports HTTPS

2017-03-01 Thread Arlen Beiler
Hello everyone, Just saw this and thought I would post it. GitHub Pages now supports HTTPS. So now federation wikis hosted on Dropbox can talk to wikis hosted on GitHub pages. And my TiddlyWiki in the Sky for Dropbox can now be hosted on GitHub. We'll see when that happens. Stay tuned. -Arlen --

[tw] Re: How do I indent?

2017-03-01 Thread PMario
On Tuesday, February 28, 2017 at 11:18:49 PM UTC+1, philosopherhobbs wrote: > > if (whatever) >{ > Do stuff; >} >else > { > Do other stuff; > } > > Oh, It's not intended to be used that way. It will make your life much harder, at it should be :) Why don't yo

Re: [tw] Re: [TW5] How to create a basic plugin that bundles some content?

2017-03-01 Thread PMario
On Tuesday, February 28, 2017 at 6:08:48 PM UTC+1, TheDiveO wrote: > > .. use stupid alphabetical names, such as aaa, and zzz. > Oh, that's a simple and battle tested way, from the days of zzConfig ;) Now slightly adapted to system tiddlers: $:/_mySystemTiddler ... because the underline will pus

[tw] Re: Using TW as a professional webpage

2017-03-01 Thread Jed Carty
If what you want to make fits into the general working of TiddlyWiki I think it is a good choice. I don't think it is very constraining unless you have something specific in mind. I am not sure what the urls are at the moment, but I think that sini-Kit has made multiple professional store websi

[tw] Re: IndieWeb and TW

2017-03-01 Thread Jed Carty
Somewhere on the site (right after they said 'implementation matters far more than technology, make it work then we will worry about how it works') it said 'and no, so-called single page applications don't count, if you can't curl it it isn't online'. They may have changed this since it has bee

[tw] Re: nesting double curly brackets

2017-03-01 Thread Jed Carty
You can not set a value in one widget with another widget, that is the whole problem here. Your line <$set name="foo" value="<$transclude tiddler='$(mytestname)$' field='$(mytestfield)$'>"/> won't work. You can just use the {{ }} syntax like this: <$set name='foo' value={{$(mytestname)$!!$(my

[tw] Use $ as KaTeX delimiters

2017-03-01 Thread Szabolcs Horvát
Hello, Is it possible to configure the delimiters used by the KaTeX plugin? Instead of $$, I would prefer to use $ for inline math and $$ (or \[ \]) for display math. I want to do this for better interoperability. I would like to be able to copy/paste between TW, Markdown and LaTeX documents w

[tw] Re: Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)

2017-03-01 Thread Ton Gerner
Hi Matt > > https://www.reddit.com/.embed?limit=5"; type="text/javascript" > > > > Create a tiddler, tagged with $:/tags/RawMarkup, with the above script in it. Do not set a type, or set the type to text/vnd.tiddlywiki (without type it defaults to that). The embedded 'reddit' will be shown

[tw] Re: [TW5] iframe google group on tiddlywiki site. Example.

2017-03-01 Thread Matt Groth
Any idea why this is not working for me? It's coming out blank. On Thursday, January 5, 2017 at 10:28:26 AM UTC-5, Siniy-Kit wrote: > > Hi! I found a very easy way to put google group to tiddlywiki > > https://groups.google.com/forum/embed/?place=forum/heeg&showsearch=true&showpopout=true&showtab

Re: [tw] TW5 - replacing all my old inline JS

2017-03-01 Thread tejjyid
Thanks Jeremy - I don't think the lack of refresh will be an issue (as I understand the limitation), but I can cross the bidge if I need to later. I suspect you've given me enough to go on, and I think I can puzzle out the "require" and "exports" mechanism, but I do have a couple of questions i

[tw] Using TW as a professional webpage

2017-03-01 Thread peuhpeuh singe
Hi, I am considering to use tiddlywiki to create a quite simple professional homepage (grossly consisting of a set of elaborated summaries of my past activities). The reason to this is that, as for now, tw is the only tool I used to produce html pages which is , while pragmatic, a bad reaso

[tw] Re: TW5 - replacing all my old inline JS

2017-03-01 Thread tejjyid
That is exceptionally generous of you! I think I can puzzle out a lot about the internals from your's and Jeremy's posts. Appeciate it. It may be a bridge too far (and maybe I can work it out with what you've already given me), but if you could stand to look at POSTagger.js: mainly because it u