hustrjh

Results 15 issues of hustrjh

[//]: # (Note: If you are unsure about or have questions related to your feature request prefer making a discussion first. After we understand what you are looking for we...

feature-request

首先感谢大佬的无私奉献! 我在平时实际使用示例库时有一个问题,就是插件太多,启动较慢,有些插件也不是用不上,只是不是每次都需要用。如果一并禁用,要用时再启用,操作较麻烦,如果一并启用,使用频率不高,还影响每次启动速度。所以受FastStartup模板的启发,我改写了一份插件启停模板,代码贴在下方,希望加入示例库,方便更多人。 ## 模板文件 ``` { switch(choice) { case "Edit+": //pluginArr.splice(0, 0, "editing-toolbar", "obsidian-outliner"); pluginArr=pluginArr.concat(["editing-toolbar", "obsidian-outliner", "various-complements", "number-headings-obsidian"]); break; case "Table+": pluginArr=pluginArr.concat(["notion-like-tables", "dbfolder", "obsidian-charts", "obsidian-echarts", "obsidian-yaml-database"]); break; case "View+": pluginArr=pluginArr.concat(["obsidian-quiet-outline",...

enhancement

## Problem After setting window frame style to `Hidden(default)` mode, `Quicke Explorer` menu will show in the left status bar. I think `Bartender` will hide `Quicke Explorer` menu just like...

### Describe the feature I hope **`Commander`** plugin will recover buttons on page header, left titlebar and right titlebar. It would be fantastic that the buttons in titlebar or page...

enhancement

## Feature Request Today I just found the command **`Go to previous file in folder`** and **`Go to next file in folder`**. It's convenient to bind the command with **`Commander`**...

I appreciate the idea of the project a lot. But it would be more easy to install it with installation package for regular users. Is there any plan to support...

## Error **`Remove Hash`** function works wrong. It removes not only "#" symbol, but also the icon in front of it. PS: It's the sandbox vault with default theme. ###...

## My wish It would be interesting to render tags in Tags Pane. I don't know whether it's difficult or not. I also realize that I can change my tags...

## My trouble As you know that **`Blue Topaz`** theme could set various types of colorful tag like the picture below. It's not what I want and I can't remove...

## My Proposal It's fantastic to highlight current heading with customizable color. It would be better to provide background color and font color option both. ![image](https://user-images.githubusercontent.com/69783980/213847948-a3f2f92d-5356-4c73-b79b-921e7e235f2e.png) Thank you and happy...

enhancement