[tw] A few newbie questions

2017-05-08 Thread Conner Phillips
Hi everyone, first time posting here. I have had a TW5 for a year or two now, but don't use it as often as I had intended. I mostly use it for scratching down useful lines of code that I have to come up with along the way (like for AWK which I rarely use). I recently decided being more active w

[tw] Node.js save mechanism (to interface with git)

2017-05-20 Thread Conner Phillips
Hi everyone, I would like to look into writing an extension to interface the node.js save mechanism to trigger a git add and commit. There are libraries out there to call git from node.js but I am left scratching my head trying to see where the actual saving happens. I've been searching through

[tw] Re: Node.js save mechanism (to interface with git)

2017-05-20 Thread Conner Phillips
A little more digging, I think plugins/tiddlywiki/filesystem/filesystemadaptor.js with the save and delete functions at lines 146 and 199 would be the proper place to implement such a feature. Am I on the right track? On Saturday, May 20, 2017 at 6:23:27 PM UTC+2, Conner Phillips wrote: > &

[tw] Re: Node.js save mechanism (to interface with git)

2017-05-23 Thread Conner Phillips
This should probably get it's own thread, but since I already mentioned git in the title I will just run with it. I'm wondering about the best way to transfer the commit message to the node server? Possible solutions: Using a edit-text to write to a Shadow tiddler with saving disabled Field whic

[tw] Re: [TW5] Node.js vs. single HTML

2017-05-25 Thread Conner Phillips
You say a separate file server. Wouldn't just the appropriate module being loaded into the node.js server get the job done? What is the current state of media in node.js tiddlers? 64-bit encoded objects? On Thursday, May 25, 2017 at 6:27:14 PM UTC+2, Mark S. wrote: > > The ability to handle larg

[tw] Plugin which edits UI template - Conventions

2017-05-25 Thread Conner Phillips
So this related to my little project to tie git into the node.js server. I would like to have a edit-text widget available in the edit template up by the save button to be able to quickly add your commit message before saving. I have figured out how to do this no problem. But I believe editing

[tw] Re: Query: Is it possible to copy RENDERED HTML of a Tiddler to a new Tiddler?

2017-05-25 Thread Conner Phillips
If you need it to be archived, why are you doing it in a single dynamic tiddler? Simplest but less streamlined: screencap and include the image. However my suggestion would be to keep ALL of the data and give each data tiddler a field referring to the 'batch number' or calendar week-- however

[tw] Re: TiddlyFox - Design Issue - The GLOBE is too small

2017-05-25 Thread Conner Phillips
I support this 100%. This didn't bite me in the rear, but I did loose a few items when just playing around with something. I can easily imagine how, as it is right now, go really south for somebody. On Thursday, May 25, 2017 at 8:15:57 PM UTC+2, @TiddlyTweeter wrote: > > I been following the dis

[tw] How to get the currentTiddler variable in javascript

2017-05-29 Thread Conner Phillips
I'm guessing this is through the $tw.wiki interface somehow? Thanks! -- 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 p

[tw] Re: TiddlyWiki StackExchange

2017-06-08 Thread Conner Phillips
I just commited. Jump on board people :) On Thursday, June 8, 2017 at 2:43:35 AM UTC+2, jwd wrote: > > It appears to me as though the proposal has passed it's first milestone. > I received an email from StackExchange: "A Q&A site proposal which you are > following, TiddlyWiki, is now moving int

[tw] Re: Transclude current tiddler avoiding recursion

2017-06-10 Thread Conner Phillips
Any chance you could share this macro? On Wednesday, August 31, 2016 at 9:19:08 AM UTC+2, Danielo Rodríguez wrote: > > Finally! I got it! > > Here is how I did it: > > * Use a special tab macro that renders everything except the current > tiddler. > * That macro adds a special button as the fir

[tw] Re: Transclude current tiddler avoiding recursion

2017-06-10 Thread Conner Phillips
:23 AM UTC+2, Conner Phillips wrote: > > Any chance you could share this macro? > > On Wednesday, August 31, 2016 at 9:19:08 AM UTC+2, Danielo Rodríguez wrote: >> >> Finally! I got it! >> >> Here is how I did it: >> >> * Use a special tab macro that r

[tw] Request: Tab cycling through tag list + Enter confirm

2017-07-13 Thread Conner Phillips
As a user who tries to stay on the keyboard as much as possible, I think it would be very intuitive if the tab button could be used to cycle through the completion options in the tag pop up menu and if we could choose them with the enter button. Sure for shorter, often used tags I guess it doesn

[tw] Re: Tiddly Extension for Firefox 57?

2017-11-15 Thread Conner Phillips
Does this offer hope of tiddlyfox working again with some preference tweaking? http://www.morbo.org/2017/11/linux-sandboxing-improvements-in.html On Saturday, November 11, 2017 at 4:47:49 PM UTC+1, BJ wrote: > > I briefly did a search and could not find a statement saying they plan on > not fol