TW5Roboto
TW5Roboto packages Google's Roboto font family in an easy-to-use TiddlyWiki 5 plugin. There is no need to install the Roboto font family into your operating system installation. Instead, simply drag and drop this plugin into a TiddlyWiki 5 instance to make it use the Roboto font family. The Roboto font family is embedded in this plugin.
The TW5Roboto Repository
So you're a developer and you want to hack and muck around with the TW5Roboto plugin? Fine, please go ahead! It's actually not difficult to work on this plugin after installing the required software packages.
-
You need to have Node.js installed; see your particular distribution's guidelines on how to install software packages, such as Node.js.
-
Now clone this repository:
git clone https://github.com/TheDiveO/TW5Roboto
. -
Change into the cloned repository:
cd TW5Roboto
. -
Install TiddlyWiki 5 to be used from Node.js:
npm install tiddlywiki
. -
Run TW5Roboto in development mode:
bash ./develop
(ordevelop.cmd
on Windows). -
Direct your web browser to
localhost:8080
and start hacking the TW5Roboto plugin. There's a new Plugin Sources vertical tab under the More sidebar tab: it shows you all non-core plugins with their sources. Enjoy mucking around. -
When you want to create release files, stop the TiddlyWiki server. Then run
bash ./release
(orrelease.cmd
). The release files will be found afterwards ineditions/release/
astw5roboto.tid
andtw5roboto.html
.tw5roboto.tid
is the plugin itself, which you can drag and drop into your own TiddlyWikis.tw5roboto.html
is an example TiddlyWiki showcasing the plugin.