[tw5] Re: bash script fails after git update (node.js on linux)

2019-02-13 Thread Rich
These suggestions fixed everything. The only scary thing was that my tiddlers took about 15 seconds to show their content. SHould I file an issue or is thisan expected part of "laziness?" Thnx again! On Sunday, February 10, 2019 at 2:37:15 AM UTC-10, Rich wrote: > > Thanks Je

[tw5] Re: bash script fails after git update (node.js on linux)

2019-02-10 Thread Rich
as always! On Wednesday, January 30, 2019 at 10:15:50 PM UTC-10, Rich wrote: > > Tiddlywiki 5.1.20 prerelease on nodjs on manjaro linux > > I have a little bash script that runs on starting the system or that I > manually run to reload TW after updates and such. The script has

[tw5] bash script fails after git update (node.js on linux)

2019-01-31 Thread Rich
server after updates killall node tiddlywiki /home/rich/Dropbox/FiddlyWiki --server $:/core/save/lazy-all I can't use the newer --listen directive in place of server bacause it does not recognize the lazy loading param at the end while --server still does. If I run from command line or alt-f2

[tw5] Re: slowdown of tiddly wiki...debug protocol? Logs?

2018-10-22 Thread Rich
nt find my notes (odd) or again in Google. > > I will post if I find it. > > Tony > > > On Monday, October 22, 2018 at 1:56:40 PM UTC+11, Rich wrote: >> >> Hi Tony and Mark, thanks for helping. >> >> I think it was reboot + cruft removal for the win. At

[tw5] Re: slowdown of tiddly wiki...debug protocol? Logs?

2018-10-21 Thread Rich
ng, it should be fine once it is in, but as I said, I don't think everything has to load at once on Node.js, just the core and whatever tiddlers are open, which is one of the reasons I use it. On Sunday, October 21, 2018 at 3:38:43 PM UTC-10, TonyM wrote: > > Rich, > > Remember the browsers

[tw5] Re: slowdown of tiddly wiki...debug protocol? Logs?

2018-10-21 Thread Rich
e probably retired media files or something. Good luck! Thanks! will update after reboot ~Rich -- 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 tiddlyw

[tw5] slowdown of tiddly wiki...debug protocol? Logs

2018-10-20 Thread Rich
ways of debugging how TW5 is working? I would like to explore them if they exist before starting fresh, as I have a fair number of plugins and custom stuff that I depend on an and restarting from scratch is not trivial. Any guidance appreciated. ~Rich -- You received this message beca

[tw] Re: anchor top when editing tiddler

