GithubHelp home page GithubHelp logo

oddly / tw5-pouchdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielo515/tw5-pouchdb

0.0 1.0 0.0 248 KB

Pouchdb library ready to be embedded into tiddlywiki

License: MIT License

JavaScript 100.00%

tw5-pouchdb's Introduction

Pouchdb

This is a plugin for TiddlyWiki 5. It just contains the pouchdb library ready to be embedded into tiddlywiki. It does not provides any functionality by itself and it is meant to be used as a dependency for other plugins.

Installation

This plugin is published as an npm package, you can install it from there by just doing npm install tw-pouchdb. To use it in tiddlywiki server version add the node_modules path of this package as an env variable when starting tiddlywiki:

TIDDLYWIKI_PLUGIN_PATH=node_modules/tw-pouchdb tiddlywiki ./wiki --verbose --server 8088 $:/core/save/all text/plain text/html

You also need to include the plugin name (which is danielo515/pouchdb) on the plugins list of tiddlywiki.info file, which lives under your ./wiki directory. Here is an example file

./wiki/tiddlywiki.info

{
  "plugins": [
    "danielo515/pouchdb",
    "danielo515/tiddlypouch"
  ],
  "themes": [
    "tiddlywiki/vanilla",
  ],
  "languages": [
    "en-US"
  ],
  "build": {
    "index": [
      "--rendertiddler", "$:/tiddlypouch/save/deploy", "index.html", "text/plain"
    ],
    "favicon": [
      "--savetiddler", "$:/favicon.ico", "favicon.ico"
    ]
  }
}

tw5-pouchdb's People

Contributors

danielo515 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.