r/Trilium

Syntax for Admonitions? (conflicting guidance?)

I’m struggling to get Admonition markdown to work. Of course, I know I can insert them using the toolbar button, but I’d rather use markdown so I can just type…
Complicating matters, there seems to be some conflicting info in the official Trilium Notes User Guide.

In the section for blockquotes and admonitions, the syntax is “!!! tip”, “!!! information”, etc. And at the bottom of that section, there’s a link to the Supported Syntax section.
In that section, it states that the required syntax for admonitions is “[!TIP]”, “[!INFORMATION]”, etc. And right there on that page, it explicitly states that “There are currently no plans of supporting alternative admonition syntaxes such as ‘!!! note’.”

So I’m pretty confused.

Regardless, I can’t get any of the syntax to work. Whether in text or Markdown mode, typing either of the admonition formats doesn’t result in the insertion of the admonition.

What am I doing wrong?

TIA!

docs.triliumnotes.org
u/usnmustanger — 2 days ago

Latest Docker Version Issue

I have setup Trilium in a docker container using the latest version.

services:
  trilium:
    image: triliumnext/notes:latest
    container_name: trilium-notes
    restart: unless-stopped
    ports:
      - 8081:8080
    environment:
      - TRILIUM_DATA_DIR=/home/node/trilium-data
      - USER_UID=568
      - USER_GID=568
    volumes:
      - ./trilium-data:/home/node/trilium-data

And then installed the latest Windows version off the Trilium website. But when I try to connect my desktop client to the server it says local version is 39 and the docker verison is 36.

https://preview.redd.it/8aryt2ojoljh1.png?width=355&format=png&auto=webp&s=ecb65d4d2d5fe989cd8eb8e587d763552e88baf9

Has anyone run into this before?

reddit.com
u/Pizzzathehutt — 5 days ago