All Projects → Jermolene → Tiddlydesktop

Jermolene / Tiddlydesktop

A custom desktop browser for TiddlyWiki 5 and TiddlyWiki Classic, based on nw.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Tiddlydesktop

web-to-desktop-framework-comparison
This repository was made to create an objective comparison of multiple framework that grant us to "transform" our web app to desktop application formats.
Stars: ✭ 605 (-43.72%)
Mutual labels:  nwjs
GSP
Central repository for GSPLauncher and GSPGames
Stars: ✭ 14 (-98.7%)
Mutual labels:  nwjs
Popcorn Desktop
Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player ( Windows / Mac / Linux ) A Butter-Project Fork
Stars: ✭ 6,470 (+501.86%)
Mutual labels:  nwjs
research
🚀 Natural language interface prototype to browse the Web. This project and its learnings have evolved into the Tholian Stealth browser.
Stars: ✭ 14 (-98.7%)
Mutual labels:  nwjs
Signal-Desktop-installer
Deprecated, please use official standalone Signal Desktop
Stars: ✭ 15 (-98.6%)
Mutual labels:  nwjs
Kiosk
Allows any URL to be loaded as a fullscreen kiosk.
Stars: ✭ 293 (-72.74%)
Mutual labels:  nwjs
HandyBrowser
A Handshake enabled Chromium web browser and reference client; works with HSD and the HNSD light client. Use our example to build or integrate Handshake into any browser.
Stars: ✭ 101 (-90.6%)
Mutual labels:  nwjs
Duckietv
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
Stars: ✭ 942 (-12.37%)
Mutual labels:  nwjs
nwjs-shell-builder
NW.js (node-webkit) shell script builder and packager scripts
Stars: ✭ 79 (-92.65%)
Mutual labels:  nwjs
Nwjs Ffmpeg Prebuilt
FFmpeg prebuilt binaries for NW.js / Chromium
Stars: ✭ 465 (-56.74%)
Mutual labels:  nwjs
GoJS-projects
Project examples for GoJS
Stars: ✭ 45 (-95.81%)
Mutual labels:  nwjs
html5-screensaver-node-webkit
Screensaver made with HTML5, CSS, Javascript and NodeJS driven by node-webkit
Stars: ✭ 30 (-97.21%)
Mutual labels:  nwjs
Evaluation
Neutralinojs vs Electron vs Nw.js
Stars: ✭ 301 (-72%)
Mutual labels:  nwjs
nw-angular-cli-example
An example of an Angular CLI app running in NW.js
Stars: ✭ 24 (-97.77%)
Mutual labels:  nwjs
Iohook
Node.js global keyboard and mouse listener.
Stars: ✭ 714 (-33.58%)
Mutual labels:  nwjs
FilterJS
A node-based procedural texture generator, written in node.js and powered by WebGL
Stars: ✭ 59 (-94.51%)
Mutual labels:  nwjs
Vue Nw Seed
A seed project with vue and nwjs
Stars: ✭ 275 (-74.42%)
Mutual labels:  nwjs
Nwjs Edge Example1
An example using Edge in NW.js directly from the DOM
Stars: ✭ 38 (-96.47%)
Mutual labels:  nwjs
Electron Log
Just a simple logging module for your Electron application
Stars: ✭ 765 (-28.84%)
Mutual labels:  nwjs
Qilin App
Fully hackable text editor developed for exact sciences with built-in KaTeX and AsciiMath support. Extensible via plugins and themes. Exportable as HTML, PDF and GFM.
Stars: ✭ 336 (-68.74%)
Mutual labels:  nwjs

TiddlyDesktop

TiddlyDesktop is a special purpose web browser for working with locally stored TiddlyWikis. See http://tiddlywiki.com/ for more details of TiddlyWiki.

See this video tutorial for an overview of installing and using TiddlyDesktop on Windows and OS X:

https://www.youtube.com/watch?v=i3Bggkm7paA

It is based on nw.js, a project created and developed in the Intel Open Source Technology Center:

https://github.com/nwjs/nw.js

Download and Install

Download the Windows, linux or Mac binary .zip files from:

https://github.com/Jermolene/TiddlyDesktop/releases

Unzip into a folder and run TiddlyWiki.app or nw.exe and for linux nw

Note that TiddlyDesktop will not work correctly from a Windows UNC network share (eg \\MY-SERVER\SHARE\MyFolder). You should map the network share to a local drive, and run it from there.

Usage

Multiple Configurations

To have separate mutliple instances of TiddlyDesktop (for example, separate Personal and Professional instances), you can pass the --user-data-dir argument. e.g. /opt/TiddlyDesktop/nw --user-data-dir=/mnt/data/TiddlyWiki/config. The property should be a directory to use for holding configuration data.

Developer Tools

The F12 key opens the Chromium developer tools for the current window.

Building

  1. Run download-nwjs.sh to download the latest nw.js binaries
  2. Download the TiddlyWiki5 repo from https://github.com/Jermolene/TiddlyWiki5 to a sibling directory to the TiddlyDesktop repo called "TiddlyWiki5"
  3. Run bld.sh
  4. Execute output/mac/TiddlyWiki.app or output/win/nw.exe or output/linux32/nw or output/linux64/nw
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].