[tw] Re: Tabular story/result view ?

2016-09-09 Thread Ton Gerner
Hi Tobias, Yes, I do remember. I reported the tag pill problem in the group [1]. Lateron you found it more "general" for popups. Cheers, Ton [1] https://groups.google.com/d/msg/tiddlywiki/DOlliTOEyCQ/lQxXhzXyzPAJ On Friday, September 9, 2016 at 1:23:36 PM UTC+2, Tobias Beer wrote: > > Hi Ton,

[tw] Permanently host your TiddlySpace at the Internet Archive

2016-09-09 Thread dialecticdad
Hello, In case this hasn't already been discovered or promoted, the Internet Archive provides a great way to save your current TiddlySpace to a permanent home for read-only purposes. (This should also work for other TiddlyWikis of any version?) Here's the process I used: 1. Go to

[tw] Re: Tabular story/result view ?

2016-09-09 Thread 'Mark S.' via TiddlyWiki
That's super! I can see where this would probably be a default solution. I do sometimes find CSS a little unpredictable. Ok, a lot of the time ;-) Per Tobias' comment, can I infer that this will be pretty stable as long as I avoid doing fancy things like using Tag-buttons? I was thinking more

[tw] Re: Permanently host your TiddlySpace at the Internet Archive

2016-09-09 Thread Tobias Beer
Hi dialecticdad, thanks for the write-up and nice to see you enjoy that theme. ;-) Best wishes, Tobias. -- 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

[tw] Re: Tabular story/result view ?

2016-09-09 Thread 'Mark S.' via TiddlyWiki
Sheer genius, c pa ! I had to step through the listing to see how you did it. I'm thinking this could be useful for creating an Evernote-like listing of tiddlers. Or if each tiddler had a "thumbnail" field, part of a photo-gallery app. Thanks! Mark On Thursday, September 8, 2016 at

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Tobias Beer
Hi Mark, > Per Tobias' comment, can I infer that this will be pretty stable as long > as I avoid doing fancy things like using Tag-buttons? I was thinking more > of tiddler links and/or galleries of thumbnails. > With tobibeer/appear you can

Re: [tw] Re: NoteSelf the Evernote-like experience update

2016-09-09 Thread Danielo Rodríguez
Hello everyone, I just published a hotfix. It is already available at noteself.github.io The version should be 0.14.3+1 If it fails, you can open the console and check the version with: $tw.wiki.getTiddler("$:/plugins/danielo515/tiddlypouch").fields.version if it is not 0.14.3+1 make sure to

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Tobias Beer
Hi Ton, > Thinking outside of the box, why not use a simple 4 column style instead > of a table? > This would work, except with popups, if you remember: https://github.com/Jermolene/TiddlyWiki5/issues/1102 Best wishes, --tb. -- You received this message because you are subscribed to the

Re: [tw] Re: How do I count and get numbers for the instances that call a macro within a Tiddler/Within the storyriver.

2016-09-09 Thread Jan
Hi Tobi, are you still on this issue or did I entirely misunderstand what you described? I think something like this would be extremely valuable. Yours Jan Sorry for the latency, I needed to read your explications about the architecture several times, and yet I do not fully understand

[tw] Re: Running Tiddly Wiki from Synology NAS Drive

2016-09-09 Thread Farayi Chambati
Hi Tobias, I cannot seem to get to run a tiddlywiki file of my Synology drive. I can run Dokuwiki and Wordpress but not TW. I put the file in a folder under my web folder. If I open it to opens in text editor instead of rendering. Warning - I am non technical at all. -- You received this

[tw] Re: Permanently host your TiddlySpace at the Internet Archive

2016-09-09 Thread dialecticdad
Yes, I do like it very much! Thank you :) On Friday, September 9, 2016 at 10:09:41 AM UTC-6, Tobias Beer wrote: > > Hi dialecticdad, > > thanks for the write-up and nice to see you enjoy that theme. ;-) > > Best wishes, > > Tobias. > -- You received this message because you are subscribed to

Re: [tw] Re: NoteSelf the Evernote-like experience update

