Re: [tw] Re: [TW5] [NodeJS] Duplication of tiddlers when edited.

2017-07-06 Thread Rizwan Ishak
My set up is a usual nodejs TW divided to subfolders with
$:/config/FileSystemPaths configured to sort the tiddlers to
respective folders. I synce this folder with dropbox and from there to
other machines.

The issue with the set up is, in android it takes a lot of time for
the tw5 to load up with termux, even if it is empty. So when i need to
quickly add something, I usually create the tiddler file with a text
editor. To reduce the repetitive typing of title and tags, i set up a
tiddlywiki.files to ascribe the same tag (and multiple other fields)
to all tiddler files read from a folder. This works, except the said
editing issue.


Sincerely

Riz



On 06-Jul-2017 12:07 PM, "PMario"  wrote:

Hi Riz,

IMO you should describe, what you want to achieve. ... IMO you are
"mis-using" the tiddlywiki.files setting.

tiddlywiki.files  was not
invented to create .tid files. It is intended to deal with files, that are
externally created, but should show up in a TW. eg: PDFs shown with a
_canonical_uri field. And not loaded fully into the TW. ... Or external js
libraries, that should be loaded as "plugins"

If you want to create .tid files, just create them in a subdirectory,
without a tiddlywiki.files file and the startup mechanism will handle it as
expected.

-

did you check out: in your tidddlywiki.info (see: .info
  not .files)

"config": {
"retain-original-tiddler-path": true
}

or

"config": {
"default-tiddler-location": "../path/to/tiddlers"
}

have fun!
-mario

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAO0b0pHg%3DuDuZr-NPmHMevTtkAsmh%3DP6Zbo%3DZ%2B7mhg4Ay7WuEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] [NodeJS] Duplication of tiddlers when edited.

2017-07-05 Thread PMario
Hi Riz,

IMO you should describe, what you want to achieve. ... IMO you are 
"mis-using" the tiddlywiki.files setting. 

tiddlywiki.files  was not 
invented to create .tid files. It is intended to deal with files, that are 
externally created, but should show up in a TW. eg: PDFs shown with a 
_canonical_uri field. And not loaded fully into the TW. ... Or external js 
libraries, that should be loaded as "plugins"

If you want to create .tid files, just create them in a subdirectory, 
without a tiddlywiki.files file and the startup mechanism will handle it as 
expected. 

-

did you check out: in your tidddlywiki.info (see: .info 
  not .files)

"config": {
"retain-original-tiddler-path": true
}

or

"config": {
"default-tiddler-location": "../path/to/tiddlers"
}

have fun!
-mario

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/affe1d7a-d9aa-4323-95b8-cb51dbd4929e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.