@11in/scribe

Tools to help with writing and formatting text.

Usage no npm install needed!

<script type="module">
  import 11inScribe from 'https://cdn.skypack.dev/@11in/scribe';
</script>

README

Scribe

This is a collection of tools for doing writing in an 11ty website. It is an opinionated collection, and while it offers the option to customize parts it doesn't allow you to turn parts of: It's kind of all or nothing. Still, it's mostly a package for existing plugins + a few small tools, so if you really want only part of it you can just pull that part out and use what you need.

Installing

First, you have to install the package:

$ npm i @11in/scribe

Add the plugin to your 11ty project. If you're using Elfin you can just add it to your 11ty/plugins/loader.js:

module.exports = conf => {
    conf.addPlugin(require('@11in/scribe'))
}

That's it!

Features & Usage

For more details on how to use and customize Scribe, see the documentation.