shenshen
shenshen
I have a large monitor, and the layout of my first space is `bsp` . When I have only one window, I want to center this window, but not fill...
_Before_ submitting a pull request, please make sure the following is done... - [x] Ensure the pull request title and commit message follow the [Commit Specific](https://formilyjs.org/guide/contribution#pr-specification) in **English**. - [x]...
https://github.com/keystonejs/keystone/blob/ba6261e3158c4a91c2bf6d888eaf9fcc4c30101b/packages/core/src/admin-ui/components/PageContainer.tsx#L140
# I am submitting a new Community Plugin ## Repo URL Link to my plugin: ## Release Checklist - [x] I have tested the plugin on - [x] Windows -...
```javascript const querystring = require('querystring') const proxy = require('koa-proxies') module.exports = (app) => { ...... app.router.all( `${config.prefix}/(.*)`, proxy(`${config.prefix}/(.*)`, (params, ctx) => { console.log('return options function call : ' + ctx.url)...
https://marcus.se.net/obsidian-plugin-docs/editor/extensions/decorations#view-plugins 👉 shows both `live preview` mode, please add document about how to show 👉 only when the cursor not editing the content of what decorations want to change. I...
### Description why disable set-db-location step? how can i config a custom dir to store my workspace? ### Use case _No response_ ### Anything else? _No response_ ### Are you...