Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around OCA.Viewer.file not set when editing in richworkspace mode. #2163

Commits on Feb 7, 2022

  1. Work around OCA.Viewer.file not set when editing in richworkspace mode.

    Signed-off-by: Claus-Justus Heine <[email protected]>
    rotdrop committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a1d6ed7 View commit details
    Browse the repository at this point in the history
  2. 2nd-try: fix linked files not working in richworkspace editor.

    Introduce a global property
    
    OCA.Text.RichWorkspaceFilePath
    
    which is used in helpers/links.js if the Viewer-property OCA.Viewer.file
    is not available.
    
    This fixes the problem that opening linked files from the enriched
    workspace does not work, as OCA.Viewer.file is empty in this case. So
    somehow the base MD-file has to be to communicated to domHref() in
    links.js.
    
    Signed-off-by: Claus-Justus Heine <[email protected]>
    rotdrop committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    28d75fb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    aec77ab View commit details
    Browse the repository at this point in the history