mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
added support for #pageUrl into shared notes
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
|
||||
<h1 id="title"><%= note.title %></h1>
|
||||
|
||||
<% if (note.hasLabel("pageUrl")) { %>
|
||||
<div id="noteClippedFrom">This note was originally clipped from <a href="<%= note.getLabelValue("pageUrl") %>"><%= note.getLabelValue("pageUrl") %></a></div>
|
||||
<% } %>
|
||||
|
||||
<% if (note.type === 'book') { %>
|
||||
<% } else if (isEmpty) { %>
|
||||
<p>This note has no content.</p>
|
||||
|
||||
Reference in New Issue
Block a user