Aller au contenu principal

Include notes in Export

Commentaires

2 commentaires

  • Daniel Koeman

    Hi Jasper,

    I think what you're looking for is the “Project” functionality: https://docs.vertigisstudio.com/webviewer/latest/admin-help/save_load-project.html

    I have an app which exports the sketches and notes into a .json file with these custom commands linked to a button action:

    [
       "project.create",
       "system.download-file"
    ]

    These can be loaded into the app then with these commands linked to another button action:

    [
     {
       "name": "system.read-file",
       "arguments": {
         "promptTitle": "language-load-project-prompt-title",
         "promptMessage": "language-load-project-prompt-message"
       }
     },
     "project.load"
    ]

    Hope this helps!

    0
  • Niels Willemot

    Aso wanted here !
    Only export markups and location notes. Not all the rest of ‘project’

    0

Vous devez vous connecter pour laisser un commentaire.