Skip to content

Commit

Permalink
merge image folders, move leftover images, add basic share attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alumniminium committed Jun 8, 2024
1 parent b3d2091 commit 52f1b99
Show file tree
Hide file tree
Showing 80 changed files with 4,539 additions and 3,970 deletions.
8,406 changes: 4,485 additions & 3,921 deletions !!!meta.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Wiki/Apache proxy setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ I've assumed you have created a DNS A record for `trilium.yourdomain.com` that y
```
2. Configure Apache proxy and websocket proxy
1. Enable apache proxy modules
```text-plain
Expand Down Expand Up @@ -56,8 +57,11 @@ I've assumed you have created a DNS A record for `trilium.yourdomain.com` that y
```
4. Enable the virtual host with `sudo a2ensite trilium.yourdomain.com.conf`
5. Reload apache2 with `sudo systemctl reload apache2`
3. Create and enable a systemd service to start the docker container on boot
1. Create a new empty file called `/lib/systemd/system/trilium.service` with the contents
```text-plain
Expand Down
2 changes: 1 addition & 1 deletion Wiki/Bookmarks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bookmarks
To easily access selected notes, you can bookmark them. See demo:

![](gifs/bookmarks.gif)
![](images/bookmarks.gif)

Bookmark folder
---------------
Expand Down
2 changes: 1 addition & 1 deletion Wiki/Canvas-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

Canvas note use the excalidraw library to allow handwritten notes with mouse, pen or touch on an infinite canvas. It also supports basic diagramming, text and garphics input.

![grafik](Canvas-note_image.png)
![grafik](images/Canvas-note%20image.png)
2 changes: 1 addition & 1 deletion Wiki/Cloning notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ So now the "Bash" subtree appears on multiple locations in the hierarchy. Both t

### Demo

![](gifs/create-clone.gif)
![](images/create-clone.gif)

In the demo, you can see how a clone can be created using the context menu. It's possible to do this also using the Add Link dialog or with CTRL+C and CTRL+V [keyboard shortcuts](Keyboard-shortcuts.md).

Expand Down
2 changes: 1 addition & 1 deletion Wiki/Custom-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ After you make changes it is necessary to restart Trilium so that the layout can

On the bottom you can see the resulting widget:

![](Custom-widget_image.png)
![](images/Custom-widget%20image.png)
2 changes: 1 addition & 1 deletion Wiki/Day-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A common pattern in note-taking is that a lot of notes will be centered around a

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. ![image](Day-notes_image.png)
Select an existing day note, and the menubar contains a calendar widget. Select any day to create a note for that day. ![image](images/Day-notes%20image.png)

This pattern works well also because of \[\[cloning|Cloning notes\]\] 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.

Expand Down
2 changes: 0 additions & 2 deletions Wiki/Footer.md

This file was deleted.

2 changes: 1 addition & 1 deletion Wiki/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Choose the setup

