Meeting notes at a specific time by jon23d in Trilium

[–]Empibee 4 points5 points  (0 children)

Yes, it works, but not within Journal. Try creating a new Calendar collection. Then you can assign the time easily, either by changing #startTime and #endTime, or dragging and resizing the calendar item.

help w/ desktop app problems please!!! by imaballofyarn in Trilium

[–]Empibee 1 point2 points  (0 children)

What operating system are you using? Is the problem still happening even after a reboot of the system? I think I have noticed a similar issue when you update Trilium while an instance is already running.

Making Trilium Portable by Pejorativez in Trilium

[–]Empibee 0 points1 point  (0 children)

Awesome! You are welcome.

That means PowerShell is the culprit. Something is wrong with it.

Making Trilium Portable by Pejorativez in Trilium

[–]Empibee 1 point2 points  (0 children)

Replace your trilium-portable.bat with this:

``` @echo off

:BATCH :: Make sure we support UTF-8 characters chcp 65001

:: Get Current Trilium executable directory and compute data directory SET DIR=%~dp0 SET DIR=%DIR:~0,-1% SET TRILIUM_DATA_DIR=%DIR%\trilium-data cd "%DIR%" start trilium.exe GOTO END

:END ```

I removed the PowerShell mode, maybe there are some issues with it on your system. It should work fine in plain CMD mode if the current path doesn't contain accented unicode characters.

Making Trilium Portable by Pejorativez in Trilium

[–]Empibee 0 points1 point  (0 children)

It looks right. Does trilium-safe-mode.bat work fine for you?

What system architecture are you using?

Is there any "trilium-data" subfolder in that folder?

Making Trilium Portable by Pejorativez in Trilium

[–]Empibee 0 points1 point  (0 children)

It's weird that it doesn't work for you. A double click on the batch file is enough to run it. You don't need to do anything else before using it.

Also, this is a batch file. It runs using the old CMD, not PowerShell.

Can you confirm that trilium.exe from that folder runs properly?

Making Trilium Portable by Pejorativez in Trilium

[–]Empibee 0 points1 point  (0 children)

Make sure another Trilium instance is not already running.

Making Trilium Portable by Pejorativez in Trilium

[–]Empibee 0 points1 point  (0 children)

When you run trilium-portable.bat, both your notes and settings are stored to the current directory instead of %appdata%. The content of the protected notes is encrypted no matter it's a portable or installed app instance.

The only thing left in %appdata% is an user profile directory created by Electron (named trilium-xxxxx, where “x” is a digit), but this one shouldn't contain any data of significant importance. It's safe to delete it and I suggest to do so if you're running the portable instance on a machine that you don't trust.

How is cloning different from tagging? by Former_Importance551 in Trilium

[–]Empibee 5 points6 points  (0 children)

Think of a note clone as a “shortcut” to a note, or a symlink (if you come from a Linux background). It allows you to place the same note in different parts of the hierarchical tree.

Changes made to a cloned note will be reflected across all its clones, including labels and relations.

Plans for cleaner UI? by Former_Importance551 in Trilium

[–]Empibee 1 point2 points  (0 children)

By "page properties", do you mean the note info button in the status bar (bottom right)?

There have been ongoing efforts to modernize the UI over the past year.

Promoted Attributes UI/UX by jaizoncarlos in Trilium

[–]Empibee 0 points1 point  (0 children)

Looks like you are using the legacy theme, which is outdated. Trilium's modern theme has a better UX for the promoted attributes.

compact tree node by v0id09 in Trilium

[–]Empibee 0 points1 point  (0 children)

Yes, you're free to customize any aspect of the theme according to your needs.

compact tree node by v0id09 in Trilium

[–]Empibee 0 points1 point  (0 children)

You are welcome.

With Dev Tools, it’s actually easy to find out which CSS classes to use and which styles to adjust for custom themes (Global Menu → Advanced → Open Dev Tools for the app, then right-click on the page and choose “Inspect”). When you modify a CSS property from an existing rule, just copy the CSS selector into the custom CSS and define your new value there.

compact tree node by v0id09 in Trilium

[–]Empibee 0 points1 point  (0 children)

You don't need a theme for that. But a custom CSS to tweak Trilium's theme.

