1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-05 18:30:46 +00:00

Merge branch 'master' into single-tiddler-mode

This commit is contained in:
Jermolene 2018-10-04 20:40:42 +01:00
commit 0ea4bfe99f
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
created: 20181002131215403
modified: 20181002131322026
modified: 20181003174025431
tags: [[WebServer API]]
title: WebServer API: Get All Tiddlers
type: text/vnd.tiddlywiki
@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki
Gets an array of all raw tiddlers, excluding the ''text'' field.
```
GET /recipes/default/tiddlers/tiddlers.json
GET /recipes/default/tiddlers.json
```
Parameters:

View File

@ -1,7 +1,7 @@
created: 20181002125954409
modified: 20181002130237725
modified: 20181002135401854
tags: [[WebServer API]]
title: WebServer API: Get Tiddler Rendering
title: WebServer API: Get Rendered Tiddler
type: text/vnd.tiddlywiki
Gets a rendering of the specified tiddler. See [[using the read-only single tiddler view|Using the read-only single tiddler view]] for more details.