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

vuepress-plugin-editable

v1.0.11

Published

<p align="center">

Downloads

117

Readme

vuepress-plugin-editable

release docs CI

Let's editing vuepress generate docs so easy!

Safety Warning: Currently, to facilitate functionality, veaba-bot explicitly redirects the Github AccessToken to the url of your launch oAuth page. For the security of your Github account, please always avoid revealing the AccessToken to third parties, including veaba-bot, veaba ](https://github.com/veaba/veaba-bot), veaba-bot will not keep storing your AccessToken information. Your AccessToken is passed to veaba-bot via the Request header access-token set in fetch.

安全警告:目前为了方便实现功能,veaba-bot 会显式地将 Github AccessToken 重定向到你的发起 oAuth 页面的 url,为了你的 Github 账号安全,请始终避免泄露 AccessToken 给第三方,包括 veaba-botveaba-bot 不会保留存储你的 AccessToken信息。你的 AccessToken 是通过 fetch 里设置的 Request header access-token 传递给 veaba-bot

Why vuepress-plugin-editable

Based on vuepress + markdown ecosystem simplifies the intermediate process and can be quickly applied to the article creation and revision process.

You don't even need to open vscode, you just find a mistake while reading the documentation and correct it as you go.

This will lower the threshold for developers to participate in open source documentation maintenance.

Install

npm install -D vuepress-plugin-editable
# OR yarn add -D vuepress-plugin-editable

Usage

  1. Double-click on the vuepress generated content.

  2. OAuth github account and PR to repo's source file.

Features

  • [x] vuepress ecosystem

  • [x] plain text mode: HTML setting contenteditable:true redirect pull request.

  • [x] complex text mode: diff origin source file content.

  • [x] success/error alert ui

Bug

Listed not supported yet!

  1. custom container
::: warning
*here be dragons*
:::
  1. definition code
:   Definition 2

        { some code, part of Definition 2 }

    Third paragraph of definition 2.
  1. img

  2. table

  3. code

  4. Emphasis


**This is bold text**

__This is bold text__

*This is italic text*

_This is italic text_

~~StrikeThrough~~
  1. Positioning is not accurate

  2. H1-H6 auth block position has been mask.

API

options

| name | description | default | | ------------- | -------------------- | ---------------------- | | appDomain | | https://bot.veaba.me | | getContentAPI | | /api/content/get | | updateAPI | | /api/content/update | | redirectAPI | | /api/redirect/github | | clientId | Github APP client id | {clientId} | | | | |

Reference