1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00

Removed unneeded story toddler from tw5 wiki

Some time ago we started initialising the story tiddler in startup.js
This commit is contained in:
Jeremy Ruston 2012-07-22 22:01:33 +01:00
parent bafbb6ab7f
commit 1b007c52fc

View File

@ -1,11 +0,0 @@
title: $:/StoryTiddlers
type: application/json
{
"tiddlers": [
{"title": "HelloThere"},
{"title": "Introduction"},
{"title": "Improvements"},
{"title": "Docs"}
]
}