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

@mark-magic/core

v0.12.0

Published

## Introduction

Downloads

31

Readme

mark-magic

Introduction

A markdown-based data connection and conversion tool to solve data conversion between different tools and coordination between some common tools.

Some use cases

  1. Publish some notes online, for example, generate content required by hexo blog from joplin note tool and publish it online
  2. Publish a novel online, for example, generate a novel website from local markdown files and publish it
  3. Package a novel into an epub file, for example, package "Flying to the Stars" into an epub file for offline reading after downloading

Some use cases from the community

  1. joplin => hugo generating a blog
  2. joplin => jekyll generating a blog
  3. There may be others...

Why not use existing tools

We have now used many tools to handle different tasks, but they are all based on markdown, such as

  • Use joplin to record notes
  • Use hexo to write a blog
  • Use vitepress to generate documentation websites
  • Use docusaurus to generate SEO-friendly novel websites
  • Use pandoc to generate epub

What really makes us feel painful is that when using docusaurus, each novel requires a lot of configuration, which is very annoying. So we hope to have better tools that can be used out of the box.

Getting Started

For more information, please read the documentation