mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 00:14:25 +00:00
Handle wiki style links
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
||||
fetchFileContent,
|
||||
saveFileContent,
|
||||
pullChanges,
|
||||
lookupFileByName,
|
||||
} from '../services/api';
|
||||
|
||||
const DEFAULT_FILE = {
|
||||
@@ -134,6 +135,7 @@ const useFileManagement = (gitEnabled = false) => {
|
||||
handleContentChange,
|
||||
handleSave,
|
||||
pullLatestChanges,
|
||||
lookupFileByName,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user