mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
docs(guide): board view
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
| `hash` | Text | Nullable (\*) | | TODO: Describe how the hash is calculated |
|
||||
| `isErased` | Integer (1 or 0) | Nullable (\*) | | TODO: What does this do? |
|
||||
| `changeId` | Text | Nullable (\*) | | TODO: What does this do? |
|
||||
| `componentId` | Text | Nullable (\*) | | The ID of the UI component that caused this change.<br><br>Examples: `date-note`, `F-PoZMI0vc`, `NA` (catch all) |
|
||||
| `componentId` | Text | Nullable (\*) | | The ID of the UI component that caused this change. <br> <br>Examples: `date-note`, `F-PoZMI0vc`, `NA` (catch all) |
|
||||
| `instanceId` | Text | Nullable (\*) | | The ID of the [instance](#root/pOsGYCXsbNQG/tC7s2alapj8V/Gzjqa934BdH4/c5xB8m4g2IY6) that created this change. |
|
||||
| `isSynced` | Integer (1 or 0) | Non-null | | TODO: What does this do? |
|
||||
| `utcDateChanged` | Text | Non-null | | Date of the entity change in UTC format (e.g. `2023-11-08 16:43:44.204Z`) |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Adaptive icon
|
||||
| | |
|
||||
| --- | --- |
|
||||
| --- | --- |
|
||||
| Before | <figure class="image"><img src="1_Adaptive icon_image.png"></figure> |
|
||||
| After | <figure class="image"><img src="6_Adaptive icon_image.png"></figure> |
|
||||
| With new scale | <figure class="image"><img src="4_Adaptive icon_image.png"></figure> |
|
||||
|
||||
@@ -17,11 +17,11 @@ These are stored in `images`:
|
||||
| Name | Resolution | Description |
|
||||
| --- | --- | --- |
|
||||
| `png/16x16-bw.png` | 16x16 | Do not appear to be used. |
|
||||
| `png/16x16.png` |
|
||||
| `png/24x24.png` | 24x24 |
|
||||
| `png/32x32.png` | 32x32 |
|
||||
| `png/48x48.png` | 48x48 |
|
||||
| `png/64x64.png` | 64x64 |
|
||||
| `png/96x96.png` | 96x96 |
|
||||
| `png/16x16.png` | | |
|
||||
| `png/24x24.png` | 24x24 | |
|
||||
| `png/32x32.png` | 32x32 | |
|
||||
| `png/48x48.png` | 48x48 | |
|
||||
| `png/64x64.png` | 64x64 | |
|
||||
| `png/96x96.png` | 96x96 | |
|
||||
| `png/512x512.png` | 512x512 | Does not appear to be used. |
|
||||
| `win/setup-banner.xcf` | | GIMP source for `win/setup-banner.gif`. Provided only for future editing. |
|
||||
Reference in New Issue
Block a user