[tw5] Re: Vue.js integration (plugin)

2018-09-11 Thread Guille Rmo
I have refactored the code that binds TW and vue. It is more appropiate now, as it gets data directly from the tiddlers with no middle values. https://rawgit.com/Guitlle/vuewiki/build/build/docs.html This also allowed me to bind external tiddler data (adding a watch for each tiddler field was

[tw5] Re: [NodeJS][Android] TiddlyWiki takes 30 seconds to load modules in ARM architecture

2018-09-11 Thread Arlen Beiler
After some more investigation, it seems like this is a known problem with v8 on ARM. On Wednesday, September 12, 2018 at 11:58:35 AM UTC+8, Arlen Beiler wrote: > > I ran some tests this morning and discovered why it takes so long for > TiddlyWiki and TiddlyServer to load datafolders on Android

[tw5] [NodeJS][Android] TiddlyWiki takes 30 seconds to load modules in ARM architecture

2018-09-11 Thread Arlen Beiler
I ran some tests this morning and discovered why it takes so long for TiddlyWiki and TiddlyServer to load datafolders on Android with Dory and Termux. Apparently there is something about the process of converting the tiddlers into code that is very slow on android. TiddlyServer loads one file

[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread TonyM
h0p3, You can use tiddlywiki what every way you want. It sounds like you do and have to think deeply about tiddler naming standards metadata and links. I do to but I try an generalise them as much as possible, why?, because I have dozens of TiddlyWikis and jump between them and the last

[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread Greg Davis
A small example might be the "bible" for the series I am trying to write. Characters are tagged for things like species, occupation, citizenship, book(s), story So some characters might be: title: North, Wil tag: human, trader, terran, repairs, daughter, recall caption: Wil North title:

[tw5] Re: New tiddler button that sets the color?

2018-09-11 Thread David Gifford
Oops, never mind, I did it with a template tiddler with the color already defined. Then added the param to the button. On Tuesday, September 11, 2018 at 9:20:10 PM UTC-5, David Gifford wrote: > > Hi all > > Just curious if there is a way for a new tiddler button to define the > color field of

[tw5] New tiddler button that sets the color?

2018-09-11 Thread David Gifford
Hi all Just curious if there is a way for a new tiddler button to define the color field of the tiddler created by it, like #444555 etc. Dave -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: [TW5] Edit Tiddly Wiki files straight on Google Drive

2018-09-11 Thread Justin Morgan
Hi Joshua, Do you know if it's possible to display a favicon when using TiddlyDrive? The favicon I have set will display when I open my wiki locally but when I open it in GoogleDrive, all I see is the default favicon. It's not exactly a huge deal but it would be nice to be able to identify my

[tw5] Re: How do I make toc category obey "empty" after exclusion? Also, is there a way to sort by title only if no caption exists?

2018-09-11 Thread S H Chang
I should have scrutinised my code before posting here. There was a mistake in <>; it didn't have the list for "empty" children. I've also realised that it should be !tag[Log]!visibility[hidden] instead. I've added that to the macro so now it looks like this: \define

[tw5] Re: Wiki Log Tool initial release

2018-09-11 Thread David Gifford
I just added Wiki log tool in a new section, "Task management and productivity - journals and logs" Blessings On Tuesday, September 11, 2018 at 3:20:10 AM UTC-5, TonyM wrote: > > David, > > I have updated the original post online to give a thorough description of > Log, this log and why you

[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread h0p3
You all are wonderful. Thank you all for the replies! I really appreciate your taking the time out of your day to talk to me about this. You leave me with a lot to think about. I will be looking for good ways to implement and test your examples and advice in my wiki. I asked general questions,

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread TonyM
Josiah I totaly understand your browser practice. I used to use multiple profiles in firefox to do the same. Unfortunatly I found it fiddly and fragile. I now do the same with chrome users however I still work as a rule in firefox. I have a chrome user for website admin, banking and even ones

[tw5] Re: [tw] Who's minding the store(.php) ?

2018-09-11 Thread sendwheel
Wanted to drop a quick line on this old thread for anyone still interested. I recently wrote a PHP backend and supporting plugin that replaces the functionality of the legacy store.php (but in many ways based on it's functionality) The plugin is a bit more streamlined, updated code base, and

[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread 'Mark S.' via TiddlyWiki
Tags provide the equivalent of folders, and allow semantic context to be affixed to tiddlers without despoiling the title. While it's true that much of what you do with Tags could possibly be done with fields, tags have been bestowed with special visibility and powers right out of the box.

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread Jed Carty
Mark, You have to list the folder you want to share but I don't think it ever had a restriction on the name, and if you want access to the full computer you can set it to / (or whatever the windows equivalent is, c:\ maybe?). It is a server and like any other server the files are served at

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread @TiddlyTweeter
Its partly volume. I don't want to work in a browser with 60+ tabs. Its partly that I evolved it slowly & it works in those categories. The distinctions are in the descriptions I gave before. Dealing with a bank is totally different for me than discussing Bresson's film PICKPOCKET. -- You

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread 'Mark S.' via TiddlyWiki
But the tiddler would be wrapped with the entire browser window include open tabs, bookmarks, plus all the decorations (sidebar) of TW. What I would like is to simply edit a tiddler like a post-it or Tom Boy note, and park it and maybe a couple others off to the side. BTW, does Bob still

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread 'Mark S.' via TiddlyWiki
But what happens inside each profile that's so distinctive? Different default tabs? Thanks -- Mark On Tuesday, September 11, 2018 at 8:40:10 AM UTC-7, @TiddlyTweeter wrote: > > Ciao Mark > > Well I think my profiles work okay. I do want to only do money (SPONDULI) > occasionally, securely. NET

[tw5] Re: Vue.js integration (plugin)

2018-09-11 Thread Guille Rmo
Thanks for your comments, Josiah. I am glad people find this useful. This may caught the attention of javascript devs for tiddlywiki. Will update soon with a more stable version of the plugin. El martes, 11 de septiembre de 2018, 5:07:00 (UTC-6), @TiddlyTweeter escribió: > > Ciao Guille > >

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread @TiddlyTweeter
Jed, it is absolutely true that Bob's flex has helped me cope with the demise of old FF. Simple saving. Can be any instance in any browser. *Its the Master Chef.* For finished GROUPING I trend to prefer TiddlyDesktop. It more conservative. *More like a Digestive Biscuit.* -- You received

[tw5] Re: [TW5] New Plugin: tobibeer/preview 0.5.2

2018-09-11 Thread Mohammad
Thank you Surya for sharing! Best Mohammad On Tuesday, September 11, 2018 at 1:52:25 AM UTC+4:30, Surya wrote: > > Hello Mohammad, > no, it doesn't dynamically determine the best position of popup. But that > doesn't mind for me, because, when a link is for example at the end of the > page and

[tw5] Re: [TW5] New Plugin: tobibeer/preview 0.5.2

2018-09-11 Thread Mohammad
Thank you Surya for sharing! Best Mohammad On Tuesday, September 11, 2018 at 1:52:25 AM UTC+4:30, Surya wrote: > > Hello Mohammad, > no, it doesn't dynamically determine the best position of popup. But that > doesn't mind for me, because, when a link is for example at the end of the > page and

[tw5] Re: Vue.js integration (plugin)

2018-09-11 Thread Guille Rmo
Hi Mario. Great contribution with mentioning this. I must admit that I used that content type carelessly. But it should definitely follow the standards. I will refactor. El martes, 11 de septiembre de 2018, 2:37:52 (UTC-6), PMario escribió: > > Hi, > > That's an interesting approach. ...

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread @TiddlyTweeter
Ciao Mark Well I think my profiles work okay. I do want to only do money (SPONDULI) occasionally, securely. NET & NEWS is necessary to keep up with gossip. FILM is my specialist sector and its for reviewing work. LINGO is my stranded lost forays into better Italian. ARBEIT is co-ordination.

[tw5] Re: Vue.js integration (plugin)

2018-09-11 Thread Mohammad
Wonderful! Great job! keep going on! Mohammad On Monday, September 10, 2018 at 9:26:34 AM UTC+4:30, Guille Rmo wrote: > > Hi. I have been working on integrating vue.js to TW. I know we alredy have > the wikitext dynamic content but I really miss having a powerful frontend > tool such as

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread Jed Carty
Mark, Using Bob you can have the same wiki open in multiple tabs so you can have multiple windows and edit a tiddler in one and see the results immediately in the other. It also lets you edit or create tiddlers using an external text editor. It isn't exactly the same it may be helpful. --

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread 'Mark S.' via TiddlyWiki
At the risk of getting on topic, has anyone made an editor template that would allow editing in a separate window? Being able to easily keep notes off to the side while using the full editor toolbar could be useful in many note-taking situations. -- Mark On Monday, September 10, 2018 at

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread 'Mark S.' via TiddlyWiki
Remind me, what is the benefit of having so many profiles? You could have multiple shortcuts on your desk top, each which launches with a different profile. -- Mark On Monday, September 10, 2018 at 3:53:43 AM UTC-7, @TiddlyTweeter wrote: > > I'm slowly moving from FF 52 to the WebExtensions

[tw5] Re: Vue.js integration (plugin)

2018-09-11 Thread David Gifford
I added this to the TiddlyWiki toolmap (https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM) under the category "Interfacing with, importing and exporting to and from other formats" On Sunday, September 9, 2018 at 11:56:34 PM UTC-5, Guille Rmo wrote: > > Hi. I have been working on integrating vue.js

[tw5] Re: Wiki Log Tool initial release

2018-09-11 Thread David Gifford
Thanks Tony, that is a big help in understanding the tool. I am leaving to teach classes, but will add this in the toolmap this afternoon in a few key places. Blessings. On Tuesday, September 11, 2018 at 3:20:10 AM UTC-5, TonyM wrote: > > David, > > I have updated the original post online to

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread @TiddlyTweeter
Thank you TonyM, Jim & PMario for good tips! Josiah -- 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

[tw5] Re: Vue.js integration (plugin)

2018-09-11 Thread @TiddlyTweeter
Ciao Guille ... this definitely requires the user to learn about vue.js. > Right. And understanding the visible "bootstrap type code" part of it is very helpful, I think. As you say ... ... Check out the UIV documentation https://uiv.wxsm.space/getting-started > . I am thinking on changing

[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread Alexei R
IMHO the key disadvantage of TiddlyWiki's fields mechanism is that field values dosn't show up in the search results... -- 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

[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread Jed Carty
I am very against prescriptive rules in something like tiddlywiki. If you don't have a reason to use tags than you don't need to use them. There is nothing magic about them that you can't do with tiddler namespaces or fields. If you are comfortable with using fields than the tags field has

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread PMario
On Monday, September 10, 2018 at 12:53:43 PM UTC+2, @TiddlyTweeter wrote: > > > There are still two things very easy in the old FF I use a lot that I > can't find new equivalents for... > > Easy ability to launch multiple profiles (ProfilistPortable add-on) ... > I think there is no alternative

[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread TonyM
To add to Marios response. Every thing with the same tag can be said to belong in the same group. This is a way to organise tiddlers, and you can quickly find everything else in the same group. Imagine Work and Personal tags People often use tags to represent a particular kind of tiddler task

[tw5] Re: Vue.js integration (plugin)

2018-09-11 Thread PMario
Hi, That's an interesting approach. ... I'll have a closer look. ... But 1 thing that immediately jumped into my eyes is: application/vuejs-uiv It seems this is a standards-tree mime-type, that doesn't exist! ___If that's

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread TonyM
Also, This may be what you want for the other issue Tile Tabs WE by DW-dev Featured ExtensionFeatured Extension Take tabs from parent windows and arrange them in layouts of tiled sub-windows, using the toolbar button, context menu or

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread TonyM
See as Jim pointed out Firefox Multi-Account Containers Tony On Tuesday, September 11, 2018 at 4:44:59 AM UTC+10, @TiddlyTweeter wrote: > > TonyM: The latest version includes a new feature to have a set of tabs in >>>

[tw5] Re: Wiki Log Tool initial release

2018-09-11 Thread TonyM
David, I have updated the original post online to give a thorough description of Log, this log and why you would use one. Regards Tony On Tuesday, September 11, 2018 at 12:34:59 PM UTC+10, David Gifford wrote: > > Hi Tony > > Maybe in order for me to get a better grasp of this tool, you could

[tw5] Re: [Off Topic] Why I Like OLD firefox

2018-09-11 Thread Jim
I have been using (getting used to) Firefox Multi-Account Containers which allows you to have different accounts assigned to color-coded tabs. It doesn't use Firefox Profiles, but the result is similar. You can setup

[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-11 Thread PMario
On Tuesday, September 11, 2018 at 6:00:49 AM UTC+2, h0p3 wrote: ... > * What is an obvious example of tagging being the best and irreplaceable > tool for the job? > In TW tags are mainly used to create dynamic lists. like the TOC