Skip to content

Commit f1d2ba8

Browse files
committed
- Use the new plugins folder
- Use the separate pouchdb plugin
1 parent ae4555a commit f1d2ba8

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
output/
22
node_modules
3-
.history
3+
.history
4+
debug.log

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"vsicons.presets.angular": false
3+
}

bld.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# Build SamplePlugin for TiddlyWiki5
44

5-
TIDDLYWIKI_PLUGIN_PATH="/h/My Dropbox/tiddlywiki/plugins/danielo515/tiddlypouchPlugin/master/dist" tiddlywiki \
5+
TIDDLYWIKI_PLUGIN_PATH="../../plugins_dist" tiddlywiki \
66
./wiki \
77
--verbose \
88
--build index --build OnlineDemo \
99
|| exit 1
1010

11-
mv ./wiki/output/readme.md readme.md
12-
mv ./wiki/output/license.md license.md
11+
# mv ./wiki/output/readme.md readme.md
12+
# mv ./wiki/output/license.md license.md
1313
mv ./wiki/output/index.html ../gh-pages
1414
mv ./wiki/output/online.html ../gh-pages/online/index.html
1515

wiki/tiddlywiki.info

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"plugins": [
3+
"danielo515/pouchdb",
34
"danielo515/tiddlypouch",
45
"tiddlywiki/pluginlibrary"
56
],

0 commit comments

Comments
 (0)