mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-12 17:26:17 +00:00
Change the function name of findNoteTitle.js from find to findNoteTitle
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export function find (value) {
|
||||
export function findNoteTitle (value) {
|
||||
let splitted = value.split('\n')
|
||||
let title = null
|
||||
let isMarkdownInCode = false
|
||||
@@ -28,5 +28,5 @@ export function find (value) {
|
||||
}
|
||||
|
||||
export default {
|
||||
find
|
||||
findNoteTitle
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user