Add test edition for webdav adaptor

This commit is contained in:
Sebastian Silva 2018-05-18 00:56:57 -05:00
parent cc37fadaad
commit 2b65ec6335
6 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,3 @@
title: TiddlerListTemplate
<$view field="title" format="link"/> <small><$view field="type"/></small>

View File

@ -0,0 +1,15 @@
title: WebDAV sync adaptor plugin
created: 201311152153
modified: 201805170313
! Features
* Loads skinny tiddlers from entire shared directory at startup/login
* Subsequently syncs changes back to the server
* Polls for changes from the server
! Issues
* ''[[$:/DefaultTiddlers]]'' doesn't work because thanks to lazy loading it is only loaded after it is needed
* Should probably disable PUT saver
* Ignores ''if-match'' header, so doesn't detect clashes on save

View File

@ -0,0 +1,3 @@
title: $:/DefaultTiddlers
[[WebDAV sync adaptor plugin]]

View File

@ -0,0 +1,3 @@
title: $:/SiteSubtitle
for TiddlyWiki

View File

@ -0,0 +1,3 @@
title: $:/SiteTitle
TiddlyWiki in the Sky (WebDAV)

View File

@ -0,0 +1,14 @@
{
"description": "Base edition for WebDAV integration",
"plugins": [
"tiddlywiki/webdav"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"build": {
"index": [
"--rendertiddler","$:/core/save/all","tiddlywebdav.html","text/plain"]
}
}