Edit 'Note Source' #4449
-
Hi, is it possible to edit the notes' sources, e.g. to rewrite HTML or CSS? Edit : To clarify my question, is it possible to change the sources of the notes directly in the "Note source" menu? I can't do it. I can make changes, but to do so I have to export, make my changes and then import. But it's a "cumbersome" operation. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
No, Trilium is meant as a WYSIWYG note taking application rather than building custom notes with custom html. |
Beta Was this translation helpful? Give feedback.
-
Well, if you really want (or need) to deal with HTML directly, perhaps you could create a Code note of HTML type and render this note using a Render note. From what I've seen, this is usually done to render specific pages/styles for scripts, and keep in mind that your content (your text and so on) would also need to be in the HTML note (perhaps not the best way to edit text), but can be done. |
Beta Was this translation helpful? Give feedback.
-
I realize that I'm a bit late to the party on this issue, but if this is the case, the application doesn't seem fit for purpose. I have an existing note that I want to add some more text to. Trillium will not let me add text without creating a space between the existing text and the new text. Looking at the note's source I can see the problem is that Trillium is insisting on creating a new set of paragraph tags around the additional text instead of adding the new text to the existing paragraph. Having a WYSISYG editor is nice in theory, if it handles edits in a rational way. Trillium obviously doesn't. Without having more control over the editing process, Trillium is outmatched by a simple collection of documents in a folder and a text editor capabile of opening all of the files in a folder like Kate or Microsoft Code. |
Beta Was this translation helpful? Give feedback.
-
As discussed previously, there are two types of changing the note source:
|
Beta Was this translation helpful? Give feedback.
Well, if you really want (or need) to deal with HTML directly, perhaps you could create a Code note of HTML type and render this note using a Render note. From what I've seen, this is usually done to render specific pages/styles for scripts, and keep in mind that your content (your text and so on) would also need to be in the HTML note (perhaps not the best way to edit text), but can be done.