Enable the internals plugin by default in docs (#4335)

* Enable the internals plugin by default in docs

1. Why hide such a useful thing from the users?

2. When playing around with code examples from the docs they may want to know how the resulting html looks.

* Improve doc

* Typo

Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
This commit is contained in:
Nils-Hero Lindemann
2020-04-07 20:41:00 +01:00
committed by GitHub
co-authored by Jeremy Ruston
parent 322c37d693
commit de5bb823fa
18 changed files with 51 additions and 26 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight"
"tiddlywiki/highlight",
"tiddlywiki/internals"
],
"themes": [
"tiddlywiki/vanilla",