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

picgo-plugin-vikadata

v1.0.2

Published

将图片上传到维格表

Downloads

69

Readme

picgo-plugin-vikadata

An uploader for vikadata.

基于 Picgo 开发的一款上传插件,你可以方便地将本地文件(图片、文档、PDF等等各种格式的文件)上传至vika维格表。

🎨 如何安装

  • 在线安装

打开 PicGo 详细窗口,选择插件设置,搜索 vikadata 安装,然后重启应用即可。

注意:你必须安装 Node.js 之后才能使用此方式安装 PicGo 的插件,因为 PicGo 是依赖 npm 来安装插件。

  • 离线安装

除了在线安装,你还可以下载本项目的代码到本地,然后跟着官方的教程进行安装

👉 如何离线安装

🚀 如何使用

安装完毕后,需要进行简单的设置。 打开 Picgo 详细窗口 > 图床设置 > vika维格表。

settings

跟随界面指引,填写设置参数:

  • 你的维格表帐号下的API Token
  • 图片需要上传到哪张表
  • 指定附件字段用于存储图片
  • 上传的方式。如果选择“一张图片占用一个单元格”,当批量上传图片的时候,插件会自动在维格表里新增行,一行的指定字段存储一张图片,然后循环上述动作;如果选择“多张图片占用一个单元格”,则插件本次操作总共只会创建一行,然后将所有上传的图片都存储到指定的附件字段中。

设置完毕后,即可使用PicGo的能力进行文件上传。 详细的使用说明,请看官方文档

👉 PicGo 使用说明