On Monday, November 11, 2013 12:43:34 AM UTC+1, Tobias Beer wrote:

>
> It's just that I think that a well defined local and / or remote file-io 
> API opens up vast potentials for dynamic aggregation, construction, 
> analysis, management of tidbits that are somewhat outside the scope of 
> being managed in TW itself (big binaries), but within the scope of the type 
> of applications or knowledge-bits that users want to keep track of using 
> TiddlyWiki. So, "How do I get this or that into TiddlyWiki?" seems a 
> question often asked.
>

I think ajax file access is not a problem at all, if the files are from the 
same origin or CORS is configured on the server. Local file IO is blocked. 
The only hope is, that FireFox OS needs more possibilities. So something 
may come up in the browser too. 
 

>
> For example, I can imagine TiddlyWiki as a front-end for code 
> documentation whereas some plugin inside TW would crawl a source folder and 
> extract the documentation bits into a tiddler-representation.
>

That's what I did with ajaxLoadExternalFiles plugin. The only thing you 
can't do is, "crawl a source folder" since this is forbidden. Someone has 
to create a "known index" file, that contains a list of files the TW should 
load. So there needs to be an external / serverside mechanism that creates 
the "index". 

 

> For example, the TW5 codebase could have all the desired code 
> documentation in a well defined format preceding an object or function 
> declaration which would then be put together in a TiddlyWiki for 
> documentation purposes in terms of an API. Sure, this can be done with some 
> kind of node.js implementation... but if it could be done with nothing but 
> a browser that would be quite something.
>
 
There are some cool "self documenting" documentation features allready. 
http://www.youtube.com/watch?feature=player_detailpage&v=wYaFsOzXnPY#t=7301
It's just a little bit tricky, to use them :))

-mario

-- 
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/groups/opt_out.

Reply via email to