mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Cover page is now working
This commit is contained in:
parent
8cd1cf30a5
commit
20f2e27350
5 changed files with 32 additions and 11 deletions
|
@ -3,6 +3,7 @@ var store = require('store');
|
|||
var common = require('./common');
|
||||
var checkIfAuth = common.checkIfAuth;
|
||||
var urlpath = common.urlpath;
|
||||
var serverurl = common.serverurl;
|
||||
|
||||
var extra = require('./extra');
|
||||
var renderFilename = extra.renderFilename;
|
||||
|
@ -378,5 +379,11 @@ function parseToHistory(list, notehistory, callback) {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
writeHistory: writeHistory
|
||||
writeHistory: writeHistory,
|
||||
parseHistory: parseHistory,
|
||||
getStorageHistory: getStorageHistory,
|
||||
getHistory: getHistory,
|
||||
saveHistory: saveHistory,
|
||||
removeHistory: removeHistory,
|
||||
parseStorageToHistory: parseStorageToHistory
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue