mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
web: bump version to v3.0.27
This commit is contained in:
4
apps/desktop/package-lock.json
generated
4
apps/desktop/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@notesnook/desktop",
|
||||
"version": "3.0.26",
|
||||
"version": "3.0.27",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@notesnook/desktop",
|
||||
"version": "3.0.26",
|
||||
"version": "3.0.27",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@notesnook/desktop",
|
||||
"productName": "Notesnook",
|
||||
"description": "Your private note taking space",
|
||||
"version": "3.0.26",
|
||||
"version": "3.0.27",
|
||||
"appAppleId": "1544027013",
|
||||
"private": true,
|
||||
"main": "./dist/cjs/index.js",
|
||||
|
||||
4
apps/web/package-lock.json
generated
4
apps/web/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@notesnook/web",
|
||||
"version": "3.0.26",
|
||||
"version": "3.0.27",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@notesnook/web",
|
||||
"version": "3.0.26",
|
||||
"version": "3.0.27",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@notesnook/web",
|
||||
"description": "Your private note taking space",
|
||||
"version": "3.0.26",
|
||||
"version": "3.0.27",
|
||||
"private": true,
|
||||
"main": "./src/app.js",
|
||||
"homepage": "https://notesnook.com/",
|
||||
|
||||
@@ -93,13 +93,26 @@ const features: Record<FeatureKeys, Feature> = {
|
||||
]
|
||||
: [
|
||||
{
|
||||
title: "Keyboard shortcuts for tabs",
|
||||
title: "Command palette",
|
||||
subtitle: (
|
||||
<>
|
||||
<Code text="Ctrl/Cmd+t" /> to open new tab,{" "}
|
||||
<Code text="Ctrl/Cmd+n" /> to create a new note,{" "}
|
||||
<Code text="Ctrl/Cmd+w" /> to close the active tab and
|
||||
<Code text="Ctrl/Cmd+Shift+W" /> to close all tabs
|
||||
You can now quickly execute commands like navigation, actions on
|
||||
notes, notebooks etc. just by pressing{" "}
|
||||
<Code text="Ctrl/Cmd+K" />. This will open a command palette
|
||||
where you can fuzzy search for commands and execute them.
|
||||
</>
|
||||
)
|
||||
},
|
||||
{
|
||||
title: "Quick open",
|
||||
subtitle: (
|
||||
<>
|
||||
You can also open the command palette in quick open mode by
|
||||
pressing <Code text="Ctrl/Cmd+P" />. This will open a command
|
||||
palette where you can fuzzy search for your notes, notebooks,
|
||||
tags, etc. and quickly open them by pressing{" "}
|
||||
<Code text="Enter" />. Try it out and let us know what you
|
||||
think!
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user