2016-09-09 Thread Danielo Rodríguez
Hello everyone, Thanks to all for your feedback. I really appreciate the extracted logs. Thank you for those that even took the time to connect the remote debugger. I think this is an issue with newcomers. I mean, people that do not have an existing DB. In absence of database it reads the

[tw] Re: creating site from tiddlywiki with multiple browseable pages

2016-09-09 Thread rootsical
sorry if i wasn't very clear. basically, i got my tiddlywiki from npm and followed the instructions on github on how to install. when i need help, for example, on how to create a contents page, i would google something like 'tiddlywiki add contents page' (i always find search engines superior

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Ton Gerner
Hi Mark, Thinking outside of the box, why not use a simple 4 column style instead of a table? /* FOUR COLUMN MODE */ .fourcolumns { display:block; -moz-column-count:4; -moz-column-gap:1em; -webkit-column-count: 4; -webkit-column-gap:1em; } Cheers, Ton On Thursday,

[tw] Re: creating site from tiddlywiki with multiple browseable pages

2016-09-09 Thread Mat
rootsical - thank you so much for clarifying your use case. At least for me it really puts things in a different light. To name one thing; I had no idea tw was served via some other site ! Thank you. ... The following is mostly directed to @Jeremy and

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Ton Gerner
Hi Mat, sure. Create at http://tiddlywiki.com/: 1) Tiddler MyStyle tagged with $:/tags/Stylesheet, containing: /* FOUR COLUMN MODE */ .fourcolumns { display:block; -moz-column-count:4; -moz-column-gap:1em; -webkit-column-count: 4; -webkit-column-gap:1em; } 2) Tiddler MyList

[tw] Re: [TW5] Tag Icon Color Not Auto Adjusting

2016-09-09 Thread Taylor Jensen
I agree; I haven't mucked around with the core files for such a silly feature. It was more of a "I've seen it work, and I know I could make it work, so I'm content". -TCJ On Thursday, September 8, 2016 at 8:29:24 PM UTC+1, Tobias Beer wrote: > > Hi TCJ, > > For now I can manually upgrade the

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Mat
@Ton, could you please show where to actually apply this in the following example? <$list filter="[tag[Filter Operators]]" variable="foo"> <> Thanks! BTW, this is a pretty basic use case so we ought to have a best practice solution in the docs. <:-) -- You received this message because

[tw] Re: Running Tiddly Wiki from Synology NAS Drive

2016-09-09 Thread Mat
Hi Farayi. TiddlyWiki is in many senses "just a webpage", so you actually open it in a your webbrowser. If you're on a windows machine you can e.g right click on the tw file and choose to open it with whatever browser it is you use. The relationship of a tiddlywiki to a browser is comparable to

[tw] Re: Running Tiddly Wiki from Synology NAS Drive

2016-09-09 Thread Farayi Chambati
Thanks Mat. I am trying to host the file on my NAS so that I can open this file from anyway. It is opening in text editor? On Saturday, September 10, 2016 at 9:55:56 AM UTC+12, Mat wrote: > > Hi Farayi. TiddlyWiki is in many senses "just a webpage", so you actually > open it in a your

Re: [tw] Re: How do I count and get numbers for the instances that call a macro within a Tiddler/Within the storyriver.

2016-09-09 Thread Jan
Hi Tobi, Sorry for the latency, I needed to read your explications about the architecture several times, and yet I do not fully understand everything. Some thoughts though: I would rather like footnotes to be macros than tiddlers. On the one hand something tells me that it is smaller and

[tw] Re: Presenting: G-Comments - a comments feature based on Google Forms

2016-09-09 Thread Zaphod Beeblebrox
Well, there are some issues with my Blog and copyright infringement, so it'd be best not to publish a 'public' copy of it ;) But, once it's all finished, I do intend to do a 'generic' version, explaining most of the steps I've taken to get it to work, so others might get ideas or instruction

[tw] Re: Running Tiddly Wiki from Synology NAS Drive

2016-09-09 Thread Thomas Elmiger
Hi Farayi, did you name your file with an ending .html (or .htm)? This is one of the signs webservers and operating systems use to decide how to serve/open a file. Good luck, Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To