Re: [tw] Re: Dropbox no longer serving HTMTL files?

2016-09-06 Thread Danielo Rodríguez
I really encourage you to try my tutorial https://github.com/danielo515/TW5-auto-publish2gh-pages It allows you to edit directly on github, without the need to be on your computer to "compile and publish" your wiki -- You received this message because you are subscribed to the Google Groups

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-06 Thread Matabele
Hi Rizwan I created a plugin for precisely this purpose -- head over to the MakeTid plugin wiki to see some examples. I put this up in a hurry for someone else -- there are brief docs in the Preferences/Plugins tab. The maketid[] filter is a stripped down versi

[tw] Re: Searchable fields when using _Canonical_uri ?

2016-09-06 Thread Sylvain Naudin
Le dimanche 4 septembre 2016 22:34:24 UTC+2, Mark S. a écrit : > > Is there any field you can insert into a canonical uri tiddler to make it > searchable? > > The problem is that you can have content, say an image or a PDF file, that > is not itself searchable. If you want to find the content s

[tw] Re: Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-06 Thread Mat
[Ok, with the premise that I have little idea if I will use NoteSelf (too early to tell) so I don't quite feel I have the *right* to have an opinion on this.] I would definitely prefer that a plugin only has to be installed once / in one place that is *accessible *from within either TW, and any

[tw] Re: Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-06 Thread Tobias Beer
Hi Danielo, Start with the first and if you find the resources to do it, also allow for the second, because it adds a whole new layer of modularity. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this g

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

2016-09-06 Thread Tobias Beer
Hi Taylor, I made a pull request before that included a fix for the issue, see variable <> Unfortunately, it was not merged at the time: https://github.com/Jermolene/TiddlyWiki5/pull/2119 Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "Tid

Re: [tw] Re: Error in macro <>

2016-09-06 Thread Tobias Beer
Hi Rolf, > Hello Vincent. Little late and perhaps against netiquette, but thanks for > the solution! It's a little annoyance gone. >> >> >>> Unless perhaps you'd rerpond totally off topic 3 years after the fact, there is nothing in the "netiquette" against a lit

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-06 Thread Rizwan Ishak
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@googlegrou

Re: [tw] Re: beginning to understand

2016-09-06 Thread Rizwan Ishak
You can use Microsoft word or Libreoffice to write your works - just save them using save as type "html". This will generate the tags required for the formatting. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group an

Re: [tw] Re: Dropbox no longer serving HTMTL files?

2016-09-06 Thread RichardWilliamSmith
Github desktop offers an alternative to the command line for putting things up on Github and is very easy to use. You need to make a branch called "gh-pages" and the content in that branch gets served as your site (it can match your master exactly). More info: https://pages.github.com/ -- You

[tw] Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-06 Thread Danielo Rodríguez
Hello fellow friends, I'm at the edge of taking one of those decisions that requires you to go in one way or another. Binary operations are very efficient in computer science, but I'm horrible at choosing between two options. Plugin installation is coming to NoteSelf, there is nothing that can

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

2016-09-06 Thread Danielo Rodríguez
El martes, 6 de septiembre de 2016, 23:04:19 (UTC+2), Zaphod Beeblebrox escribió: > > No one ever really answered with a solution to this, and I am experiencing > it now within a dashboard form tiddler I'm trying to make. > > I've temporarily overcome it by enclosing the <$edit-text> in a div w

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

2016-09-06 Thread Taylor Jensen
Depending on the color of a tag the text will change to be white or black, depending on which one gives greater contrast. Is there a way to extend this functionality to the icon as well? Because of the way colorless SVGs work it seems like it would already be built in, or at the very least very

Re: [tw] Re: beginning to understand

2016-09-06 Thread Eneko Gotzon
On Tue, Sep 6, 2016 at 4:38 PM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > I imagine you want text mode… > ​C orrect ​supposition ​!​ > If you use 3 quote marks… > ​Thank you Mark! -- Eneko Gotzon Ares enekogot...@gmail.com -- You received this message because you ar

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

2016-09-06 Thread Zaphod Beeblebrox
No one ever really answered with a solution to this, and I am experiencing it now within a dashboard form tiddler I'm trying to make. I've temporarily overcome it by enclosing the <$edit-text> in a div with a "width: 450px;" declaration, but it would be nice if we didn't have to resort to such

Re: [tw] Re: Error in macro <>

2016-09-06 Thread Rolf Deenen
Hello Vincent. Little late and perhaps against netiquette, but thanks for the solution! It's a little annoyance gone. Regards, Rolf Op vrijdag 16 mei 2014 06:49:46 UTC+2 schreef Vincent Yeh: > > Forgot to mention that I was lead to check PasswordOptionsPlugin because > of this post: http://osdir

[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-06 Thread 'Mark S.' via TiddlyWiki
In your first case, you weren't assigning a title. Every tiddler needs a title. This code seemed to do the trick: <$button> <$list filter="[[Fruits]indexes[]sort[title]]" variable="index"> <$action-setfield $field="title" $value=<> /> Multiple Tiddlers, Yay!! getIndex appears to need a prope

[tw] Question about generating tiddlers from dictionary tiddler.

2016-09-06 Thread Rizwan Ishak
This contains several questions, please be patient. Say, there is a dictionary tiddler with title "*Fruits*" and having content. Apple:Red Mango:Yellow Grapes:Purple Watermelon:Green I am trying to generate, on a single button click, four tiddlers with titles Apple, Mango, Grapes and Water

[tw] Re: beginning to understand

2016-09-06 Thread Zaphod Beeblebrox
Glad you're enjoying TW and finding it useful for your needs, Eneko :) On Tuesday, September 6, 2016 at 9:06:46 AM UTC-4, Eneko Gotzon wrote: > > ...I believe that for me, humble beginner, it is a good choice to start > saving my tiddlers as plain text (but doing that ​I guess the markup > capa

[tw] Re: beginning to understand

2016-09-06 Thread 'Mark S.' via TiddlyWiki
I imagine you want text mode so that the line breaks fall naturally. If you use 3 quote marks at the top of a TW5 style tiddler ("""), you will get text-like lines and much (but not all) of the formatting ability. On Tuesday, September 6, 2016 at 6:06:46 AM UTC-7, Eneko Gotzon wrote: > > Hi all

[tw] beginning to understand

2016-09-06 Thread Eneko Gotzon
Hi all Byte Masters! I think I begin to understand what TW is and what it offers. I have begun to use it to write poetry (being each poem a tiddler). I think the markup capabilities of TW can offer interesting linking and browsing capabilities between the verses. I believe that for me, humble be

[tw] Re: Searchable fields when using _Canonical_uri ?

2016-09-06 Thread HC Haase
Off topic: That is a fantastic freaking amazing collection you got on my favourite topic. is there any chance you will be willing to share it??? Den mandag den 5. september 2016 kl. 09.41.56 UTC+2 skrev Dragon Cotterill: > > This is one of my biggest problems, with one of my TWs. My Doc Library

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

2016-09-06 Thread Danielo Rodríguez
Hello Brian > I happen to try to open the online noteself from my phone on android chrome > and android firefox. In both cases the page loaded to a blank browser screen. > Probably it didn't load due to some error? I tested it both on my phone (android 6) and my tablet (android 4.4) and works