Re: [tw5] Re: ResizeObserver loop limit exceeded

2019-01-22 Thread Kalcifer Kandari
I already replied to this, but I think my message was deleted? I don't use any plugins. Also, not sure if it will change be useful, but here is a link to the custom CSS tiddler . The relevant styles are under 'video {}'. On Tue, Jan 22, 2019 at 9:14 AM PMario

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread S. S.
I am assuming you are looking for ideas on how to do a help presentation tiddler. The way I use the logic is: <$list filter="criteria-fitler"> <$macrocall action Messages list a tiddlywiki.com \define action such as: <$button <$action-sendmessage

[tw5] Re: ResizeObserver loop limit exceeded

2019-01-22 Thread PMario
hi, which plugins do you use? -m -- 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

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread Mohammad
Also see Batch Manipulator by Mat von TWaddle https://kookma.github.io/TW-Scripts/#Batch%20Manupulator --Mohammad -- 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: Can't set favicon using SVG code?

2019-01-22 Thread Mohammad
For your reference https://kookma.github.io/TW-Scripts/#Tiddlywiki%20Favicon -- 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

[tw5] Re: ResizeObserver loop limit exceeded

2019-01-22 Thread Kalcifer Kandari
I don't use any plugins. You can see the configuration of the wiki using the link I posted, nothing is hidden. I don't think it is caused by CSS, but that's at http://kalcifer.net/#Custom%20CSS, the relevant style is under 'video' near the top. On Tuesday, January 22, 2019 at 9:12:15 AM UTC,

Re: [tw5] Re: Highlight in bold the dates in the Recent tab

2019-01-22 Thread Thomas Elmiger
Tony and Xabriña, My Workflow is this: 1. Use Firefox dev tools to inspect the HTML and CSS (via right click > Inspect element). On the *Rules *panel on the right you can see existing CSS definitions that influence the style of an element. If there are any specific for the element, we will have

Re: [tw5] Re: ResizeObserver loop limit exceeded

2019-01-22 Thread Jeremy Ruston
This error appears to be common, and the consensus is that it is harmless. See this StackOverflow answer for instance: https://stackoverflow.com/a/50387233 But, of course, it’s not harmless for TW5 since we have a global error trap that reports it to the

[tw5] Re: Intertwingling the TiddlyWiki - TF-IDF and tag inference

2019-01-22 Thread Joe Armstrong
YES - For a very long time I've wanted an assistant that watches what I do and helps me - this is my ultimate goal. I want to reduce entropy - I want to discover similar tiddlers and merge them to reduce entropy. I have been thinking about how to do this for 30 odd years (not for tiddlers -

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread Thomas Elmiger
Please make sure to integrate a hint on the built-in Advanced search options (delete, export). Maybe including the possibility to add your own solutions to the filter menu via https://tiddlywiki.com/#SystemTag%3A%20%24%3A%2Ftags%2FAdvancedSearch%2FFilterButton (Or would this be a separate

Re: [tw5] <$wikify> needs <$text> to honour tilde-based wikilink suppression

2019-01-22 Thread David Nebauer
Thanks, Thomas. That is another interesting workaround. It is certainly much more self-descriptive than my solution, so it would be easier to figure out what I did when I revisit this tiddler in six months and can't remember why I needed a workaround in the first place! FYI, <$setvar> is from

[tw5] Is re-rendering of tiddlers w/o user interaction possible?

2019-01-22 Thread Hubert
Hi everyone, If I understand correctly, most content within a tiddler is static. Inline javacript is not allowed, so macros will only re-calculate their output on user interaction with a tiddler. For example, the <> macro or Evan Balster's <> macro will recalculate their output when the

Re: [tw5] Re: ResizeObserver loop limit exceeded

2019-01-22 Thread Kalcifer Kandari
I tried all sorts of different things, including using an tag instead of . The did not generate any error message, but height of the did not adapt when the tiddler got thinner, whereas the tag does. I also tried creating a HTML file with a tag inside, then including that file in an within

Re: [tw5] <$wikify> needs <$text> to honour tilde-based wikilink suppression

2019-01-22 Thread Jeremy Ruston
> You're reinforcing my point that when using a <> with <$wikify> > there are too many interactions going on for anyone other than a guru to > understand, none of which are documented anywhere. And it appears you have to > use different methods to render a heading or suppress wikilinks in

