[tw] Re: Trouble importing plugins

2015-01-27 Thread Pedro Lobo
Great, thanks BJ On Thursday, January 22, 2015 at 11:33:06 AM UTC, Pedro Lobo wrote: Hi Everybody, I'm rather new to TiddlyWiki, but it looks promising so I decided to give it a try for a while. I opted to got the server route, installed it via NPM and have it up and running. However,

[tw] Re: Trouble importing plugins

2015-01-24 Thread BJ
issue opened https://github.com/Jermolene/TiddlyWiki5/issues/1415 cheers On Friday, January 23, 2015 at 9:52:15 AM UTC-6, Pedro Lobo wrote: Sure thing BJ, I'm running OS X Yosemite, all updates installed. Browser, I tried both with Firefox (v35.0) and Safari (v8.0.2). Cheers, Pedro

[tw] Re: Trouble importing plugins

2015-01-23 Thread Pedro Lobo
Hey BJ, It just breaks when importing a tiddler with code. I can drag the dialect and language tiddler in just fine. Fortunately I've now got this working :D On Thursday, January 22, 2015 at 11:33:06 AM UTC, Pedro Lobo wrote: Hi Everybody, I'm rather new to TiddlyWiki, but it looks

[tw] Re: Trouble importing plugins

2015-01-23 Thread Pedro Lobo
Awesome! Got it working. Thanks for the video Rick, help a lot! Now, the next challenge is to get some nice css styling for the Markdown rendering. Any idea how I style the individual tiddlers. I'm thinking I'd like to add some code highlighting too using one of the many javascript libraries

[tw] Re: Trouble importing plugins

2015-01-23 Thread BJ
that's great, enjoy! However - I would like to open an issue about this so it can be fixed, could you give some details about the browser you are using? cheers BJ On Friday, January 23, 2015 at 5:22:01 AM UTC-6, Pedro Lobo wrote: Hey BJ, It just breaks when importing a tiddler with code. I

[tw] Re: Trouble importing plugins

2015-01-23 Thread Pedro Lobo
Sure thing BJ, I'm running OS X Yosemite, all updates installed. Browser, I tried both with Firefox (v35.0) and Safari (v8.0.2). Cheers, Pedro On Thursday, January 22, 2015 at 11:33:06 AM UTC, Pedro Lobo wrote: Hi Everybody, I'm rather new to TiddlyWiki, but it looks promising so I decided

[tw] Re: Trouble importing plugins

2015-01-22 Thread RichShumaker
I was able to get it to work and I understand you are on Node.js I can't screen cast my node set up as it is on my RasPi and I don't have an HDMI recorder. You need to set the TYPE to Markup for Markup to have Markup work, d'oh!!! So I copied all 5 Tiddlers by hand, the 4 shadow Tiddlers and the

[tw] Re: Trouble importing plugins

2015-01-22 Thread Pedro Lobo
Thanks Rick., I'll try creating all the tiddlers by hand and see how that goes. Still need to look into how to create the shadow tiddlers. Cheers, Pedro On Thursday, January 22, 2015 at 11:33:06 AM UTC, Pedro Lobo wrote: Hi Everybody, I'm rather new to TiddlyWiki, but it looks promising so

[tw] Re: Trouble importing plugins

2015-01-22 Thread RichShumaker
Shadows are automagic. I have a video that is in process should be done soon. Will post link here in a few minutes just in case you hit a snag. The most important parts are at the bottom, the field_names and field_values Rich Shumaker On Thursday, January 22, 2015 at 10:32:11 AM UTC-8, Pedro

[tw] Re: Trouble importing plugins

2015-01-22 Thread BJ
Hi Pedro, could you give some more details so we can try to reproduce the problem? ie are you using window/linux etc and what version, same for your browser (chrome/firefox ...) cheers BJ On Thursday, January 22, 2015 at 5:33:06 AM UTC-6, Pedro Lobo wrote: Hi Everybody, I'm rather new to

[tw] Re: Trouble importing plugins

2015-01-22 Thread BJ
Hi Pedro, could you give some more details so we can try to reproduce the problem? ie are you using window/linux etc and what version, same for your browser (chrome/firefox ...) Where are you dragging the extension from - tiddlywiki.com - or file://.. etc cheers BJ On Thursday, January

[tw] Re: Trouble importing plugins

2015-01-22 Thread BJ
Hi Pedro, could you give some more details so we can try to reproduce the problem? ie are you using window/linux etc and what version, same for your browser (chrome/firefox ...) Where are you dragging the file from - tiddlywiki.com - or file://.. etc cheers BJ On Thursday, January 22,

[tw] Re: Trouble importing plugins

2015-01-22 Thread Pedro Lobo
Hi guys. So, rather than just explain it, here's a quick video showing what I'm doing: http://ds.lobo.li/Screen-Recording-2015-01-22-15-25-42/Screen-Recording-2015-01-22-15-25-42.mp4 I'm trying to import from tiddlywiki.com, not local file. On Thursday, January 22, 2015 at 11:33:06 AM UTC,

[tw] Re: Trouble importing plugins

2015-01-22 Thread RichShumaker
It is still being processed on YouTube. Here is the link and it should work soon, http://youtu.be/1JXA8ijFad8 The reason I didn't think it was working earlier is I forgot to set the type to Markdown. Let me know if you have any questions. Rich Shumaker -- You received this message because you

[tw] Re: Trouble importing plugins

2015-01-22 Thread BJ
from your video it looks like the tiddlywiki drag mechanism is failing - I see a '+' inside a circle being dragged in place of the usual tiddlywiki drag icon (tiddler name in a pill)- you are using safari? which version? On Thursday, January 22, 2015 at 9:28:08 AM UTC-6, Pedro Lobo wrote:

[tw] Re: Trouble importing plugins

2015-01-22 Thread PMario
Strange. I did a fast test with 5.1.8 prerelease latest FireFox and win 8.1, and it works there. Which TW version do you use?tiddlywiki --version -mario -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

[tw] Re: Trouble importing plugins

2015-01-22 Thread RichShumaker
Can you create Tiddlers and are they saved? It seems there are 4 things required for the whole plug in $:/plugins/tiddlywiki/markdown This plugin contains the following shadow tiddlers: $:/config/markdown/dialect $:/language/Docs/Types/text/x-markdown

[tw] Re: Trouble importing plugins

2015-01-22 Thread RichShumaker
Scratch That my TW already had these 4 Tiddlers This plugin contains the following shadow tiddlers: $:/config/markdown/dialect $:/language/Docs/Types/text/x-markdown $:/plugins/tiddlywiki/markdown/markdown.js $:/plugins/tiddlywiki/markdown/wrapper.js I am trying to see how to

[tw] Re: Trouble importing plugins

2015-01-22 Thread Pedro Lobo
I can create and save tiddlers. My thinking is that it would be a limitation due to cross-browser scripting since plugins that have no code will import just fine, whereas plugins with code won't. So, $:/config/markdown/dialect and $:/language/Docs/Types/text/x-markdown import just fine, the