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

brace_document_navlink

v1.1.12

Published

A Brace Document plugin which injects a navigation list into markdown documents

Downloads

61

Readme

Brace Document Navlink

Synopsis

Build statusDownloads

| The Brace Suite | Ubuntu on Windows | |:---------------------:|:-------------------------:| | Brace logo | Ubuntu on Windows logo | |


Brace Document Navlink help pages


Bonuses:

  • A fully asynchronous and idempotent API
  • Uses AMD (asynchronous module definition), syntax
  • Well commented, thoroughly unit tested and professional engineered scripting
  • Tested with Linux and Windows environments

What this plugin does

This program provides plugin functionality for Brace Document which injects navigation links into markdown pages using a two line denotation formula. Documents are collected from a directory within the project and a set of navigation link urls are injected which reference the relative location of the documents. The link urls are fully qualified to allow access from locations other than github.com.

The document pages you are reading were processed with Brace document navlink too.

A scripts entry in the package.json file runs the appropriate command to process these docs. Simply use npm run make_docs -- -v to re-generate these documents after a alteration was made to the docs_raw directory.

Below is an example of a markdown page before and after processing with the Brace document navlink plugin.

Before using the Brace document navlink plugin a markdown page would look like this:

## The main page

Some text about the project here

After processing a projects docuemnts with the Brace Document Navlink plugin the navigation links would be added to the pages like below:


## The main page

---
### Document pages

---

Some text about the project here