mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Styled
This commit is contained in:
@@ -613,7 +613,7 @@ local function linesubst(line, title, dates, uuid)
|
||||
uuid = ""
|
||||
end
|
||||
|
||||
shorttitle = string.match(title, '^.+/(.+)$')
|
||||
local shorttitle = string.match(title, "^.+/(.+)$")
|
||||
if shorttitle == nil then
|
||||
shorttitle = title
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user