]> BookStack Code Mirror - bookstack/blobdiff - app/Exports/ZipExportReferences.php
Zip Exports: Added attachment/image link resolving & JSON null handling
[bookstack] / app / Exports / ZipExportReferences.php
index 89deb7edad30d6925654b3fb7a8410c9ead45a62..76a7fedbec4c31f1310f77354ab3940f3615585a 100644 (file)
@@ -44,11 +44,14 @@ class ZipExportReferences
                 // TODO - Handle found link to $model
                 //   - Validate we can see/access $model, or/and that it's
                 //     part of the export in progress.
+
+                // TODO - Add images after the above to files
                 return '[CAT]';
             });
             // TODO - markdown
         }
 
+//        dd('end');
         // TODO - Parse chapter desc html
         // TODO - Parse book desc html
     }