fix(docs): unescaped URL in images

This commit is contained in:
Elian Doran
2025-03-11 17:24:15 +02:00
parent a441ea2461
commit e939b7b3d9
24 changed files with 95 additions and 95 deletions

View File

@@ -1,17 +1,17 @@
# Day Notes
# Day Notes
A common pattern in note-taking is that a lot of notes will be centered around a certain date - e.g. you have some tasks which needs to be done on a certain date, you have meeting minutes from a certain date, you have your thoughts etc. and it all revolves around a date on which they occurred. For this reason, it makes sense to create a certain "day workspace" which will centralize all those notes relevant for a certain date.
For this, Trilium provides a concept of "day note". Trilium semi-automatically generates a single note for each day. Under this note you can save all those relevant notes.
Select an existing day note, and the menubar contains a calendar widget. Select any day to create a note for that day. 
![](1_Day Notes_image.png)
![](1_Da%20Notes_image.png)
This pattern works well also because of [Cloning Notes](../../Basic%20Concepts/Note/Cloning%20Notes.md) functionality - note can appear in multiple places in the note tree, so besides appearing under day note, it can also be categorized into other notes.
## Demo
![](Day Notes_image.png)
![](Day%20 Notes_image.png)
You can see the structure of day notes appearing under "Journal" note - there's a note for the whole year 2017, under it, you have "12 - December" which then contains "18 - Monday". This is our "day note" which contains some text in its content and also has some child notes (some of them are from [Task manager](Task%20Manager.md)).

View File

@@ -1,5 +1,5 @@
# Weight Tracker
![](Weight Tracker_image.png)
# Weight Tracker
![](Weight%20Tracker_image.png)
The `Weight Tracker` is a [Script API](../Code%20Notes/Script%20API.md) showcase present in the [demo notes](../Database.md).

View File

@@ -1,4 +1,4 @@
# Promoted Attributes
# Promoted Attributes
Promoted attributes are [attributes](../Attributes.md) which are considered important and thus are "promoted" onto the main note UI. See example below:
![](../../Attachments/promoted-attributes.png)
@@ -15,7 +15,7 @@ Attribute is always name-value pair where both name and value are strings.
_Attribute definition_ specifies how should this value be interpreted - is it just string, or is it a date? Should we allow multiple values or note? And importantly, should we _promote_ the attribute or not?
![](Promoted Attributes_image.png)
![](Promoted%20Attributes_image.png)
You can notice tag attribute definition. These "definition" attributes define how the "value" attributes should behave.

View File

@@ -1,4 +1,4 @@
# Code Notes
# Code Notes
Trilium supports creating "code" notes, i.e. notes which contain some sort of formal code - be it programming language (C++, JavaScript), structured data (JSON, XML) or other types of codes (CSS etc.).
This can be useful for a few things:
@@ -8,7 +8,7 @@ This can be useful for a few things:
* we call such JavaScript code notes "scripts" - see [Scripts](Code%20Notes/Scripts.md)
* JSON, XML etc. can be used as storage for structured data (typically used in conjunction with scripting)
![](Code Notes_image.png)
![](Code%20Notes_image.png)
## Extra languages
@@ -18,4 +18,4 @@ Trilium supports syntax highlighting for many languages, but by default displays
An alternative to the code note is a "code block" - feature of a text note which can add short snippets of code to the text editor. Starting with TriliumNext v0.90.12, the code blocks also support syntax highlighting.
![](1_Code Notes_image.png)
![](1_Code%20Notes_image.png)

View File

@@ -1,4 +1,4 @@
# Manually altering the database
# Manually altering the database
There are some situations where modifying the SQLite database that Trilium uses is desirable.
If you are doing any advanced development or troubleshooting where you manually modify the database, you might want to consider creating backups of your `document.db` file.
@@ -28,7 +28,7 @@ To do so:
5. Press "Write Changes" in the main toolbar.
6. Close the application or close the database.
![](6_Manually altering the data.png)
![](6_Manually%20altering%20the%20data.png)
### Using the SQLite CLI

View File

@@ -1,25 +1,25 @@
# SQL Console
# SQL Console
The SQL Console is Trilium's built-in database editor.
It can be accessed by going to the [global menu](../../../Basic%20Concepts/UI%20Elements) → Advanced → Open SQL Console.
![](3_SQL Console_image.png)
![](3_SQL%20Console_image.png)
### Interaction
* Hovering the mouse over one of the tables listed at the top of the document will show the columns and their data type.
* Only one SQL statement can be run at once.
* To run the statement, press the ![](1_SQL Console_image.png)icon.
* To run the statement, press the ![](1_SQL%20Console_image.png)icon.
* For queries that return a result, the data will displayed in a table.
![](SQL Console_image.png)
![](SQL%20Console_image.png)
### Saved SQL console
SQL queries or commands can be saved into a dedicated note.
To do so, simply write the query and press the ![](2_SQL Console_image.png)button. Once saved, the note will appear in [Day Notes](../../Advanced%20Showcases/Day%20Notes.md).
To do so, simply write the query and press the ![](2_SQL%20Console_image.png)button. Once saved, the note will appear in [Day Notes](../../Advanced%20Showcases/Day%20Notes.md).
* The SQL expression will not be displayed by default, but it can still be viewed by going to the note context menu and selecting _Note source_.
* The expression cannot be modified. If needed, recreate it by copying the statement back into the SQL console and then saving it again.

View File

@@ -1,4 +1,4 @@
# Note Map
# Note Map
Note map is a visualisation of connections between notes.
This provides an insight into a structure ("web") of notes.
@@ -9,13 +9,13 @@ There are two types of note map:
Shows [relations](Attributes.md) between notes:
![](Note Map_image.png)
![](Note%20Map_image.png)
## Tree Map
Shows hierarchical map of notes:
![](1_Note Map_image.png)
![](1_Note%20Map_image.png)
## See also

View File

@@ -1,9 +1,9 @@
# Serving directly the content of a note
# Serving directly the content of a note
When accessing a shared note, Trilium will render it as a web page. Sometimes it's desirable to serve the content directly so that it can be used in a script or downloaded by the user.
| | |
| --- | --- |
| ![](1_Serving directly the conte.png)<br><br>A note displayed as a web page (HTML) | ![](Serving directly the conte.png)<br><br>A note displayed as a raw format |
| ![](1_Serving%20directly%20the%20conte.png)<br><br>A note displayed as a web page (HTML) | ![](Serving%20directly%20the%20conte.png)<br><br>A note displayed as a raw format |
## By adding an attribute to the note
@@ -13,4 +13,4 @@ Simply add the `#shareRaw` attribute and the note will always be rendered _raw_
Append `?raw` to the URL to display a note in its raw format regardless of whether the `#shareRaw` attribute is added on the note.
![](Serving directly the conte.png)
![](Serving%20directly%20the%20conte.png)