mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
allow import of multiple files at the same time
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="form-group">
|
||||
<label for="import-file-upload-input"><strong>Choose import file</strong></label>
|
||||
|
||||
<input type="file" id="import-file-upload-input" class="form-control-file" />
|
||||
<input type="file" id="import-file-upload-input" class="form-control-file" multiple />
|
||||
|
||||
<p>Content of the file will be imported as child note(s) into <strong class="note-title"></strong>. Import file must be of supported type and have correct extension - one of <code>.html</code>, <code>.md</code>, <code>.tar</code>, <code>.enex</code>.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user