On Monday, September 1, 2014 10:34:48 AM UTC+2, Jeremy Ruston wrote:
>
> Hi TheDiveO
>
> > I completely missed this folder as for some reason my searches didn't
> brought up the $:/core/save/all tiddler
>
> It sounds like what you need is a reliable way of searching across the
> entire TiddlyWiki5 repository directory tree. I use search all the time
> during development to help me locate things. I use a text editor called
> Sublime Text 2 that has decent search capabilities, but I'm sure there are
> many others.
>
I use the Brackets [1] editor. It's free, open source, has a lot of
extensions eg: git integration, jshint, .. , supported for many OSes ..
It's based on codemirror, so it may be possible in the future, to get a
tiddlywiki syntax highlighter plugin :)
For javascript it has the "edit / view inline"
eg: if you have code like this
$tw.utils.pus][hTop(classes,this.selectedClass.split(" "));
and you want to know how .pushTop() works just place the cursor ][ there
and hit <ctrl><e>
It opens the the
exports.pushTop = function(array,value) { .... }
source within the active editor. ... That's the best feature of all :)
have fun!
mario
[1] http://brackets.io/
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.