@Mohammad currently, I haven't copied that part of the tw-receiver script 
yet because having to edit a PHP is not very user friendly, it seems much 
better to have the password saved in the database so that you can actually 
set it and change it directly from the tiddlywiki. 

It's probably also better to collect everything in a single PHP-file that 
can both load and save the tiddlywiki; eg. if there is no sqlite files 
already existing -> download and load an empty tiddlywiki with a customized 
tw-receiver tiddler; if a single sqlite file exist, load it; if multiple 
sqlite files exist, show a menu.

Best,
Anders

tirsdag 27. april 2021 kl. 05:55:13 UTC+2 skrev Mohammad:

> Andres,
>  Does this need the same configuration as tw-receiver?
>  Is there any need to set a password also for sqlit3?
>
> I could not find the installation? 
>
>
> Best wishes
> Mohammad
>
>
> On Sun, Apr 25, 2021 at 6:54 PM Anjar <[email protected]> wrote:
>
>> Hi,
>>
>> I've started on a very simple php/sqlite3 backbone for tiddlywiki: 
>> https://github.com/andjar/TW-sqlite3/tree/main
>>
>> The main feature is perhaps that revisions are kept in the database 
>> (deleted tiddlers and edits). The tiddlers are saved to the sqlite file in 
>> three tables; tiddlers, tiddlertext, and fields. The tiddlers are assigned 
>> a UUID at first save. If the tiddler is deleted, the tiddler table will set 
>> the tiddler status to DELETED. If the text or any field is changed, the new 
>> value is added as a new row and the former version set to OUTDATED (or 
>> DELETED if the field is deleted)
>>
>> Best,
>> Anders
>>
>> -- 
>> 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 [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/bb2c6b4c-e3fb-4a81-8bea-cd429d7bd142n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/bb2c6b4c-e3fb-4a81-8bea-cd429d7bd142n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6d4630b4-74ec-43fe-b1fa-0bd6040ebd48n%40googlegroups.com.

Reply via email to