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
index.md # with :[](snippet1) :[](snippet2)
snippet1.md
snippet2.md
Next
Preview - ProseMirror
Load index.md with prose
Load index.md in ProseMirror
Use extension to display transclusion with a special symbol.
Allow to click symbol to edit transcluded file.
In Place
Load index.md with Prose.
Pre-process with hercule.
For each transcluded content, spin up a ProseMirror instance linked to the original md file. (Can children PM instances exist in a parent instance?)
Modification in ProseMirror (not collaborative first) would be saved only on Prose commit (maybe adding a separate metadata file, hidden from Prose).
How about showing snippet1.md in its possible contexts? I guess the transclusion graph would need to be calculated and cached, to allow going up to the potential parents.
Needs extending the document model / markdown parser.
Assembly test case
Use https://github.com/contentascode/fixture-assembly which contains:
Next
Preview - ProseMirror
In Place
How about showing snippet1.md in its possible contexts? I guess the transclusion graph would need to be calculated and cached, to allow going up to the potential parents.
The text was updated successfully, but these errors were encountered: