mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 19:49:58 +01:00
docs(guide): board view
This commit is contained in:
@@ -4,9 +4,9 @@ In the project root:
|
||||
| Platform | Architecture | Application | Build command |
|
||||
| --- | --- | --- | --- |
|
||||
| macOS | x86\_64 | Desktop / Electron app | `./bin/build-mac-x64.sh` |
|
||||
| ARM 64 | Desktop / Electron app | `./bin/build-mac-arm64.sh` |
|
||||
| ARM 64 | Desktop / Electron app | `./bin/build-mac-arm64.sh` | |
|
||||
| Linux | x86\_64 | Desktop / Electron app | `./bin/build-linux-x64.sh` |
|
||||
| Server | `./bin/build-server.sh` |
|
||||
| Server | `./bin/build-server.sh` | | |
|
||||
| Windows | x86\_64 | Desktop / Electron app | `./bin/build-win-x64.sh` |
|
||||
|
||||
Under NixOS the following `nix-shell` is needed:
|
||||
|
||||
@@ -6,31 +6,31 @@
|
||||
Trilium Next started with version [8.4.0](https://github.com/WiseLibs/better-sqlite3/releases/tag/v8.4.0) for `better-sqlite3`
|
||||
|
||||
| | | | |
|
||||
| --- | --- | --- | --- |
|
||||
| --- | --- | --- | --- |
|
||||
| `better-sqlite3` version | SQLite version | Node.js prebuilds | Electron.js prebuilds |
|
||||
| 8.4.0 | <3.43.0 | v20 | ??? |
|
||||
| 8.5.0 | v20 | v25 |
|
||||
| 8.5.1 | | v26 |
|
||||
| 8.5.2 | v20 (macOS + arm64) |
|
||||
| 8.6.0 | 3.43.0 | |
|
||||
| 8.7.0 | 3.43.1 | |
|
||||
| 8.5.0 | v20 | v25 | |
|
||||
| 8.5.1 | | v26 | |
|
||||
| 8.5.2 | v20 (macOS + arm64) | | |
|
||||
| 8.6.0 | 3.43.0 | | |
|
||||
| 8.7.0 | 3.43.1 | | |
|
||||
| 9.0.0 | 3.43.2 | | v27 |
|
||||
| 9.1.0 | 3.44.0 | |
|
||||
| 9.1.1 | macOS + Alpine |
|
||||
| 9.2.0 | 3.44.2 | |
|
||||
| 9.2.1 / 9.2.2 | | v28 |
|
||||
| 9.3.0 | 3.45.0 | |
|
||||
| 9.4.0 | 3.45.1 | |
|
||||
| 9.4.1 | Windows arm, arm64 |
|
||||
| 9.4.2 | | <v29 |
|
||||
| 9.4.3 | | <v29 |
|
||||
| 9.4.4 | | v29 |
|
||||
| 9.4.5 | Better prebuilds |
|
||||
| 9.5.0 | 3.45.2 | |
|
||||
| 9.1.0 | 3.44.0 | | |
|
||||
| 9.1.1 | macOS + Alpine | | |
|
||||
| 9.2.0 | 3.44.2 | | |
|
||||
| 9.2.1 / 9.2.2 | | v28 | |
|
||||
| 9.3.0 | 3.45.0 | | |
|
||||
| 9.4.0 | 3.45.1 | | |
|
||||
| 9.4.1 | Windows arm, arm64 | | |
|
||||
| 9.4.2 | | <v29 | |
|
||||
| 9.4.3 | | <v29 | |
|
||||
| 9.4.4 | | v29 | |
|
||||
| 9.4.5 | Better prebuilds | | |
|
||||
| 9.5.0 | 3.45.2 | | |
|
||||
| 9.6.0 | 3.45.3 | | v30 |
|
||||
| 10.0.0 | v22 |
|
||||
| 10.1.0 | 3.46.0 | |
|
||||
| 11.0.0 | \>21 |
|
||||
| 10.0.0 | v22 | | |
|
||||
| 10.1.0 | 3.46.0 | | |
|
||||
| 11.0.0 | \>21 | | |
|
||||
| 11.1.0 (prerelease) | | | v31 |
|
||||
| 11.1.1 | | |
|
||||
| 11.1.2 | | |
|
||||
| 11.1.1 | | | |
|
||||
| 11.1.2 | | | |
|
||||
@@ -6,7 +6,7 @@
|
||||
| Affected file | Affected method | Changed in | Reason for change |
|
||||
| --- | --- | --- | --- |
|
||||
| `packages/ckeditor5-mention/src/mentionui.ts` | `createRegExp()` | `6db05043be24bacf9bd51ea46408232b01a1b232` (added back) | Allows triggering the autocomplete for labels and attributes in the attribute editor. |
|
||||
| `init()` | `55a63a1934efb9a520fcc2d69f3ce55ac22aca39` | Allows dismissing @-mention permanently after pressing ESC, otherwise it would automatically show up as soon as a space was entered. |
|
||||
| `init()` | `55a63a1934efb9a520fcc2d69f3ce55ac22aca39` | Allows dismissing @-mention permanently after pressing ESC, otherwise it would automatically show up as soon as a space was entered. | |
|
||||
|
||||
## Checking the old repo
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
## External plugins
|
||||
|
||||
| | | |
|
||||
| --- | --- | --- |
|
||||
| --- | --- | --- |
|
||||
| trilium-ckeditor5 | 43.2.0 | |
|
||||
| `ckeditor5-math` | | See <a class="reference-link" href="../ckeditor5-math.md">ckeditor5-math</a>. |
|
||||
| | | |
|
||||
Reference in New Issue
Block a user