Dynamic title #2003
alexandergunnarson
started this conversation in
Feature Requests
Dynamic title
#2003
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One idea is to be able to have a dynamic title based off of a Clojure formula — e.g. a title that depends on the attributes of the entity to which it applies. (See also #2004 for dynamic blocks.) For instance, a literary work might have a title, a publication date, and an author, but you might want the "reference title" (stuff between the brackets) to be formatted in a particular way for easier comprehension of what it is:
This could behave the same way as dynamic blocks (#2004) in terms of syntax. While typing in the title text area, if you type the command
/dyn
it could create a dynamic value and you could use it like so:The title would then be searchable as whatever the value ends up being. If there's an error we could output something like
#ERROR
; not sure.Beta Was this translation helpful? Give feedback.
All reactions