Hi, 

This type of information is usually in tiddlywiki.com/dev/

I think that you need this-> https://tiddlywiki.com/dev/#Data-Storage

El miércoles, 27 de enero de 2021 a las 0:42:19 UTC+1, TW Tones escribió:

> Hi,
>
> I am not totally clear on the objective of the task, but tiddlywiki itself 
> uses a process to save an empty file. If you follow how this works on 
> Tiddlywiki.com starting with the download empty button you can see it uses 
> a template and within that a filter determines which tiddlers to download 
> and their format, any tiddlywiki can generate an empty.html file. This can 
> also be done via commands in NodeJS. One feature exports the Javascript 
> separately rather than a single file. This template effectively encodes the 
> way to save a whole wiki, thus arguably contains all the logic needed. 
>
> It is best to use tiddlywiki itself to load tiddlers into it, be it the 
> node or single file wikis importing tiddlers.  If you take the completely 
> manual approach to edit the html you need to understand precisely the 
> tiddler format (that's trivial)  and where entries are to be stored in the 
> html file. You will also see in the html file the tiddlers are stored in 
> one place but they are often referenced by name in other parts only detail 
> knowledge of the tiddlywiki structure can answer how and if you need to do 
> more to add tiddlers directly.
>
> I hope others can provide more info, but I hope this helps somewhat.
>
> Tones
> On Wednesday, 27 January 2021 at 08:10:48 UTC+11 mmes...@gmail.com wrote:
>
>> So i started Working with my professor on Tiddlywiki and i found it quite 
>> interesting. Now i m working on an automatic generated Tiddlywiki project 
>> from  a Java project . So all the informations i need to build my 
>> Tiddlywiki is in the Java File and my professor told me he wants all those 
>> informations to be generated automatically in a Tiddlywiki at first i just 
>> make .tid files for each tiddler and i thought i was done but he wanted me 
>> to write on an Empty tiddlywiki file (Empty.html) that way when the java 
>> program is executed it writes on the the File Empty.html  (as if it is a 
>> .txt file )but it didn't work and i only write at the end of the html code 
>> .i can't find anything to help me out or where exactly should i write or 
>> how to write it  other than that i have no knowledge of html or js which 
>> made this one near impossible task  , please guys i need your help i'm 
>> already running late and i have no idea what to do .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0a2a6849-7c50-48d9-bb6f-8483f19195fan%40googlegroups.com.

Reply via email to