1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

Feature/Widgets (#1501)

* patch

* JS-1472: fix

* JS-1480: sidebar z-index

* JS-1484: fix crash

* JS-1479: fix

* fix space subscription

* fix space subscription

* JS-1467: markdown shortcuts sections

* code block show lang

* JS-1466: add tooltip captions

* JS-1485: refactoring of edit icon in grid

* JS-1492: new shortcuts

* JS-1469: link paste

* store header tooltips
This commit is contained in:
Razor 2023-02-25 15:24:34 +03:00 committed by GitHub
parent d220cc3c81
commit 22d7c35356
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
223 changed files with 4830 additions and 2427 deletions

28
js-anytype.code-workspace Normal file
View file

@ -0,0 +1,28 @@
{
"folders": [
{
"path": "."
}
],
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"aaron-bond.better-comments",
"github.copilot",
"eamodio.gitlens",
"timonwong.shellcheck",
"dbaeumer.vscode-eslint"
]
},
"settings": {
"prettier.enable": true,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": false,
"source.organizeImports": false
},
"prettier.documentSelectors": ["**/*.svg"],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"debug.inlineValues": "on",
}
}