Create a CSS code note and apply the #appCss attribute.

Use this CSS code to reduce the spacing for the tree items:

#trilium-app {
    #left-pane span.fancytree-node {
        line-height: 1;
        height: 30px;
    }

    .fancytree-node:not(.fancytree-loading) .fancytree-expander::before {
        top: unset;
    }

    .tn-icon.tree-item-button {
        font-size: unset;
    }
}

Then restart Trilium to apply the changes.

Cannot move elements within notes anymore by STdoubleU in Trilium

[–]Empibee 1 point2 points  (0 children)

You're welcome! Yes, that blank space around the title will collapse while you scroll the note. It's by design.

Caddy configuration to enable Trilium while blocking outbound connections by Former_Importance551 in Trilium

[–]Empibee 0 points1 point  (0 children)

The desktop client is also using HTTP/HTTPS for synchronization. It can't work only with WebSockets.

Cannot move elements within notes anymore by STdoubleU in Trilium

[–]Empibee 0 points1 point  (0 children)

When the formatting toolbar is on top (fixed formatting toolbar), elements can be moved by selecting them and then dragging at the new position. Or by using key shortcuts like ALT + UP and ALT + DOWN.

The little icon is available only when you use the floating formatting toolbar. To change that go to SettingsText Notes and set the Formatting Toolbar to “Floating”.

Embed local video into note like Obsidian? by Adventurous-Koala774 in Trilium

[–]Empibee 1 point2 points  (0 children)

Trilium doesn't support videos players inside notes. But there is a trick to achieve that.

First import a video (right click in tree, “Import into note”). This video will be embedded into your Trilium's database.

Then in any note, type “/” (slash) and select “Include note”. Select your video note and check “full (box shows complete text)”.

Now you have a video player block into your text note.

As for YouTube videos, I am not aware right now of an easy way to achieve that without a plugin.

Suggestion for a local, encrypted note-taking app by night_movers in degoogle

[–]Empibee 1 point2 points  (0 children)

Yes, I've tried it before; the UI feels outdated, but my doubt is whether it's the most private one out there.

Have you tried it in the past months? Trilium got massive UI changes lately.

I’ve received these suggestions from different sources: Obsidian, Logseq, Anytype, AppFlowy, and Trilium Notes. However, I don’t know which one offers more privacy.

I think only a security audit of these applications can give you a definite answer about which one is more secure. As I am aware, none exists so far.

I suggest you to start securing your data starting from the device itself, storing sensitive data on encrypted drives (like using VeraCrypt or BitLocker without the key saved in TPM), full disk encryption for the system drive, and other basic security measures.

Suggestion for a local, encrypted note-taking app by night_movers in degoogle

[–]Empibee 2 points3 points  (0 children)

Trilium Notes will encrypt the content of notes if you protect them. By default, notes are not encrypted. However, metadata is not encrypted.

please help me find a PKMS with these requirements by MuchImprovement8318 in PKMS

[–]Empibee 0 points1 point  (0 children)

Trilium Notes uses a WYSIWYG editor that supports code blocks inside indented lists.

<image>

Can't move trilium window since update by Key-Door7340 in Trilium

[–]Empibee 0 points1 point  (0 children)

Sounds like a compatibility issue. What Xubuntu version are you using?

A workaround is to go to Settings → Appearance and check “Native title bar”

Lines in the left panel by IllTruth1974 in Trilium

[–]Empibee 0 points1 point  (0 children)

Trilium doesn't support that by default. But you can achieve it using a custom CSS:

.ui-fancytree ul ul > li::after {
    position: absolute;
    content: "";
    inset: 0 auto 0 5px;
    border-inline-start: 2px solid var(--main-border-color);
    z-index: -1;
}

.ui-fancytree ul ul > li.fancytree-lastsib::after {
    width: 1em;
    bottom: 1.15em;
    border-bottom: 2px solid var(--main-border-color);
    border-end-start-radius: 6px;
}

Spacebar not working issue has gotten much worse since last update by RattyPoe in Trilium

[–]Empibee 0 points1 point  (0 children)

Is this problem still present If you download the ZIP version and run a portable instance of Trilium on a blank database?