{"id":16320659,"url":"https://github.com/ento/tw5-gemini-plugin","last_synced_at":"2025-06-27T03:33:18.992Z","repository":{"id":42723585,"uuid":"284936361","full_name":"ento/tw5-gemini-plugin","owner":"ento","description":"Gemini server and other utilities for TiddlyWiki5","archived":false,"fork":false,"pushed_at":"2023-10-03T01:08:37.000Z","size":989,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T21:12:22.630Z","etag":null,"topics":["gemini-protocol","tiddlywiki-plugin","tiddlywiki5"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ento.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-04T09:33:35.000Z","updated_at":"2023-01-09T07:24:35.000Z","dependencies_parsed_at":"2023-02-08T09:15:14.882Z","dependency_job_id":null,"html_url":"https://github.com/ento/tw5-gemini-plugin","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ento%2Ftw5-gemini-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ento%2Ftw5-gemini-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ento%2Ftw5-gemini-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ento%2Ftw5-gemini-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ento","download_url":"https://codeload.github.com/ento/tw5-gemini-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166157,"owners_count":20894652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gemini-protocol","tiddlywiki-plugin","tiddlywiki5"],"created_at":"2024-10-10T22:45:02.486Z","updated_at":"2025-04-04T10:58:42.135Z","avatar_url":"https://github.com/ento.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003eThis plugin includes:\u003c/p\u003e\u003cul\u003e\u003cli\u003eNode.js command for spinning up a Gemini server that serves tiddlers\u003c/li\u003e\u003cli\u003eParser module for viewing text/gemini Tiddlers\u003c/li\u003e\u003c/ul\u003e\u003ch2 class=\"\"\u003eUsage\u003c/h2\u003e\u003ch3 class=\"\"\u003e\u003ccode\u003e--gemini-listen\u003c/code\u003e command\u003c/h3\u003e\u003cpre\u003e\u003ccode\u003etiddlywiki path/to/wiki --gemini-listen [param=value]\u003c/code\u003e\u003c/pre\u003e\u003cp\u003eThe command can be used in conjunction with the \u003ccode\u003e--listen\u003c/code\u003e command.\u003c/p\u003e\u003cp\u003eParameters:\u003c/p\u003e\u003cul\u003e\u003cli\u003e\u003ccode\u003etls-key=required/path/to.key\u003c/code\u003e\u003c/li\u003e\u003cli\u003e\u003ccode\u003etls-cert=required/path/to.crt\u003c/code\u003e\u003c/li\u003e\u003cli\u003e\u003ccode\u003eport=1965\u003c/code\u003e\u003c/li\u003e\u003cli\u003e\u003ccode\u003ehost=127.0.0.1\u003c/code\u003e\u003c/li\u003e\u003cli\u003e\u003ccode\u003eroot-tiddler=HelloGemini\u003c/code\u003e: Specify the title of the Tiddler to serve at \u003ccode\u003e/\u003c/code\u003e\u003c/li\u003e\u003cli\u003e\u003ccode\u003edebug-level=none\u003c/code\u003e: Set to any other string to enable request logging.\u003c/li\u003e\u003cli\u003e\u003ccode\u003epath-prefix=\u003c/code\u003e: Serve the wiki at the specified path.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eConfig:\u003c/p\u003e\u003cul\u003e\u003cli\u003e\u003ccode\u003e$:/plugins/ento/gemini/config/filter\u003c/code\u003e: (default: none) Only serve Tiddlers that match this filter.\u003c/li\u003e\u003c/ul\u003e\u003ch3 class=\"\"\u003e\u003ccode\u003etext/gemini\u003c/code\u003e parser\u003c/h3\u003e\u003cp\u003eSet the type of tiddler to \u003ccode\u003etext/gemini\u003c/code\u003e.\u003c/p\u003e\u003cp\u003eSee \u0026quot;5 The text/gemini media type\u0026quot; of \u003ca class=\"tc-tiddlylink-external\" href=\"https://gemini.circumlunar.space/docs/specification.html\" rel=\"noopener noreferrer\" target=\"_blank\"\u003ethe spec\u003c/a\u003e for available markups. Currently v0.14.2 of the spec is implemented.\u003c/p\u003e\u003ch2 class=\"\"\u003eInstallation\u003c/h2\u003e\u003cp\u003eIf you don't need Node.js features, drag this link to your \u003ca class=\"tc-tiddlylink tc-tiddlylink-missing\" href=\"#TiddlyWiki\"\u003eTiddlyWiki\u003c/a\u003e:\u003c/p\u003e\u003cp\u003e\u003ca class=\"tc-tiddlylink tc-tiddlylink-resolves\" href=\"#%24%3A%2Fplugins%2Fento%2Fgemini\"\u003e$:/plugins/ento/gemini\u003c/a\u003e\u003c/p\u003e\u003cp\u003eOtherwise, install the plugin through npm and point to it with \u003ccode\u003eTIDDLYWIKI_PLUGIN_PATH\u003c/code\u003e.\u003c/p\u003e\u003col\u003e\u003cli\u003eRun \u003ccode\u003enpm install git+https://github.com/ento/tw5-gemini-plugin.git\u003c/code\u003e\u003c/li\u003e\u003cli\u003eEdit \u003ccode\u003etiddlywiki.info\u003c/code\u003e file of your wiki and add \u003ccode\u003etw5-gemini-plugin\u003c/code\u003e to \u003ccode\u003eplugins\u003c/code\u003e\u003c/li\u003e\u003cli\u003eRun the server with environment variables pointing at the plugin installation path:\u003c/li\u003e\u003c/ol\u003e\u003cpre\u003e\u003ccode\u003eexport TIDDLYWIKI_PLUGIN_PATH=$(npm root)/tw5-gemini-plugin/src/plugins\nexport NODE_PATH=$(npm root)/tw5-gemini-plugin/node_modules\ntiddlywiki ...\u003c/code\u003e\u003c/pre\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fento%2Ftw5-gemini-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fento%2Ftw5-gemini-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fento%2Ftw5-gemini-plugin/lists"}