Dear Jeremy and all:

I am building a notetaking prototype based on TiddlyWiki + NW.js 
(node-webkit).
I will explain the concept and structure later in this thread.

I found the *_canonical_uri* field is based on browser address bar URL
* in *node.js* client/server => *http://127.0.0.1:port/*
* in *NW.js* (node-webkit) => *index.html* or *main.html* (defined by 
*package.json*)

In both cases seem not considering the native files in *tiddlers *folder 
(where* tiddlywiki.info* located).

I think I need to extend the *core/modules/widgets/image.js* to provide a 
modified URL to the actual files.
And also need *fileInfo = $tw.boot.files[title]* to locate the possible 
location to search the existing files,
or add *resolvedWikiPath *to an array in *$tw.boot.xxx* (in boot.js) as 
search bases.

Do you think this is a reasonable extension ? 
or, what would be the better approach to handle additional files in *tiddlers 
*folder without loading all of them into memory ?

================

As my notetaking concept, similar to Notational Velocity or Evernote, that 
would be

* TiddlyWiki as meta (taging, searching) and UI framework
* NW.js (node-webkit) as platform
* ThirdFlow for HierarchicalFileSystemAdaptor
* WYSIWYG editor (e.g. TinyMCE) for web resource archive and editing
* notebook / folder tree visualization
* some more UI tweak, e.g. layout splitter - http://jsfiddle.net/b4L9svyy/1/
* text search box => unfortunately, lacks in NW.js (node-webkit) 


-- 
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.

Reply via email to