npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tw5-fontawesome

v1.2.22

Published

Font Awesome 5 for TiddlyWiki 5

Downloads

63

Readme

Workflow Status

TW5FontAwesome

TW5FontAwesome flag

TW5FontAwesome supports embedding Font Awesome in TiddlyWiki 5. There is no need to install this font into your operating system. The font is already embedded in this TiddlyWiki 5 customization instead, so nothing to install at all. Please see the demo for details on how to easily install Font Awesome support into your existing TiddlyWiki 5 instances. It's basically a simple drag&drop operation.

Embedded Font Version & Attribution

Enclosed you'll find Font Awesome version 5.x+. In particular, the WOFF web font file as well as the CSS definitions. Font Awesome is by Dave Gandy – http://fontawesome.com.

License

  • The embedded web font file is licensed as SIL OFL 1.1.
  • The embedded CSS code is licensed as MIT License.
  • My contributions (by TheDiveO) that aren't part of a standard TiddlyWiki 5 distribution itself (as available from the TiddlyWiki web site) are licensed as:
    • documentation is covered by CC BY 3.0.
    • code (such as TiddlyWiki 5 macros, JavaScript, et cetera) and CSS definitions are covered by the MIT License.

The TW5FontAwesome Repository

So you're a developer: how do you use the contents of this repository? I'm glad you're asking. Actually, it's not too difficult, at least after you've managed to correctly set up a TiddlyWiki 5 development environment – consisting of Node.js and TiddlyWiki 5. This basic installation is well explained in Getting Started – Node.js and easy to do.

Repository Organisation

The repository is organized such that it allows you to both develop and maintain this plugin from within TiddlyWiki 5 itself as well as packaging the plugin.

  • src/ folder – contains the tiddler sources in form of individual .tid files, as well as any external files. All tiddlers are hierarchically organized within the famous tiddler/ subfolder. This folder acts as a shared TiddlyWiki 5 edition so it contains simply an empty tiddlywiki.info configuration file. Concrete edition configuration is done inside the specific editions in the editions/ folder instead (see below).
    • tiddler/ folder – contains all tiddler sources, organized in subfolders according to the tiddler titles. Most stuff will be in the system/ subfolder which represents "$:/".
  • editions/ folder – here you'll find the TiddlyWiki 5 server editions, in particular:
    • develop/ folder & ndash; the TiddlyWiki 5 server edition for developing. This folder only contains the tiddlywiki.info setup information that pulls in the required plugins. Otherwise, it simply refers to the (shared) src/ where the tiddlers actually get stored.
    • release/ folder – used for releasing the TW5FontAwesome plugin. The primary difference to the develop edition is that the TW5FontAwesome plugin is defined here explicitly as a plugin.
      • plugins/ folder – contains the explicit plugin definitions.
        • TW5FontAwesome/ folder – the plugin defition of the TW5FontAwesome plugin. Please note that this definition aliases src/tiddlers/system/.
  1. If not done so, install Node.js and TW5 as explained in Getting Started – Node.js. Make sure that the hierarchicalfilesystem plugin is installed too, see my note above.
  2. Next, clone this Tw5FontAwesome repository to your local drive.
  3. Then, open a terminal (well, terminal window ... these days) and change to the directory/folder immediately above the TW5FontAwesome repository clone.
  4. Start a TiddlyWiki server instance with tiddlywiki FontAwesome --server.
  5. Visit http://localhost:8080 in your browser ... and you should see the TW5FontAwesome wiki. (Eek, IPv4 only at this time...)
  6. Try editing and creating tiddlers. Please note that this will immediately synchronize with the repository files on your local drive.
  7. Enjoy!

This plugin project now includes my //Third Flow// plugin for easy development and release of customization plugins. This helper plugin removes itself when the TW5FontAwesome demonstration TiddlyWiki gets generated.

Author

TheDiveO on GitHub

Post Scriptum

The project TW5FontAwesome emblem is made from the Font Awesome flag symbol and the TiddlyWiki 5 emblem.