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
I setup local file system storage in wiki.js settings. I created a markdown file with the following content and imported everything to wiki.js (clicked the Run button on Import Everything).
---
title: Note-1
description:
published: true
date: 2012-07-14T22:31:05Z
tags: tag1, tag2
editor: markdown
dateCreated: 2012-07-14T22:24:50Z
---
Note content
The file got imported into wiki.js as expected but the 'last edited by' time in the imported page shows the current time instead of time from the 'date' field of imported file and the page history shows the creation time as current time instead of 'dateCreated' from the imported file
Expected behavior
Imported pages should use the creation time and last edited time from the imported file instead of current time.
Steps to reproduce the behavior
Enable local file system storage wiki.js (Settings > Storage > Local File System)
Create a markdown file with the aforementioned content in the backup location
Import the file into wiki.js by running 'Import Everything'
Open the imported page in wiki.js and navigate to the page history page and note the creation and last edited times.
The text was updated successfully, but these errors were encountered:
Actual behavior
I setup local file system storage in wiki.js settings. I created a markdown file with the following content and imported everything to wiki.js (clicked the Run button on Import Everything).
---
title: Note-1
description:
published: true
date: 2012-07-14T22:31:05Z
tags: tag1, tag2
editor: markdown
dateCreated: 2012-07-14T22:24:50Z
---
Note content
The file got imported into wiki.js as expected but the 'last edited by' time in the imported page shows the current time instead of time from the 'date' field of imported file and the page history shows the creation time as current time instead of 'dateCreated' from the imported file
Expected behavior
Imported pages should use the creation time and last edited time from the imported file instead of current time.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: