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 21:41:00 +02:00
committed by GitHub
parent 322c37d693
commit de5bb823fa
18 changed files with 51 additions and 26 deletions

View File

@@ -3,7 +3,8 @@
"plugins": [
"tiddlywiki/highlight",
"tiddlywiki/nodewebkitsaver",
"tiddlywiki/github-fork-ribbon"
"tiddlywiki/github-fork-ribbon",
"tiddlywiki/internals"
],
"themes": [
"tiddlywiki/vanilla",