MCPcopy Index your code
hub / github.com/TiddlyWiki/TiddlyWikiLinks

github.com/TiddlyWiki/TiddlyWikiLinks @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
16 symbols 26 edges 4 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

TiddlyWiki Links

Setup

Clone this repository and install its dependencies:

npm install

To install subsequent upstream changes from TiddlyWiki 5:

npm update

Develop

To build the app locally and serve it over HTTP:

npm start

To edit tiddlers over HttP without downloading link tiddlers. You must have previously downloaded the link tiddlers via npm start or other command. A random port will be used if port 8080 is unavailable.

npm run edit

Build

To build the app locally:

npm run build

The output files will be in /output.

It is recommended to view the output files via the HTTTP server. The links in the output files won't work correctly if they are viewed via the file:// protocol (in particular, unlike a webserver, the file:// protocol does not automatically add /index.html to URLs that reference a directory).

Core symbols most depended-on inside this repo

extractTiddlersFromWikiFile
called by 1
bin/tiddlywiki-utils.js
deserializeNewStoreArea
called by 1
bin/tiddlywiki-utils.js
deserializeTiddlyWikiFile
called by 1
bin/tiddlywiki-utils.js
parseTiddlerDiv
called by 1
bin/tiddlywiki-utils.js
parseStringArray
called by 1
bin/tiddlywiki-utils.js
stringifyList
called by 1
bin/tiddlywiki-utils.js
htmlDecode
called by 1
bin/tiddlywiki-utils.js
main
called by 1
bin/collect-links.js

Shape

Function 8
Class 4
Method 4

Languages

TypeScript100%

Modules by API surface

bin/tiddlywiki-utils.js7 symbols
bin/collect-links.js5 symbols
bin/utils.js3 symbols
bin/test.js1 symbols

For agents

$ claude mcp add TiddlyWikiLinks \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page