fix(docs): use LF instead of CRLF

This commit is contained in:
Elian Doran
2025-04-02 22:34:51 +03:00
parent 4b8e3b39fe
commit 749a398128
40 changed files with 41 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ Basic Auth is meant to be used with tools which support only basic auth.
It is possible to write simple Bash scripts to interact with Trilium. As an example, here's how to obtain the HTML content of a note:
```sh
```
#!/usr/bin/env bash
# Configuration

View File

@@ -1,4 +1,4 @@
# Note Map (Link map, Tree map)
# Note Map (Link map, Tree map)
Note map is a visualisation of connections between notes.
This provides an insight into a structure ("web") of notes.

View File

@@ -1,4 +1,4 @@
# Note source
# Note source
## Understanding the source code of the different notes
Internally, the structure of the content of each note is different based on the [Note Types](../Note%20Types).
@@ -15,7 +15,7 @@ Note that some information is also stored as [Attachments](../Attachments). For
Here's part of the HTML representation of this note, as it's stored in the database (but prettified).
```html
```
<h2>
Understanding the source code of the different notes
</h2>

View File

@@ -1,4 +1,4 @@
# Technologies used
# Technologies used
One core aspect of Trilium that allows it to have support for multiple [Note Types](../Note%20Types) is the fact that it makes use of various off-the-shelf or reusable libraries.
The sub-pages showcase some of the technologies used, for a better understanding of how Trilium works but also to credit the developers of that particular technology.

View File

@@ -1,4 +1,4 @@
# Excalidraw
# Excalidraw
[Excalidraw](https://excalidraw.com/) is the technology behind the [Canvas](../../Note%20Types/Canvas.md) notes. The source code of the library is available on [GitHub](https://github.com/excalidraw/excalidraw).
We are using an unmodified version of it, so it shares the same [issues](https://github.com/excalidraw/excalidraw/issues) as the original.

View File

@@ -1,4 +1,4 @@
# Leaflet
# Leaflet
Leaflet is the library behind [Geo map](../../Note%20Types/Geo%20map.md) notes.
## Plugins

View File

@@ -1,4 +1,4 @@
# MindElixir
# MindElixir
MindElixir is the library we are using for the [Mind Map](../../Note%20Types/Mind%20Map.md) note types.
The main library is available on [GitHub as mind-elixir-core](https://github.com/SSShooter/mind-elixir-core/issues).