1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 07:13:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/DataTiddlers.tid
2022-05-23 09:14:02 +01:00

17 lines
404 B
Plaintext

created: 20130829164700000
modified: 20220427171321793
tags: Concepts
title: DataTiddlers
type: text/vnd.tiddlywiki
A data tiddler is a miniature database contained within a tiddler.
There are two standard formats:
* DictionaryTiddlers
* [[JSONTiddlers]]
Other formats of tiddler can also be parsed to yield blocks of data that behave like data tiddlers.
See [[JSON in TiddlyWiki]] for an overview.