This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

Submitting a Community Card

9th September 2025 at 5:19pm

Anyone associated with the TiddlyWiki community can submit a Community Card. The submission process currently involves making a GitHub pull request but we intend to provide a more user-friendly submission process in the future.

Pull requests to add or update a community card should be made against the tiddlywiki-com branch of the TiddlyWiki repository in the directory community/people.

The card should be a TiddlyWiki tiddler with the following fields:

FieldRequiredDescription
titleYesThe username of the person represented by the card, starting with @ (e.g. @Jermolene). This is the title of the card and should be unique
tagsYesThe tags for the card, including Community/Person
fullnameYesThe full name of the person or group represented by the card
avatarYesThe base64 representation of the 32x32 avatar image for the person represented by the card
first-sightingNoThe date of the first sighting in the community of the person represented by the card. This should be in ISO 8601 format (YYYY-MM-DD)
talk.tiddlywiki.orgYesThe username of the person or group on the TiddlyWiki Talk forum
githubNoThe username of the person or group on GitHub
linkedinNoThe URL of the LinkedIn profile for the person or group represented by the card
flickrNoThe URL of the Flickr profile for the person or group represented by the card
homepageNoThe URL of the homepage for the person or group represented by the card
emailNoThe email address of the person or group represented by the card
textYesThe text of the card. This should include a brief description of the person or group represented by the card, and any other relevant information

Rules for Community Cards

Community cards must observe the following rules. It is intended to enforce them with an automated script, but for the moment they will be manually checked.

  • title must be unique and start with @
  • tags must include Community/Person
  • fullname must be provided
  • avatar must be a base64 representation of a 32x32 image, with a limit of 1KB. Squoosh is recommended for resizing and compressing images
  • first-sighting should be in ISO 8601 format (YYYY-MM-DD)
  • talk.tiddlywiki.org must be provided
  • text total size must not exceed 2KB