Re: [tw5] Re: Highlight in bold the dates in the Recent tab

2019-01-22 Thread Xabriña
Hello again. I think I explained wrong what I wanted to do. What I'm trying to do is change the date (color and underline) in which the tiddlers are ordered in the "Recent" tab but not the links to the tiddlers. It may be something more difficult to do than I thought. I've been taking a look at

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread Mohammad
Hi Thomas, Many thanks for your hint! Surely I add it! For bulk delete and export, this Filter tab is quite useful. --Mohammad On Tuesday, January 22, 2019 at 3:24:35 PM UTC+3:30, Thomas Elmiger wrote: > > Please make sure to integrate a hint on the built-in Advanced search > options

Re: [tw5] <$wikify> needs <$text> to honour tilde-based wikilink suppression

2019-01-22 Thread David Nebauer
Hi Jeremy, You're reinforcing my point that when using a <> with <$wikify> there are too many interactions going on for anyone other than a guru to understand, none of which are documented anywhere. And it appears you have to use different methods to render a heading or suppress wikilinks in

Re: [tw5] Re: <$wikify> needs <$text> to honour tilde-based wikilink suppression

2019-01-22 Thread David Nebauer
Hi Jeremy, The first thing I do when I delve into an app I am going to both devote significant effort to and customise heavily, is document those customisations so I can rebuild the same environment from scratch. In the case of tiddlywiki I'm naturally documenting my customisations in

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread Mohammad
Hello S.S. Many thanks for your comments. I absolutely will use them. Also I made a link to the valuable tutorial (manual) you prepared for Tiddlywiki at https://00ss.github.io/help/Adding-a-table-of-contents-to-the-sidebar.html By the way, In TW-Scripts I go through examples. I call it "learn

[tw5] Re: feature request: arrow down search results, open with Enter

2019-01-22 Thread Thomas Elmiger
Diego, Of course you may share what you have. I just would like to point to the fact that Simple Search alone offers full keyboard navigation. Not as streamlined and consistent in different browsers maybe, but working perfectly for my personal use in Firefox Developer Edition. This is also

[tw5] Re: Quinoid

2019-01-22 Thread Watt
Hi Mark Installed ok. Selected and loaded a wiki from internal storage ok. Opened wiki, saved a tiddler ok. Went back to file list and file name's still off - displays as 'mywiki: fullfilepath...mywiki.html' The ... are in the displayed name, indicating truncation of long filepath name. Exited

[tw5] Re: Quinoid

2019-01-22 Thread TonyM
Mark Some experiences - The System Explorer is working for me, I can now open files from all over nice work. - Opening multiple files/wikis from the selection works (nice) - Opening a json file allows you to browse it - I tested opening *.tw files (as mentioned elsewhere) they

Re: [tw5] <$wikify> needs <$text> to honour tilde-based wikilink suppression

2019-01-22 Thread David Nebauer
Hi Jeremy. That works perfectly. Now I just have to unpack it and figure out *how* it works! Thanks very much for your help with this. I figured there was a more elegant solution, but never would have figured that one out on my own. David. On Wednesday, 23 January 2019 02:28:54 UTC+9:30,

[tw5] Re: Quinoid

2019-01-22 Thread Dave
This is probably a really dumb question, but I just saw that Quinoid can work with google drive TWs, and I just googled "Google Drive Nodejs" and there does seem to be some node APIs for google drive... What's the possibility that you can set up a Bob instance on Google Drive and access it

[tw5] Re: Errors in IE when saving.

2019-01-22 Thread TonyM
Jenifer, I do not have the answer yet, as I avoid IE and have not seen this, but it needs to work ion all browsers. There are changes in recent releases allowing the filename of the saved wiki to be set. V5.1.19 Fixed incompatible change

[tw5] Re: Errors in IE when saving.

2019-01-22 Thread S. S.
In case Tony's method is a fix, here are clearer instructions on changing the file name when saving: Hidden Setting: Filename for Save Wiki Button On

[tw5] Re: Intertwingling the TiddlyWiki - TF-IDF and tag inference

2019-01-22 Thread Rob Hoelz
That's a neat trick involving compression, Joe - I wonder if you could adapt a locality sensitive hash like simhash to create a specialized index for quick comparisons? Another thing that your mention of rsync reminded me of is word embeddings, in particular the latest and greatest in that