2017-06-29 Thread Rich
the OP question by Rich: > > The following adds position sticky. I added a blue outline so you can see > it. Just remove it to... remove it. > > <:-) > > .tc-edit-tags { > margin-bottom:12px > } > .tc-editor-toolbar { > position:sticky; > position: -webk

[tw] Re: anchor top when editing tiddler

2017-06-29 Thread Rich
Hi all, thanks a lot for addressing this. I am having trouble installing it. I made a tiddler called ToolbarFloat and tagged it $:/tags/Stylesheet , but don't see any changes. What else do I need to do or do differently? Thanks! On Thursday, June 22, 2017 at 7:11:12 AM UTC-10, @TiddlyTweeter

[tw] Re: anchor top when editing tiddler

2017-06-20 Thread Rich
THanks Ton, Unfortunately, I rely on the preview mode extensively when writing, so I don't think this will work for me, and I don't have the coding skills to try and work around it. On Monday, June 19, 2017 at 7:57:00 PM UTC-10, Ton Gerner wrote: > > Hi Rich, > > See > htt

[tw] anchor top when editing tiddler

2017-06-19 Thread Rich
. Thanks, Rich -- 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@google

Re: [tw] TW5 on node.js no longer loads server. Error executing boot module $:/plugins/tiddlywiki/text-slicer/modules/slicer.js: {"code":"MODULE_NOT_FOUND"}

2016-12-11 Thread Rich
Thanks Holger, took me a bit to figure out how to install the xmldom plugin, but that did the trick. THanks! On Saturday, December 10, 2016 at 1:56:11 AM UTC-10, Holger wrote: > > Am 09.12.16 um 01:57 schrieb Rich: > > ok, sorted out a workaround that gets it to

[tw] TW5 on node.js no longer loads server. Error executing boot module $:/plugins/tiddlywiki/text-slicer/modules/slicer.js: {"code":"MODULE_NOT_FOUND"}

2016-12-08 Thread Rich
WHen I open the server using tiddlywiki /home/rich/Dropbox/FiddlyWiki --server it gives the following error. rich[bin]$ tiddlywiki /home/rich/Dropbox/FiddlyWiki --server Error executing boot module $:/plugins/tiddlywiki/text-slicer/modules/slicer.js: {"code":"MODULE_NOT_FOUND&q

[tw] Re: [TW5] new tiddler / excised tiddler that inherits tags of current tiddler

2016-07-28 Thread Rich
thanks for this...I have too much fiddly custom stuff in my wiki to do it this way though. On Tuesday, July 26, 2016 at 7:36:08 PM UTC-10, RichardWilliamSmith wrote: > > try this file - > https://dl.dropboxusercontent.com/u/83055414/tiddlywikiforrich.html > > -- You received this message

[tw] Re: [TW5] new tiddler / excised tiddler that inherits tags of current tiddler

2016-07-28 Thread Rich
THanks Richard. I got the toolbar item in the right place now, and it works properly. The only odd thing it is doing is not picking up the "lightgray" color attribute from the stylesheet. I kludged this by putting an inline color around it, but then the hover dos not work properly. My

[tw] Re: [TW5] new tiddler / excised tiddler that inherits tags of current tiddler

2016-07-26 Thread Rich
it does not pick up the tags, it just opens a new tiddler with no tags. Thanks again for helping me on this. It will be a huge time save if I can get it right! On Tuesday, July 26, 2016 at 4:05:19 PM UTC-10, RichardWilliamSmith wrote: > > Hi Rich, > > Bit tricky, but I think this

[tw] Re: [TW5] new tiddler / excised tiddler that inherits tags of current tiddler

2016-07-26 Thread Rich
tried replacing tags={{!!tags}} with tags={{||!!tags}} as per this help page on templating <http://tiddlywiki.com/static/Transclusion%2520with%2520Templates.html>, but that just removed all the tags. ANy ideas what I'm doing wrong (probably a lot!) RIch On Monday, July 25, 2016 at

[tw] [TW5] new tiddler / excised tiddler that inherits tags of current tiddler

2016-07-25 Thread Rich
Hi, I have been able to get close but not quite on this...Is there a way to create a new tiddler that inherits the tags of the current tiddler? This would save me a ton of time entering the same tags again and again for a specific project. I got close with the create new Journal/Tiddler here

[tw] Re: tw5, nod.js, and dropbox

2015-02-25 Thread Rich
.) On Wednesday, February 25, 2015 at 2:51:28 PM UTC-10, PMario wrote: On Wednesday, February 25, 2015 at 11:54:52 PM UTC+1, Rich wrote: Hi, I have a single user TW5 set up on node.js in a mixed linux and windows environment (and occasionally android). I noticed that when I make

[tw] tw5, nod.js, and dropbox

2015-02-25 Thread Rich
Hi, I have a single user TW5 set up on node.js in a mixed linux and windows environment (and occasionally android). I noticed that when I make changeson my home computer, the new tid files get backed up in dropbox no problem, but the changes do not show in the my work computer node.js TW even

Re: [tw] Re: [TW5] YoutubePlugin (tentative)

2015-01-15 Thread rich shumaker
of the work already accomplished. I am using YouTube in my TW more and more these days. Rich Shumaker On Wed, Jan 14, 2015 at 2:05 AM, Tobias Beer beertob...@gmail.com wrote: I liked the new TiddlyMap name so not really sure of a good Player name in the same vane. First I was thinking *MediaPlugin

Re: [tw] Re: Treating other file extensions as .tid

2014-06-13 Thread Rich
*/ Thanks, Rich On 13 June 2014 09:12, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi Richard If I understand correctly, the problem here is that you've got a pile of text files with the extension .sas that you'd like to be able to easily import into TW5. Would you like them to be treated

Re: [tw] Re: Treating other file extensions as .tid

2014-06-13 Thread Rich
it. Given how good TW5 is and how it will be helpful to us, it's no bother to get folk to change the file extension. Thanks, Richard On 13 June 2014 10:39, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi Rich I think part of the problem is that you don't need the /* and */ lines; can you prepare

Re: [tw] Re: Treating other file extensions as .tid

2014-06-12 Thread Rich
? Thanks, Rich On 12 June 2014 11:20, PMario pmari...@gmail.com wrote: This may help too: http://tiddlywiki.com/#TiddlerFiles:TiddlerFiles -m -- You received this message because you are subscribed to a topic in the Google Groups TiddlyWiki group. To unsubscribe from this topic, visit https

Re: [tw] Re: Treating other file extensions as .tid

2014-06-12 Thread Rich
asked. Cheers, Rich On 12 June 2014 15:29, Danielo Rodríguez rdani...@gmail.com wrote: Hello rich, I think the node version tries to interpret the files that it finds. At least it works with javascript files. Additionally you can specify how should each file be interpreted. I'm which

[tw] Re: Remote tiddlywiki file save

2013-09-26 Thread Rich J
Modifying IE options did not help at all. Any other suggestions would be appreciated! On Wednesday, September 25, 2013 4:04:24 PM UTC-5, Rich J wrote: Hi, Sorry, should have mentioned that I have tried changing the file properties (by unblocking the file) but it did not seem to make

[tw] Remote tiddlywiki file save

2013-09-25 Thread Rich J
I have been playing around with a local tiddlywiki file without any save issues. But once I moved the file to a remote machine, I can no longer edit the file with IE (I can with firefox and the TiddlyFox plugin). I have added the TiddlySaver.jar file to the folder where the html page is located

[tw] Re: Remote tiddlywiki file save

2013-09-25 Thread Rich J
Hi, Sorry, should have mentioned that I have tried changing the file properties (by unblocking the file) but it did not seem to make a difference. I will check IE options to see if that will help. Thanks! On Wednesday, September 25, 2013 12:57:39 PM UTC-5, Ton Gerner wrote: Hi Rich, May

[tw] automatically open one tiddler when another one opens

2013-04-11 Thread Rich
Menu sidebar, that TagCloudWin will open in the main tiddler space automatically instead of me having to click the link as coded above. Is there a macro or a plugin that could do this? As always, thanks for the help. Rich http://way.net/FiddlyWiki -- You received this message because you

[tw] Re: TW 2.71 bug: text corrupted by new internationalization

2013-03-27 Thread Rich
Thanks, I'll check that when I get back, but I am pretty sure I downloaded it from github. I don't as a habit use the add ons from the moz site if I can find a newer one. will check though. On Wednesday, March 27, 2013 12:39:16 AM UTC-10, Yakov wrote: Hi Rich, I installed tiddlyfox

[tw] TW 2.71 bug: text corrupted by new internationalization

2013-03-25 Thread Rich
version 2.71 Firefox 19 TiddlyFox plugin many other plugins (http://way.net/FiddlyWiki) replicate: 1. update large TW from 2.70 to 2.71 from backstage expected behavior: update with improved international character support actual behavior 1. International characters in tiddlers changed (for

[tw] scrolling problem in TW 2.7 with tiddlerbars plugin

2013-03-24 Thread Rich
not sure which of these would work best, but I suspect noscroll or top of page would be best, since if I want to get rid of the top matter, I would go full screen using another of Eric's plugins. Anyway to for me to tweak the plugin to do this instead of the current behavior? Thanks in advance! Rich

[tw] (Chrome) Can't upgrade from TW 2.6.2 to 2.6.5

2012-01-27 Thread Rich
I'm running Chrome 16.0.912.77 (which is latest at the time of this post) on Windows 7 Professional SP1. My Tiddlywiki is version 2.6.2. 2.6.5 is the current version of Tiddlywiki. When I select Backstage-Upgrade and click the Upgrade button I receive a pop-up that says Error with the new core

[tw] FiddlyWiki 1.09 released

2011-06-27 Thread Rich
FiddlyWiki 1.09, A TW instance themed and geared for humanities and social science writing has just been released. It is available at http://way.net/FiddlyWiki changes in 1.09 06/11/2011 *New fonts, which are embedded. I'll serve them on way.net unless/ until the server gets bombed. *

[tw] Re: FiddlyWiki updated to 1.06

2008-10-15 Thread Rich
On Oct 14, 8:52 pm, Heller [EMAIL PROTECTED] wrote: Very nice Rich... Thanks! I like the idea of being able to open the tiddlers on top and understand how you achieve this with the OpenTopPlugin, but how do you achieve  the creation of a new tab for the newly opened tiddler (which plugin

[tw] Re: style sheet trouble

2008-10-13 Thread Rich
On Oct 11, 10:39 pm, wolfgang [EMAIL PROTECTED] wrote: Hi Rich, I use the following to make the toolbar visible on mouseover: .toolbar{visibility:hidden} .selected .toolbar{visibility:visible} Regards, W. Thanks...~Rich --~--~-~--~~~---~--~~ You

[tw] Re: FiddlyWiki updated to v 1.05

2008-10-13 Thread Rich
On Oct 13, 1:01 am, wolfgang [EMAIL PROTECTED] wrote: Impressive how clear and clean you got the layout of FiddlyWiki in the meantime. Amazing what a little Obsessive Compulsive disorder and a flexible work schedule combined with procrastination can do! ;^) Specially how both tab sliders in