Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

RFE: layout must be decoupled from nodes #716

Open alon opened 8 years ago

alon commented 8 years ago

Now that a node can be in two separate docs, it's position must be encoded separately or we cannot have it positioned in two separate places in two documents.

Options:

  1. Encode position in document node, i.e. the meta node.
  2. Make the attribute names even uglier, encoding the document name in them, i.e. layouts_doc_A_custom_y where 'doc_A' is an attribute-name-validity-respecting encoding of the document name. (i.e. spaces and other whitespace and illegal chars to underscores).