Skip to content

Commit

Permalink
Link to new mws.tiddlywiki.com site
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Nov 16, 2024
1 parent 943030c commit e305264
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 55 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title: $:/_tw_shared/favicons/mws.tiddlywiki.com
type: image/png
tags: TiddlyWikiSitesMenu
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
title: $:/_tw_shared/sites/mws.tiddlywiki.com
tags: $:/tags/TiddlyWikiSites TiddlyWikiSitesMenu
caption: mws.tiddlywiki.com
description: ~MultiWikiServer Home
url: https://mws.tiddlywiki.com/
icon: $:/_tw_shared/favicons/mws.tiddlywiki.com
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title: $:/tags/TiddlyWikiSites
list: $:/_tw_shared/sites/tiddlywiki.com $:/_tw_shared/sites/tiddlywiki.org $:/_tw_shared/sites/talk.tiddlywiki.org $:/_tw_shared/sites/links.tiddlywiki.org $:/_tw_shared/sites/tiddlywiki.com.upgrade $:/_tw_shared/sites/tiddlywiki.com.dev $:/_tw_shared/sites/tiddlywiki.com.prerelease $:/_tw_shared/sites/classic.tiddlywiki.com $:/_tw_shared/sites/marketplace
list: $:/_tw_shared/sites/tiddlywiki.com $:/_tw_shared/sites/tiddlywiki.org $:/_tw_shared/sites/talk.tiddlywiki.org $:/_tw_shared/sites/links.tiddlywiki.org $:/_tw_shared/sites/tiddlywiki.com.upgrade $:/_tw_shared/sites/tiddlywiki.com.dev $:/_tw_shared/sites/tiddlywiki.com.prerelease $:/_tw_shared/sites/mws.tiddlywiki.com $:/_tw_shared/sites/classic.tiddlywiki.com $:/_tw_shared/sites/marketplace
tags: TiddlyWikiSitesMenu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: HelloThumbnail - MultiWikiServer
tags: HelloThumbnail
color: purple
background-color: #fff
caption: Coming Soon
caption: ~MultiWikiServer
link: MultiWikiServer
image: MWS Banner.png
ribbon-text: SOON
Expand Down

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Usage.tid

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ tags: Definitions
modified: 20241105133737778
created: 20241105133737778

! Introduction

<span class="tc-float-right">[img width=200 [MWS Banner.png]]</span>
~MultiWikiServer is a new development that drastically improves ~TiddlyWiki's capabilities when running as server under Node.js. It brings ~TiddlyWiki up to par with common web-based tools like ~WordPress or ~MediaWiki by supporting multiple wikis and multiple users at the same time.

Planned features include:
Expand All @@ -15,12 +14,13 @@ Planned features include:
* Instantaneous synchronisation of changes between the server and all connected clients
* Workflow processing on the server, for example to automatically compress images, or to archive webpages

MWS is currently [[under development at GitHub|https://github.com/TiddlyWiki/TiddlyWiki5/pull/7915]] but it is already functional and usable.

! Installing MWS
MWS does require basic knowledge of the command line and Node.js but is designed to be as simple as possible to setup and use. Once downloaded, just two commands are needed to complete the installation and start the server:

{{MWS: Installation}}
```
npm install
npm start
```

! Using MWS
MWS is currently [[under development at GitHub|https://github.com/TiddlyWiki/TiddlyWiki5/pull/7915]] but it is already functional and usable. Visit the MWS website for more information:

{{MWS: Usage}}
! https://mws.tiddlywiki.com/

0 comments on commit e305264

Please sign in to comment.