Re: [tw5] Re: So overwhelmed...node.js on a godaddy shared hosting site?

2019-01-22 Thread Jennifer Pritchard
Well, for now I think I'm going to give in and go the php route using tw-receiver (which I've now got working, except in IE, so that will be a seperate post). Thanks for your help! On Monday, January 21, 2019 at 10:22:27 PM UTC-8, TonyM wrote: > > Jennifer, > > I could offer you some well

[tw5] Errors in IE when saving.

2019-01-22 Thread Jennifer Pritchard
So I've given up on the node.js debacle (godaddy is not my friend right now) and have switched gears to use the php version instead. I've got it working perfectly in Chrome, but get problems in IE when trying to save while NOT logged in. When I go to save the page in IE, it tries to save the

[tw5] Font family

2019-01-22 Thread Damon Pritchett
I'm having some issues with using "Theme Tweaks" to change the font family in my TW. I can change the font family or have it blank and my tiddlers do not change their appearance. The editor font changes fine. This is also independent of which browser I'm using. I'm thinking that there is a

[tw5] Installing the vim keymapping with the Code Mirror Editor Plugin 5.1.19 on TW5 5.1.19?

2019-01-22 Thread leeand00
I have TiddlyWiki version 5.1.19 and The CodeMirror_Editor plugin 5.1.19 Now I dug real deep into Jerome's repo and I found the vim keymap plugin here: https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/codemirror-keymap-vim But it appears that sublime text has surplanted

[tw5] Re: Intertwingling the TiddlyWiki - TF-IDF and tag inference

2019-01-22 Thread TonyM
Joe, We share the same aims, and as an experienced information/knowledge management professional I look forward to us finding effective tools to make these "inferences" using software and I am keen to contribute to this as well. Though given my own experience in this, I also find that every

Re: [tw5] Re: So overwhelmed...node.js on a godaddy shared hosting site?

2019-01-22 Thread TonyM
Jennifer, Understood, I expected that would be the case from my first reply. I do feel there should be a way to allow a given user to check out and check in the edit process, so we can have serial editors if we can't have multi-user access. If this were so tw-receiver, some user management and

[tw5] Re: Font family

2019-01-22 Thread TonyM
Damon, Control Panel > Info > Advanced > Stylesheets Shows the order, and using the tag pill therein you can drag and drop the order to reorder them. Regards Tony On Wednesday, January 23, 2019 at 2:01:21 PM UTC+11, Damon Pritchett wrote: > > I'm having some issues with using "Theme Tweaks"

[tw5] Re: Quinoid

2019-01-22 Thread Mohammad
> > Hi Mark, > Everything works as expected 1. Open local wiki: OK 2. Open Google drive wiki: OK 3. Show wiki names on return: OK 4. File list on completely exit from Quinoid and reopen again: FAILS So, on exit-open no file list is available Android 9 -Mohammad -- You

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread TonyM
Mohammad, My Previous contribution to the scripts is in fact a demo of the first of a set of possible batch manipulation examples. Here are a few more that illustrate the examples you are looking for, it is simply a matter of changing the selection filter and the action widget. Som action

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread Mohammad
Hi Tony, Many thanks for your contribution. It is added to TW-Scripts. Cheers Mohammad -- 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

[tw5] Re: Is re-rendering of tiddlers w/o user interaction possible?

2019-01-22 Thread Hubert
OK, I've found this plugin by Evan Balster, version 0.0.1 that does exactly what I'm looking for. That said, I'd still love to hear your ideas though, especially the background TW mechanics/limitations/other solutions to this

[tw5] Re: Keystroke to Close Current Tiddler in TW5

2019-01-22 Thread Gabriel Chen
Hi Kevin, I was looking for the same solution for a while and found something... emmm, sort of cheating. 1. My TiddlyWiki story view is "Zoom In", so there is only one tiddler surfaced at one time; 2. I noticed the tiddler close button [X] always appears at a fix position

[tw5] Re: Quinoid

2019-01-22 Thread TonyM
Mark, I will review the update soon. The Geolocation file if installed in noteself as an example, will allow a button press to populate the tiddler fields with GPS/Geolocation data. Basically it obtains the location from the phone (as it does my desktop). Perhaps I need to grant Quinoid

