🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@11in/scribe

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@11in/scribe

Tools to help with writing and formatting text.

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 20 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts