[twdev] Re: remove storeArea after boot?

2014-12-19 Thread Joerg Plewe
Hi Eric! Thx for the extensive answer which gives me the feeling I really did understand the mechanics (I supported your book project with a small amount as a reward :)). performance You are right that removing the storeArea divs might not be noticeable in overall browser footprint nor

[twdev] Question about Social Networking Buttons Ex. Twitter Tweets for TiddlyWiki Tiddlers

2014-12-19 Thread RichShumaker
Is there a relatively straight forward way to add Social Networking buttons to your TiddlyWiki? Tobias did some research on Twitter Tweets for TiddlyWiki Tiddlers(I could not resist typing that, hell I am tweeting that in a minute). Not sure of the final results but I have this page linked for

[twdev] Re: remove storeArea after boot?

2014-12-19 Thread Joerg Plewe
Oh ... the tag systemConfig is TW2 only? Am Donnerstag, 18. Dezember 2014 17:58:18 UTC+1 schrieb Eric Shulman: In any case, you can experiment with this (in TWC) without needing any core changes. Just create a tiddler, tagged with 'systemConfig', containing the following line of code:

[twdev] Re: [TW5] ThirdFlow plugin for developing plugins inside the browser

2014-12-19 Thread Fidaak
Excellent, looking forward to next version! :-) Dne čtvrtek, 18. prosince 2014 19:32:39 UTC+1 TheDiveO napsal(a): Okay, I've found the bug and I'm working on a fix. -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this

[twdev] Re: remove storeArea after boot?

2014-12-19 Thread Danielo Rodríguez
El viernes, 19 de diciembre de 2014 10:38:56 UTC+1, Joerg Plewe escribió: Oh ... the tag systemConfig is TW2 only? Yes. For TW5 you need to create a startup module. -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this

[twdev] Re: remove storeArea after boot?

2014-12-19 Thread BJ
Tiddlyclip reads it configuration from the dom. Tiddlyclip is a firefox extension that allows uses to embed web content into their tiddlywikis. Firefox extensions can directly access the dom of web pages - when a user selects to use tiddlyclip with a tiddlywiki, tiddlyclip reads configurations

[twdev] Re: Help and Ideas Needed for Automagic Tiddler Creation from Single Tiddler Inline Markups

2014-12-19 Thread Tobias Beer
Not sure why you want additional markers. 00:00:00 a line starting with a timestamp demarks the beginning and consequently 00:00:00 that line before it the end of the previous one Not? -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To

[twdev] Re: Question about Social Networking Buttons Ex. Twitter Tweets for TiddlyWiki Tiddlers

2014-12-19 Thread Tobias Beer
Hi Rich, Tobias did some research on Twitter Tweets for TiddlyWiki Tiddlers. Not sure of the final results but I have this page linked for the issue so that may be the solution - tb5dev http://tb5dev.tiddlyspot.com/#3rd%20Party%20Libraries I also found this link when researching - Google

[twdev] Re: Help and Ideas Needed for Automagic Tiddler Creation from Single Tiddler Inline Markups

2014-12-19 Thread RichShumaker
I was doing it as a Markup for TW to allow it some 'smarts' to know when to break things apart. This was strictly computer code to allow sub tiddlers if that is even possible. So M1 = Tiddler 1 M2 = Tiddler 2 M3 = Tiddler 3 I can easily do the mark up in real time or near real time while

[twdev] [TW5] Plugin Versioning

2014-12-19 Thread Felix Küppers
Hi @all, I am a little confused. I want to version my plugin the following way: MAJOR.MINOR.PATCH+BUILD I am used to the BUILD version appendix to indicate a build that does not necessarily correspond to a version change. It's used when building debian packages. However, this is blocked by

[twdev] Re: [TW5] Plugin Versioning

2014-12-19 Thread Felix Küppers
Hmm, turns out $tw.utils.checkVersions is responsible for this but does not compare the build version even though $tw.utils.parseVersion returns a* build* property. ... -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from

[twdev] Re: [TW5] Plugin Versioning

2014-12-19 Thread Felix Küppers
See https://github.com/Jermolene/TiddlyWiki5/pull/1249 Maybe it would be a good idea to offer a force import button when using import? For example when I want to do a downgrade? Just an idea... -Felix -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev

[twdev] BACK and FORWARD buttons for TiddlyWiki

2014-12-19 Thread Nicholas Spies
Hi, I am new to both TiddlyWiki and JavaScript. I am curious whether someone has already written some sort of routine that would make navigating BACK and FORWARD in the navigation history of TiddlyWiki, so it would act, in this regard, just like a web browser. Studying JavaScript only for a

[twdev] Re: BACK and FORWARD buttons for TiddlyWiki TW5

2014-12-19 Thread Nicholas Spies
This is in regard to TW5 -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to this group, send email to

[twdev] Re: Question about Social Networking Buttons Ex. Twitter Tweets for TiddlyWiki Tiddlers

2014-12-19 Thread BJ
https://lh4.googleusercontent.com/-8GCf3fI_geM/VJSYIdnabbI/AB8/zTEpqXUKNow/s1600/Screenshot%2B-%2B191214%2B-%2B15%3A24%3A14.png I get this when I click your tweet buttion On Friday, December 19, 2014 9:11:54 AM UTC-6, Tobias Beer wrote: Hi Rich, Tobias did some research on

[twdev] Need help creating a macro or plug in or something for YouTube links and embedding

2014-12-19 Thread RichShumaker
First has anyone built what I am asking about already? Second here is what I am asking about, There are two different things I am trying to build. 1. A Link to a direct YouTube start time http://www.richshumaker.com/tw5/TiddlyWiki-Hangouts.html#Linking%20to%20specific%20Time%20in%20YouTube

[twdev] Re: Question about Social Networking Buttons Ex. Twitter Tweets for TiddlyWiki Tiddlers

2014-12-19 Thread RichShumaker
Thanks for your help BJ. Unfortunately Tobias never got it fully functional. Has something to do with where the feature needs to be injected into the code to work properly. Not sure of the other obstacles for this type of code as it is similar for FB, Twitter, Pinterest, blah blah blah they gone

[twdev] Re: Drag and Drop Images but not Embed them

2014-12-19 Thread BJ
Hi Rich I have add the ability to create media tiddlers thru tiddlyclip - it takes a couple of click for each one - but it is fairly quick http://tiddlyclip.tiddlyspot.com/#Creating%20Local%20Media%20Links cheers BJ On Tuesday, December 16, 2014 11:21:00 PM UTC-6, RichShumaker wrote: I am

[twdev] Re: Need help creating a macro or plug in or something for YouTube links and embedding

2014-12-19 Thread Tobias Beer
Hi Rich, I would store the video id at a field of that tiddler, so it would be one video per tiddler. You could call the macro like so... y: h m s which would replace the time with hours minutes and seconds, thus... y: 00 05 10 creates a link to the video stored at the current tiddler like

[twdev] Is it possible to have the code line up with the preview window?

2014-12-19 Thread RichShumaker
First I love the preview window. It is cool to change things and be able to check them immediately and test things before committing. So here is a questions about the Preview Window. Is there a way for your code and preview window to line up? When I have a big tiddler the code is below the