mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 23:06:40 +00:00
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:
committed by
GitHub
parent
322c37d693
commit
de5bb823fa
@@ -3,7 +3,8 @@
|
||||
"plugins": [
|
||||
"tiddlywiki/highlight",
|
||||
"tiddlywiki/nodewebkitsaver",
|
||||
"tiddlywiki/github-fork-ribbon"
|
||||
"tiddlywiki/github-fork-ribbon",
|
||||
"tiddlywiki/internals"
|
||||
],
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
|
||||
Reference in New Issue
Block a user