1. [Server installation](Server-installation.md)
2. [Mobile frontend](Mobile-frontend.md) (optional)
3. [![Deploy](Home_button.svg)](https://heroku.com/deploy?template=https://github.com/feilongfl/trilium-heroku)
3. [![Deploy](images/Home%20button.svg)](https://heroku.com/deploy?template=https://github.com/feilongfl/trilium-heroku)
4. [3rd party paid service to host a Trilium instance for you](https://trilium.cc/paid-hosting)

**Combination of server and desktop/laptop** - Install the application on both a server, for web access and data synchronization, and desktop instance(s). This allows all the data to be stored on the server and either accessed from the web browser, or the desktop application. The desktop application will sync and store the data locally so that it can be used when offline.
Expand Down
2 changes: 1 addition & 1 deletion Wiki/Images.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Uploading images

To add an image to the note, simply drag it from file explorer onto the note editor inside Trilium and the image will be uploaded.

![](gifs/upload-image.gif)
![](images/upload-image.gif)

Alternatively you can click on block toolbar and then on "Insert image":

Expand Down
4 changes: 2 additions & 2 deletions Wiki/Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ External link is general web link targeting some external web resource - e.g. [h

External links are done through CKEditor native links. To create an external link, select text and press `CTRL-K` or wait for the "balloon" to appear and click link icon there.

![](gifs/create-external-link.gif)
![](images/create-external-link.gif)

You can follow external link by either double clicking (will open new tab/window) it or right clicking on them and choosing "Open in new tab".

Expand All @@ -20,7 +20,7 @@ In the dialog you can see radio button to choose from different types of linking
* link title mirrors the note's current title - this is sometimes also called "reference link". Title of such links cannot be changed, instead it is always mirroring the title of linked note. This way the link title is never outdated
* link title can be changed arbitrarily - this is the traditional hyperlink - you link to a particular note and can choose the link title

![](gifs/create-link-to-note.gif)
![](images/create-link-to-note.gif)

You can follow the note link by double clicking it.

Expand Down
8 changes: 4 additions & 4 deletions Wiki/Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Import

If you want to import just a chunk of markdown from clipboard, you can do it from editor block menu:

![](gifs/markdown-inline-import.gif)
![](images/markdown-inline-import.gif)

### File import

Expand All @@ -21,7 +21,7 @@ You can also import Markdown files from files:

\[\[gifs/markdown-file-import.gif\]\]

![](gifs/markdown-file-import.gif)
![](images/markdown-file-import.gif)

Export
------
Expand All @@ -30,13 +30,13 @@ Export

You can export whole subtree to ZIP archive which will have directory structured modelled after subtree structure:

![](gifs/markdown-export-subtree.gif)
![](images/markdown-export-subtree.gif)

### Single note export

If you want to export just single note without its subtree, you can do it from Note actions menu:

![](gifs/markdown-export-note.gif)
![](images/markdown-export-note.gif)

### Exporting protected notes

Expand Down
2 changes: 1 addition & 1 deletion Wiki/Note hoisting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Note hoisting
Hoisting is a standard outliner feature which allows you to focus on (or "zoom into") a specific note and its subtree by hiding all parent and sibling notes. Demo:

![](gifs/note-hoisting.gif)
![](images/note-hoisting.gif)

In addition to showing only this subtree, this also narrows both full text search and [“jump to note”](Note%20navigation.md) to just notes present in hoisted subtree.

Expand Down
6 changes: 3 additions & 3 deletions Wiki/Note navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ You can use alt-left and alt-right to move back and forward in history of viewed

This works identically to browser backwards / forwards, it's actually using built-in browser support for this.

![](gifs/back-and-forwards.gif)
![](images/back-and-forwards.gif)

Jump to note
------------

This is useful to quickly find and view arbitrary note - click on `Jump to` button on the top or press `CTRL-J`. Then type part of the note name and autocomplete will help you pick the desired note.

![](gifs/jump-to.gif)
![](images/jump-to.gif)

### Recent notes

Expand All @@ -25,4 +25,4 @@ To access this functionality, click on `Jump to` button on the top. By default,

Alternatively you can click on the "time" icon on the right.

![](gifs/recent-notes.gif)
![](images/recent-notes.gif)
5 changes: 4 additions & 1 deletion Wiki/Patterns-of-personal-knowledge.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Patterns-of-personal-knowledge-base
# Patterns-of-personal-knowledge
Patterns-of-personal-knowledge-base
-----------------------------------

This page contains description of some of the patterns I use to organize information in my knowledge base. This is meant to give some inspiration of how one might create and structure their knowledge base in general and also specifically in [Trilium Notes](https://github.com/zadam/trilium). It also gives some background and justification for some of the design decisions.

Meta patterns
Expand Down
2 changes: 1 addition & 1 deletion Wiki/Protected-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ How to use protected notes

Notes are by default unprotected. If you want your note to be protected, click on shield icon next to the note title as seen here:

![](gifs/protecting-note.gif)
![](images/protecting-note.gif)

What is encrypted
-----------------
Expand Down
4 changes: 2 additions & 2 deletions Wiki/Relation-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a basic example how you can create simple diagram using relation maps:

And this is how you can create it:

![](gifs/relation-map-dev-process-demo.)
![](api/images/mmYjGDlxyixm/relation-map-dev-process-demo.)

We start completely from scratch by first creating new note called "Development process" and changing its type to "Relation map". After that we create new notes one by one and place them by clicking into the map. We also drag [relations](Attributes.md) between notes and name them. That's all!

Expand All @@ -25,7 +25,7 @@ This is more complicated demo using some advanced concepts. Resulting diagram is

This is how you get to it:

![](gifs/relation-map-family-demo.gif)
![](images/relation-map-family-demo.gif)

There are several steps here:

Expand Down
10 changes: 5 additions & 5 deletions Wiki/Release notes v0.48.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Major frontend redesign
-----------------------

![](relnotes48/screenshot.png)
![](images/1_screenshot.png)

* right panel is no more, most of these widgets have been moved to the new ribbon-style widget under note title
* right panel is still possible to activate for scripts
Expand All @@ -13,26 +13,26 @@ Major frontend redesign
Vertical split window
---------------------

![](relnotes48/split.png)
![](images/split.png)

Link map re-implemented
-----------------------

Now supports also hierarchical view of the notes:

![](relnotes48/note-map.png)
![](images/note-map.png)

Mermaid diagrams
----------------

Thanks to [@abitofevrything](https://github.com/abitofevrything) for this contribution!

![](relnotes48/mermaid.png)
![](images/mermaid.png)

Basic bookmark support
----------------------

![](relnotes48/bookmarks.png)
![](images/bookmarks.png)

Other changes
-------------
Expand Down
2 changes: 1 addition & 1 deletion Wiki/Saved-search.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Saved-search
Trilium provides a way to save common search as a note in the note tree. Search results will then appear as sub-notes of this "saved search" note. You can see how this works in action:

![save-search](Saved-search_image.gif)
![save-search](images/Saved-search%20image.gif)

Location
--------
Expand Down
2 changes: 1 addition & 1 deletion Wiki/Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ And then we have instance note - this note has a [relation](Attributes.md) to th

You can create an instance note (i.e. note which uses a template) through the UI like this:

![](images/template-create-instance-note.)
![](api/images/qGovjbsV4FPX/template-create-instance-note.)

For the template to appear in the menu, the template note needs to have `#template` label (don't mistake it with `~template` relation which points from the instance note to the template note). If you use [workspaces](Workspace.md), you can alternatively mark templates with `#workspaceTemplate` which will display them only in the workspace.

Expand Down
12 changes: 6 additions & 6 deletions Wiki/Text-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Trilium text note interface doesn't show any toolbars or formatting options by d

1. selecting text will bring up an inline toolbar:

![](images/text-notes-formatting-inline.p)
![](api/images/voFa4y9vMkRi/text-notes-formatting-inline.p)

1. clicking on the block toolbar:

![](images/text-notes-formatting-block.pn)
![](api/images/aQT4C1G1rjUk/text-notes-formatting-block.pn)

Read only vs. editing mode
--------------------------
Expand Down Expand Up @@ -65,7 +65,7 @@ Markdown & Autoformat

CKEditor supports markdown-like editing experience. It recognizes syntax and automatically converts it to rich text. See it in action:

![](gifs/autoformat.gif)
![](images/autoformat.gif)

Complete documentation for this feature is available in [CKEditor documentation](https://ckeditor.com/docs/ckeditor5/latest/features/autoformat.html).

Expand All @@ -78,7 +78,7 @@ Math support

Trilium provides Math support with the help of KaTex:

![](gifs/math.gif)
![](images/math.gif)

Cut selection to sub-note
-------------------------
Expand All @@ -91,7 +91,7 @@ One of the common situations in Trilium is when you're editing a document, and i

Trilium provides a way to automate this:

![](gifs/cut-to-subnote.gif)
![](images/cut-to-subnote.gif)

You can notice how heading "Formatting" is automatically detected and new sub-note is named "Formatting".

Expand All @@ -104,4 +104,4 @@ Text notes can "include" another note as a read only widget. This can be useful

This functionality is available in the block toolbar icon.

![image](Text-notes_image.png)
![image](images/Text-notes%20image.png)
16 changes: 8 additions & 8 deletions Wiki/Theme-Gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ These are user-created themes which were made publicly available:

| | |
| --- | --- |
| [Midnight](https://github.com/tobealive/trilium-midnight-theme) <br>👤 [tobealive](https://github.com/tobealive) ![](Theme-Gallery_image.jpg) | [EOTE](https://github.com/tobealive/trilum-eote-theme) <br>👤 [tobealive](https://github.com/tobealive) ![](Theme-Gallery_preview.jpg) |
| [Midnight](https://github.com/tobealive/trilium-midnight-theme) <br>👤 [tobealive](https://github.com/tobealive) ![](images/Theme-Gallery%20image.jpg) | [EOTE](https://github.com/tobealive/trilum-eote-theme) <br>👤 [tobealive](https://github.com/tobealive) ![](images/Theme-Gallery%20preview.jpg) |
| [Trilium Themes](https://github.com/Abourass/TriliumThemes) <br>👤 [Abourass](https://github.com/Abourass) <br>![](https://camo.githubusercontent.com/ec9eb12d0f9792a93a87ff2d50c8e0ffafd42359878885e9e8d6498ec34510fe/68747470733a2f2f692e696d6775722e636f6d2f3666466e4d75422e706e67) <br>![](https://camo.githubusercontent.com/745dd535b982e24b305b35e7ed42d3b4d4dcefac9ae8bd1ed9cceda83b5d1d8a/68747470733a2f2f692e696d6775722e636f6d2f7a4873513363792e706e67) ![](https://camo.githubusercontent.com/8dfbcc44a82f8780d8e2f4e4621b9447f499db2667dce9a220393def28e384dd/68747470733a2f2f692e696d6775722e636f6d2f444d5437784f702e706e67) ![](https://camo.githubusercontent.com/461416d49050e9e4415e4fe5315e2ea6987485d01a624c6d23203f78be33864b/68747470733a2f2f692e696d6775722e636f6d2f616852573667682e706e67) | [MaterialDark](https://github.com/ZMonk91/Material-Dark-Trilium) <br>👤 [ZMonk91](https://github.com/ZMonk91) <br>![](https://camo.githubusercontent.com/3486f3d96d823468163a5f968b4b201254b6fd06164321551880c3de6353eeed/68747470733a2f2f692e696d6775722e636f6d2f5a65584635474c2e706e67) |
| [lightslategray](https://github.com/jaroet/trilium-theme-lightslategray) <br>👤 [jaroet](https://github.com/jaroet) <br>![](Theme-Gallery_lightslategray.p) | [melon-4](https://github.com/raphwriter/trilium-theme-melon) <br>👤 [raphwriter](https://github.com/raphwriter) <br>![](Theme-Gallery_scrn4_01.png) |
| [Neon\_Dark](https://github.com/Engr-AllanG/trilium-themes) <br>👤 [Engr-AllanG](https://github.com/Engr-AllanG) <br>![](Theme-Gallery_Neon_Dark_Demo_v.jpg) | [Coder\_Dark](https://github.com/Engr-AllanG/trilium-themes) <br>👤 [Engr-AllanG](https://github.com/Engr-AllanG) <br>![](Theme-Gallery_Trilium_theme_co.png) |
| [velvet](https://github.com/idelem/trilium-theme-velvet) <br>👤 [idelem](https://github.com/idelem) <br>![](Theme-Gallery_trilium-velvet2.) | [Dark Plus](https://github.com/SADAVA/trilium-notes-theme-dark-plus) <br>👤 [SADAVA](https://github.com/SADAVA) <br>![](Theme-Gallery_Screenshot.png) |
| [Solarized](https://github.com/WKSu/trilium-solarized-theme) <br>👤 [WKSu](https://github.com/WKSu) <br>![](Theme-Gallery_image.png) | [Nord](https://github.com/en3r0/Trilium-Nord-Theme) <br>👤 [en3r0](https://github.com/en3r0) <br>![](1_Theme-Gallery_image.png) |
| [Bear Note Light](https://github.com/AllanZyne/trilium-bear-theme) <br>👤 [AllanZyne](https://github.com/AllanZyne) <br>![](Theme-Gallery_bear-white.png) | [Bear Note Dark](https://github.com/AllanZyne/trilium-bear-theme) <br>👤 [AllanZyne](https://github.com/AllanZyne) <br>![](Theme-Gallery_bear-dark.png) |
| [Miku Hatsune](https://github.com/Sebiann/miku-hatsune-trilium-theme) <br>👤 [Sebiann](https://github.com/Sebiann) <br>![](2_Theme-Gallery_image.png) | [Midnight](https://github.com/cwilliams5/Midnight-Trilium-Dark-Mode) <br>👤 [cwilliams5](https://github.com/cwilliams5) <br>![](Theme-Gallery_midnight.png) |
| [Blue](https://github.com/SiriusXT/trilium-theme-blue) (light) <br>👤 [SiriusXT](https://github.com/SiriusXT) <br>![](Theme-Gallery_screenshot1.png) | [Blue](https://github.com/SiriusXT/trilium-theme-blue) (dark) <br>👤 [SiriusXT](https://github.com/SiriusXT) <br>![](Theme-Gallery_screenshot2.png) |
| [lightslategray](https://github.com/jaroet/trilium-theme-lightslategray) <br>👤 [jaroet](https://github.com/jaroet) <br>![](api/images/tHaPJx9C6kS7/Theme-Gallery_lightslategray.p) | [melon-4](https://github.com/raphwriter/trilium-theme-melon) <br>👤 [raphwriter](https://github.com/raphwriter) <br>![](images/Theme-Gallery%20scrn4%2001.png) |
| [Neon\_Dark](https://github.com/Engr-AllanG/trilium-themes) <br>👤 [Engr-AllanG](https://github.com/Engr-AllanG) <br>![](images/Theme-Gallery%20Neon%20Dark%20Demo%20v.jpeg) | [Coder\_Dark](https://github.com/Engr-AllanG/trilium-themes) <br>👤 [Engr-AllanG](https://github.com/Engr-AllanG) <br>![](images/Theme-Gallery%20Trilium%20theme%20co.png) |
| [velvet](https://github.com/idelem/trilium-theme-velvet) <br>👤 [idelem](https://github.com/idelem) <br>![](api/images/DXlmWzL5ZGvE/Theme-Gallery_trilium-velvet2.) | [Dark Plus](https://github.com/SADAVA/trilium-notes-theme-dark-plus) <br>👤 [SADAVA](https://github.com/SADAVA) <br>![](images/Theme-Gallery%20Screenshot.png) |
| [Solarized](https://github.com/WKSu/trilium-solarized-theme) <br>👤 [WKSu](https://github.com/WKSu) <br>![](images/Theme-Gallery%20image.png) | [Nord](https://github.com/en3r0/Trilium-Nord-Theme) <br>👤 [en3r0](https://github.com/en3r0) <br>![](images/1%20Theme-Gallery%20image.png) |
| [Bear Note Light](https://github.com/AllanZyne/trilium-bear-theme) <br>👤 [AllanZyne](https://github.com/AllanZyne) <br>![](images/Theme-Gallery%20bear-white.png) | [Bear Note Dark](https://github.com/AllanZyne/trilium-bear-theme) <br>👤 [AllanZyne](https://github.com/AllanZyne) <br>![](images/Theme-Gallery%20bear-dark.png) |
| [Miku Hatsune](https://github.com/Sebiann/miku-hatsune-trilium-theme) <br>👤 [Sebiann](https://github.com/Sebiann) <br>![](images/2%20Theme-Gallery%20image.png) | [Midnight](https://github.com/cwilliams5/Midnight-Trilium-Dark-Mode) <br>👤 [cwilliams5](https://github.com/cwilliams5) <br>![](images/Theme-Gallery%20midnight.png) |
| [Blue](https://github.com/SiriusXT/trilium-theme-blue) (light) <br>👤 [SiriusXT](https://github.com/SiriusXT) <br>![](images/Theme-Gallery%20screenshot1.png) | [Blue](https://github.com/SiriusXT/trilium-theme-blue) (dark) <br>👤 [SiriusXT](https://github.com/SiriusXT) <br>![](images/Theme-Gallery%20screenshot2.png) |

If you would like to add your theme to this gallery, write a new post in [👐 Show and tell](https://github.com/TriliumNext/Notes/discussions/categories/show-and-tell).
Binary file removed Wiki/Theme-Gallery_lightslategray.png
Binary file not shown.
Binary file removed Wiki/Theme-Gallery_trilium-velvet2.png
Binary file not shown.
4 changes: 2 additions & 2 deletions Wiki/Tree manipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Drag and drop

You can manipulate the tree simply by dragging and dropping notes as you can see in the demo:

![](gifs/drag-and-drop.gif)
![](images/drag-and-drop.gif)

Keyboard manipulation
---------------------
Expand All @@ -18,7 +18,7 @@ Trilium provides fast keyboard based manipulation with following [shortcuts](Key
* `CTRL-RIGHT` - move note downwards in the hierarchy by setting parent to the note currently above (this is a bit hard to explain - it's best to see a demo or try it for yourself)
* `LEFT` and `RIGHT` expands and collapses a sub-tree

![](gifs/move-note-with-keyboard.gif)
![](images/move-note-with-keyboard.gif)

Context menu
------------
Expand Down
2 changes: 1 addition & 1 deletion Wiki/Web-clipper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Web-clipper
![](Web-clipper_chrome-trilium-web.png)
![](images/Web-clipper%20chrome-trilium-web.png)

Trilium Web Clipper is a web browser extension which allows user to clip text, screenshots, whole pages and short notes and save them directly to Trilium Notes.

Expand Down
4 changes: 2 additions & 2 deletions Wiki/Workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ So far workspace consists of these features:
* [note hoisting](Note%20hoisting.md) - you can "zoom" into a workspace subtree to focus only on the relevant notes
* easy entering of workspace:

![](1_Workspace_image.png)
![](images/1%20Workspace%20image.png)

* visual identification of workspace in tabs:

![](Workspace_image.png)
![](images/Workspace%20image.png)

### How to use workspaces

Expand Down
Binary file removed Wiki/gifs/relation-map-dev-process-demo.gif
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed Wiki/images/template-create-instance-note.png
Diff not rendered.
Binary file removed Wiki/images/text-notes-formatting-block.png
Diff not rendered.
Binary file removed Wiki/images/text-notes-formatting-inline.png
Diff not rendered.
File renamed without changes

0 comments on commit 52f1b99

Please sign in to comment.