Code Monkey home page Code Monkey logo

vite-plugin-vitepress-auto-sidebar's Introduction

GitHub WidgetBox

🙋‍♂️ 哈喽,这里是_island

  • 👦 一名前端开发工程师 - 📍 广州
  • 🚀 持续学习,持续输出 ~

🏝 个人小站

_island Record

✍️ 文章记录

当学习到一些有用的知识点,我会将它整理成一篇文章发布在掘金上分享给大家,也方便自己后续查找资料 ~

_island

🚀 技能,及在学

My Skills

rainbow gif

🐍 它正在吃掉我的小绿点

snake gif

I Mostly Code in TypeScript

TypeScript               15 repos            ██████████░░░░░░░░░░░░░░░   41.67 % 
Vue                      9 repos             ██████░░░░░░░░░░░░░░░░░░░   25.00 % 
JavaScript               6 repos             ████░░░░░░░░░░░░░░░░░░░░░   16.67 % 
HTML                     2 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   05.56 % 
PHP                      1 repo              ░░░░░░░░░░░░░░░░░░░░░░░░░   02.78 % 

Last Updated on 16/02/2023 18:38:34 UTC

⚡ 最近

  1. ⬆️ Pushed 1 commit(s) to QC2168/QC2168
  2. ⬆️ Pushed 1 commit(s) to QC2168/QC2168
  3. ⬆️ Pushed 1 commit(s) to QC2168/QC2168
  4. ⬆️ Pushed 1 commit(s) to QC2168/QC2168
  5. ⬆️ Pushed 1 commit(s) to QC2168/QC2168

Last Updated: Sunday, February 4th, 2024, 6:07:50 AM

vite-plugin-vitepress-auto-sidebar's People

Contributors

cyyspring avatar qc2168 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dana322 wcyspring

vite-plugin-vitepress-auto-sidebar's Issues

@siteData?

if (//@siteData/.test(id)) {

这行代码报错

feat :文章前缀 功能出发地点是文字是有顺序的

hello, 指定文章前缀 功能出发地点是文字是有顺序的,我想通过特定名字标识符用来,将文件按照顺序展示。如果我
没有按照特定标识符排序如下
image

但实际顺序我先颠倒过来因此我用了1. 2.来标记
image

但我在菜单展示后的效果并不想展示 1. 2. 因为他仅仅作为一个我文章顺序标记
image

可能错误理解我的pr 我的清除前缀是吧,提供特殊符号 例如. 前面的都清除掉,当然也可能是 @ # 任何符合 1#css 2#ass,变成 css ass

function removePrefix(str, identifier) {
	const index = str.indexOf(identifier)
	if (index === -1) {
		// 如果字符串中不存在标识符,则返回原始字符串
		return str
	} else {
		// 否则返回标识符后面的所有字符
		return str.slice(index + identifier.length)
	}
}

如果有需要的话 我可以将我之前pr在提交回来,并不是现在的简单字符串替换为空,希望的是一个更加动态的

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.