[tw5] Re: Quinoid

2019-01-22 Thread 'Mark S.' via TiddlyWiki
Hi everyone, Looks like the persistence wasn't persistent enough. I've updated the assets with a new apk which seemed to work during emulator testing. It should also prevent roaming away from the TW file, but I didn't get to test that. The system file picker options may be reduced, only

[tw5] Re: Intertwingling the TiddlyWiki - TF-IDF and tag inference

2019-01-22 Thread Kalmir
DevonThink app should be really good at this: "One of the key features of DevonThink Pro Office is its smart searching algorithms, its ability to suggest similar texts based on the contents of what you are looking at, etc. It does this by means of a proprietary algorithm, so I can't really

[tw5] Re: Quinoid

2019-01-22 Thread TonyM
New Version test After installing the app and opening two wikis, I can return to the file list and the wikis. After closing the App (Current apps swipe right) , and Returning the names persist, but clicking on them generates. Web page not available The Web page at file://null could not be

Re: [tw5] Is re-rendering of tiddlers w/o user interaction possible?

2019-01-22 Thread Jeremy Ruston
Hi Hubert Evan’s plugin is the right thing to use if you can; the core doesn’t include a builtin clock/timer because my early experiments showed that it can be quite punishing on power consumption/battery life. Best wishes Jeremy > On 22 Jan 2019, at 14:35, Hubert wrote: > > OK, I've

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread Mohammad
Hello S.S, No problem, I will remove the link. --Mohammad On Tuesday, January 22, 2019 at 8:35:56 PM UTC+3:30, S. S. wrote: > > Mohammad, > > Please allow me to request you not to make any lasting links to > https://00ss.github.io/help/Adding-a-table-of-contents-to-the-sidebar.html > That

[tw5] Re: Intertwingling the TiddlyWiki - TF-IDF and tag inference

2019-01-22 Thread Dave
Instead of comparing paragraphs or tiddlers, how hard would it be too detect unique sentences and compare them? I guess you'd almost need an AI to do that, hey? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

Re: [tw5] Re: Highlight in bold the dates in the Recent tab

2019-01-22 Thread Thomas Elmiger
> > Hi Xabriña Your explanation was fine, but I did not (want to) understand. Usually underlined text is a link, that's like a law for me. So if you absolutely want to do it the other way around, then you can remove the style from the link again like this: .tc-sidebar-lists .tc-timeline

[tw5] TiddlyWiki for Go games diagrams

2019-01-22 Thread stefano franchi
Does anyone know if there is a plugin allowing the visualization of Go diagrams (or perhaps even whole Go games)? Games and diagrams are represented using the SGF format (Smart Game Format ) and there are several JS libraries

[tw5] Re: Need your help / comment: Batch operation

2019-01-22 Thread S. S.
Mohammad, Please allow me to request you not to make any lasting links to https://00ss.github.io/help/Adding-a-table-of-contents-to-the-sidebar.html That TiddlyWiki is just a working copy of tiddlers that are being made for discussion so that they can be used as a set of beginner's Introduction

[tw5] Re: Quinoid

2019-01-22 Thread 'Mark S.' via TiddlyWiki
Another release. This will erase your existing list of files (because I changed the internal persistent storage model), but allow persistence in titles. So once you have visited and browsed a page and gone back to the list, the list should show your TW file. And the name should be there the

Re: [tw5] <$wikify> needs <$text> to honour tilde-based wikilink suppression

2019-01-22 Thread Jeremy Ruston
Hi David Great, that makes sense. One approach would be something like this: <$list filter="[tag[InstalledPlugin]sort[title]]"> ! <$list filter="[enlist{!!plugin.names}]" variable="name"><$text text=<>/>, {{!!text}} The problem is that it will include a trailing comma after the final

Re: [tw5] Is re-rendering of tiddlers w/o user interaction possible?

2019-01-22 Thread Hubert
Thank you Jeremy for sharing this. It's a fair point and worth taking into consideration (it could negatively sway the cost-benefit ratio in some situations). Best regards, Hubert On Tuesday, 22 January 2019 16:46:39 UTC, Jeremy Ruston wrote: > > Hi Hubert > > Evan’s plugin is the right thing