Skip to content
Discussion options

You must be logged in to vote

Hi, currently UI with a lot of promoted attributes can be busy, this was discussed in #1037 

But you mention series data and for that I'm not sure if labels are the best way to store it. Personally I do something very similar to what you do - storing quite a lot of daily data - I store them into per-day "data" note (actually JSON code note). See e.g. https://zadam.github.io/trilium/backend_api/BackendScriptApi.html#createDataNote

Advantage of this approach is that you can also easily store structured data. Disadvantage is that you need to script it which requires some programming effort ... (see https://github.com/zadam/trilium/wiki/Scripts )

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by eliandoran
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Suncatcher
Comment options

@eliandoran
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1043 on September 01, 2025 05:42.