You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when ref-field which is { "$ref": "link/to/another.json"} is not present, it appears in add-field-dropdown therefore it can be added. However this breaks stuff becauseref-field UI doesn't support editing at this moment.
So we should either allow ref-fields to be added manually or make them editable.
If we decide make it them editable, we should keep in mind that UI should support displaying clickable link or template that is rendered from data fetched from $ref link, in addition to being editable. So maybe having 2 modes view/edit (such as latex) fields could be necessary.
#93 could actually solve this problem also, but requires more effort.
The text was updated successfully, but these errors were encountered:
Currently when
ref-field
which is{ "$ref": "link/to/another.json"}
is not present, it appears inadd-field-dropdown
therefore it can be added. However this breaks stuff becauseref-field
UI doesn't support editing at this moment.So we should either allow
ref-field
s to be added manually or make them editable.If we decide make it them editable, we should keep in mind that UI should support displaying clickable link or template that is rendered from data fetched from
$ref
link, in addition to being editable. So maybe having 2 modes view/edit (such aslatex
) fields could be necessary.#93 could actually solve this problem also, but requires more effort.
The text was updated successfully, but these errors were encountered: