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

2018-09-14 Thread Arlen Beiler
Issue created. https://github.com/Jermolene/TiddlyWiki5/issues/3450 Arlen On Sat, Sep 15, 2018, 10:24 Arlen Beiler wrote: > Wow, vm.runInNewContext is the culprit. I changed the code to use the > Function factory and it loads in 2.5 seconds. > > I think I'll open an issue. > > On Fri, Sep 14,

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

2018-09-14 Thread Arlen Beiler
Wow, vm.runInNewContext is the culprit. I changed the code to use the Function factory and it loads in 2.5 seconds. I think I'll open an issue. On Fri, Sep 14, 2018, 12:01 Riz wrote: > > > My input > > > -- > You received thi

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

2018-09-14 Thread TonyM
Hans, I started the wikipedia thread and intend to finish it. I called for input so I did not have to do it all. It is importiant in a volenteer community not to confuse apparent inaction with no action. Volenteers need to find time in the day to act and things will take longer. I have more to

[tw5] TW5 Import function (5.1.15+) hta

2018-09-14 Thread Chris
hta is best option where I have been using it. It allows saving without a lot of hassle. -- 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...@go

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

2018-09-14 Thread HansWobbe
Mohammad: You are certainly correct that creating a wikiBookfor TW is "not a job to be done by someone alone". There have been many attempts at creating documentation since many people share the view that a book would be very useful. Unfortunately, so far, few have progressed to the point tha

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

2018-09-14 Thread Mohammad
Hello Bimlas, No, I mean in this forum topics are discussed and experiences are shared, but they are buried in this Google forum! I said it would be great to have a wiki book and document them! Cheers Mohammad On Friday, September 14, 2018 at 8:19:22 PM UTC+4:30, bimlas wrote: > > these great

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

2018-09-14 Thread bimlas
> > these great stuff are never documented for future use Do you mean the plugin...? If yes, then what should I document: behavior, tiddlers, or what? Or am I misunderstood something and you talk about something else? -- You received this message because you are subscribed to the Google Grou

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

2018-09-14 Thread Mohammad
Hans, It is a pity these great stuff are never documented for future use. I am very interested to have a wikibook on TW, this amazing tool. But this is not a job to be done by someone alone. Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" g

[tw5] [TW5] Secure server for using Bob online

2018-09-14 Thread Mohammad
A great step in tiddlywiki application in multiuser world. Thank you Jed. -- 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.

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

2018-09-14 Thread HansWobbe
bimlas This is very nice and quite useful to me since I use tags a lot. Thansfor sharing! Regards, Hans -- 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 t

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

2018-09-14 Thread 'Mark S.' via TiddlyWiki
The rainy day project I've considered is to make a search field similar to most other wiki projects and information managers. e.g. tag:"HelloThere" -tag:Learning search:caption:"Jack" Currently, the only way to do something like this is by using filters in the advanced search tiddler. Annoyingl

[tw5] [TW5] Secure server for using Bob online

2018-09-14 Thread Jed Carty
Federation is much more interesting when there is more than just my server and people have said that there is community interest so I put the code for the server I use on GitHub here https://github.com/OokTech/SecureWikiServer Requirements: - A vps that can run node - HTTPS certificate and key

[tw5] Re: [TW 5.0.16]Footnote Popup Not Working

2018-09-14 Thread oleghbond
Not clear what shall be done. My excuse is that I'm not a certified programmer. Although I can guess that the core template $:/core/ui/PageTemplate already contains the necessary code: <$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">

[tw5] Re: [TW 5.0.16]Footnote Popup Not Working

2018-09-14 Thread BurningTreeC
> > Thanks a lot, BurningTreeC, > > I did as you recommended: > > \define ref_r(label) > <$button popup="$:/state/$(currentTiddler)$/r_$label$" > class="tc-btn-invisible > tc-slider">[$label$] > \end > > \define definition_r(label,text) > <$reveal type="popup" state="$:/state/$(currentTiddler)$/

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

2018-09-14 Thread bimlas
This plugin tries to make tags more useful - I hope you will benefit from this: FilteredTags Filter by multiple tags: Use the checkboxes to filter the list of tags; clicking on the tag lists only those tiddlers that are assigned to each of the selected tags. The list can be filtered using the

[tw5] Re: [TW 5.0.16]Footnote Popup Not Working

2018-09-14 Thread oleghbond
Thanks a lot, BurningTreeC, I did as you recommended: \define ref_r(label) <$button popup="$:/state/$(currentTiddler)$/r_$label$" class="tc-btn-invisible tc-slider">[$label$] \end \define definition_r(label,text) <$reveal type="popup" state="$:/state/$(currentTiddler)$/r_$label$" animate= "yes"