CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 63
Markdown inline
Tip
You can find the type definition in definitions/renderers/markdown_inline.lua.
Options that change how inline markdown is shown. The default value can be found here.
---@type markview.config.markdown_inline
markdown_inline = {
enable = true,
block_references = {
enable = true,
default = {
icon = " ",
hl = "MarkviewPalette6Fg",
file_hl = "MarkviewPalette0Fg",
},
},
checkboxes = {
enable = true,
checked = { text = "", hl = "MarkviewCheckboxChecked", scope_hl = "MarkviewCheckboxChecked" },
unchecked = { text = "", hl = "MarkviewCheckboxUnchecked", scope_hl = "MarkviewCheckboxUnchecked" },
["/"] = { text = "", hl = "MarkviewCheckboxPending" },
[">"] = { text = "", hl = "MarkviewCheckboxCancelled" },
["<"] = { text = "", hl = "MarkviewCheckboxCancelled" },
["-"] = { text = "", hl = "MarkviewCheckboxCancelled", scope_hl = "MarkviewCheckboxStriked" },
["?"] = { text = "", hl = "MarkviewCheckboxPending" },
["!"] = { text = "", hl = "MarkviewCheckboxUnchecked" },
["*"] = { text = "", hl = "MarkviewCheckboxPending" },
['"'] = { text = "", hl = "MarkviewCheckboxCancelled" },
["l"] = { text = "", hl = "MarkviewCheckboxProgress" },
["b"] = { text = "", hl = "MarkviewCheckboxProgress" },
["i"] = { text = "", hl = "MarkviewCheckboxChecked" },
["S"] = { text = "", hl = "MarkviewCheckboxChecked" },
["I"] = { text = "", hl = "MarkviewCheckboxPending" },
["p"] = { text = "", hl = "MarkviewCheckboxChecked" },
["c"] = { text = "", hl = "MarkviewCheckboxUnchecked" },
["f"] = { text = "", hl = "MarkviewCheckboxUnchecked" },
["k"] = { text = "", hl = "MarkviewCheckboxPending" },
["w"] = { text = "", hl = "MarkviewCheckboxProgress" },
["u"] = { text = "", hl = "MarkviewCheckboxChecked" },
["d"] = { text = "", hl = "MarkviewCheckboxUnchecked" },
},
emails = {
enable = true,
default = {
icon = " ",
hl = "MarkviewEmail"
},
["%@gmail%.com$"] = {
--- user@gmail.com
icon = " ",
hl = "MarkviewPalette0Fg"
},
["%@outlook%.com$"] = {
--- user@outlook.com
icon = " ",
hl = "MarkviewPalette5Fg"
},
["%@yahoo%.com$"] = {
--- user@yahoo.com
icon = " ",
hl = "MarkviewPalette6Fg"
},
["%@icloud%.com$"] = {
--- user@icloud.com
icon = " ",
hl = "MarkviewPalette6Fg"
}
},
embed_files = {
enable = true,
default = {
icon = " ",
hl = "MarkviewPalette7Fg"
}
},
entities = {
enable = true,
hl = "Special"
},
emoji_shorthands = {
enable = true
},
escapes = {
enable = true
},
footnotes = {
enable = true,
default = {
icon = " ",
hl = "MarkviewHyperlink"
},
["^%d+$"] = {
--- Numbered footnotes.
icon = " ",
hl = "MarkviewPalette4Fg"
}
},
highlights = {
enable = true,
default = {
padding_left = " ",
padding_right = " ",
hl = "MarkviewPalette3"
}
},
hyperlinks = {
enable = true,
default = {
icon = " ",
hl = "MarkviewHyperlink",
},
["github%.com/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+/tree/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>/tree/<branch>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+/commits/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>/commits/<branch>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/releases$"] = {
--- github.com/<user>/<repo>/releases
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/tags$"] = {
--- github.com/<user>/<repo>/tags
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/issues$"] = {
--- github.com/<user>/<repo>/issues
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/pulls$"] = {
--- github.com/<user>/<repo>/pulls
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/wiki$"] = {
--- github.com/<user>/<repo>/wiki
icon = " ",
hl = "MarkviewPalette0Fg"
},
["developer%.mozilla%.org"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["w3schools%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette4Fg"
},
["stackoverflow%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["reddit%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["github%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["gitlab%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["dev%.to"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["codepen%.io"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["replit%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["jsfiddle%.net"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["npmjs%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["pypi%.org"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["mvnrepository%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette1Fg"
},
["medium%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["linkedin%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["news%.ycombinator%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
},
images = {
enable = true,
default = {
icon = " ",
hl = "MarkviewImage",
},
["%.svg$"] = { icon = " " },
["%.png$"] = { icon = " " },
["%.jpg$"] = { icon = " " },
["%.gif$"] = { icon = " " },
["%.pdf$"] = { icon = " " }
},
inline_codes = {
enable = true,
hl = "MarkviewInlineCode",
padding_left = " ",
padding_right = " "
},
internal_links = {
enable = true,
default = {
icon = " ",
hl = "MarkviewPalette7Fg",
},
},
uri_autolinks = {
enable = true,
default = {
icon = " ",
hl = "MarkviewEmail"
},
["github%.com/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+/tree/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>/tree/<branch>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+/commits/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>/commits/<branch>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/releases$"] = {
--- github.com/<user>/<repo>/releases
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/tags$"] = {
--- github.com/<user>/<repo>/tags
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/issues$"] = {
--- github.com/<user>/<repo>/issues
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/pulls$"] = {
--- github.com/<user>/<repo>/pulls
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/wiki$"] = {
--- github.com/<user>/<repo>/wiki
icon = " ",
hl = "MarkviewPalette0Fg"
},
["developer%.mozilla%.org"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["w3schools%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette4Fg"
},
["stackoverflow%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["reddit%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["github%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["gitlab%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["dev%.to"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["codepen%.io"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["replit%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["jsfiddle%.net"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["npmjs%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["pypi%.org"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["mvnrepository%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette1Fg"
},
["medium%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["linkedin%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["news%.ycombinator%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
},
},
- type:
boolean
default:true
Shows inline markdown in previews.
Changes how block references are shown.
block_references = {
enable = true,
default = {
icon = " ",
hl = "MarkviewPalette6Fg",
file_hl = "MarkviewPalette0Fg",
},
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for block references. See how inline elements are configured.
- type: markview.config.__inline
Configuration for block references whose text matches string
. See how inline elements are configured.
Note
The structure for block references is [[<text>]]
when text
contains #^
.
Changes how checkboxes are shown.
- type:
boolean
default:true
Self-explanatory.
checked = {
text = "",
hl = "MarkviewCheckboxChecked",
scope_hl = "MarkviewCheckboxChecked"
},
- type:
string
Text to show as the checkbox in the preview.
- type:
string
Highlight group for text.
- type:
string
Highlight group used on the list item text.
Configuration for unchecked checkboxes. Same structure as checked.
Configuration for [string]
checkboxes. Same structure as checked.
Changes how emails are shown.
emails = {
enable = true,
default = {
icon = " ",
hl = "MarkviewEmail"
},
["%@gmail%.com$"] = {
--- user@gmail.com
icon = " ",
hl = "MarkviewPalette0Fg"
},
["%@outlook%.com$"] = {
--- user@outlook.com
icon = " ",
hl = "MarkviewPalette5Fg"
},
["%@yahoo%.com$"] = {
--- user@yahoo.com
icon = " ",
hl = "MarkviewPalette6Fg"
},
["%@icloud%.com$"] = {
--- user@icloud.com
icon = " ",
hl = "MarkviewPalette6Fg"
}
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for emails. See how inline elements are configured.
- type: markview.config.__inline
Configuration for emails whose label matches string
. See how inline elements are configured.
Note
The structure for emails is <<label>>
.
Changes how embed file links(from Obsidian
) are shown.
embed_files = {
enable = true,
default = {
icon = " ",
hl = "MarkviewPalette7Fg"
}
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for embed file links. See how inline elements are configured.
- type: markview.config.__inline
Configuration for embed file links whose text matches string
. See how inline elements are configured.
Note
The structure for emails is ![[<text>]]
.
Changes how HTML entities are shown.
entities = {
enable = true,
hl = "Special"
},
- type:
boolean
default:true
Self-explanatory.
- type:
string
default:"Special"
Highlight group for the entities.
Changes how Github-styled emoji shorthands are shown.
emoji_shorthands = {
enable = true,
},
- type:
boolean
default:true
Self-explanatory.
Changes how escaped characters are shown.
escapes = {
enable = true,
},
- type:
boolean
default:true
Self-explanatory.
Changes how footnotes are shown.
footnotes = {
enable = true,
default = {
icon = " ",
hl = "MarkviewHyperlink"
},
["^%d+$"] = {
--- Numbered footnotes.
icon = " ",
hl = "MarkviewPalette4Fg"
}
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for footnote links. See how inline elements are configured.
- type: markview.config.__inline
Configuration for footnote links whose label matches string
. See how inline elements are configured.
Note
The structure for footnotes is [^<label>]
.
Changes how highlighted text(from Obsidian
) are shown.
highlights = {
enable = true,
default = {
padding_left = " ",
padding_right = " ",
hl = "MarkviewPalette3"
}
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for highlighted text. See how inline elements are configured.
- type: markview.config.__inline
Configuration for highlighted text whose content matches string
. See how inline elements are configured.
Note
The structure for footnotes is ==<content>==
.
Changes how hyperlinks are shown.
hyperlinks = {
enable = true,
default = {
icon = " ",
hl = "MarkviewHyperlink",
},
["github%.com/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+/tree/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>/tree/<branch>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+/commits/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>/commits/<branch>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/releases$"] = {
--- github.com/<user>/<repo>/releases
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/tags$"] = {
--- github.com/<user>/<repo>/tags
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/issues$"] = {
--- github.com/<user>/<repo>/issues
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/pulls$"] = {
--- github.com/<user>/<repo>/pulls
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/wiki$"] = {
--- github.com/<user>/<repo>/wiki
icon = " ",
hl = "MarkviewPalette0Fg"
},
["developer%.mozilla%.org"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["w3schools%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette4Fg"
},
["stackoverflow%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["reddit%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["github%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["gitlab%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["dev%.to"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["codepen%.io"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["replit%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["jsfiddle%.net"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["npmjs%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["pypi%.org"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["mvnrepository%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette1Fg"
},
["medium%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["linkedin%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["news%.ycombinator%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for hyperlinks. See how inline elements are configured.
- type: markview.config.__inline
Configuration for hyperlinks whose destination matches string
. See how inline elements are configured.
Note
The structure for hyperlinks is [<label>](<destination>)
/[<label>][<destination>]
.
Changes how images are shown.
images = {
enable = true,
default = {
icon = " ",
hl = "MarkviewImage",
},
["%.svg$"] = { icon = " " },
["%.png$"] = { icon = " " },
["%.jpg$"] = { icon = " " },
["%.gif$"] = { icon = " " },
["%.pdf$"] = { icon = " " }
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for images. See how inline elements are configured.
- type: markview.config.__inline
Configuration for images whose destination matches string
. See how inline elements are configured.
Note
The structure for images is 
/![<label>][<destination>]
.
Changes how inline codes are shown.
inline_codes = {
enable = true,
hl = "MarkviewInlineCode",
padding_left = " ",
padding_right = " "
},
See how inline elements are configured.
Changes how internal links(from Obsidian
) are shown.
internal_links = {
enable = true,
default = {
icon = " ",
hl = "MarkviewPalette7Fg",
},
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for internal links. See how inline elements are configured.
- type: markview.config.__inline
Configuration for internal links whose content matches string
. See how inline elements are configured.
Note
The structure for internal links is [[<content>]]
.
Changes how uri autolinks are shown.
uri_autolinks = {
enable = true,
default = {
icon = " ",
hl = "MarkviewHyperlink",
},
["github%.com/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+/tree/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>/tree/<branch>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+/commits/[%a%d%-%_%.]+%/?$"] = {
--- github.com/<user>/<repo>/commits/<branch>
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/releases$"] = {
--- github.com/<user>/<repo>/releases
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/tags$"] = {
--- github.com/<user>/<repo>/tags
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/issues$"] = {
--- github.com/<user>/<repo>/issues
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/pulls$"] = {
--- github.com/<user>/<repo>/pulls
icon = " ",
hl = "MarkviewPalette0Fg"
},
["github%.com/[%a%d%-%_%.]+/[%a%d%-%_%.]+%/wiki$"] = {
--- github.com/<user>/<repo>/wiki
icon = " ",
hl = "MarkviewPalette0Fg"
},
["developer%.mozilla%.org"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["w3schools%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette4Fg"
},
["stackoverflow%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["reddit%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["github%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["gitlab%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["dev%.to"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["codepen%.io"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["replit%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
["jsfiddle%.net"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["npmjs%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["pypi%.org"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette0Fg"
},
["mvnrepository%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette1Fg"
},
["medium%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette6Fg"
},
["linkedin%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette5Fg"
},
["news%.ycombinator%.com"] = {
priority = -9999,
icon = " ",
hl = "MarkviewPalette2Fg"
},
},
- type:
boolean
default:true
Self-explanatory.
Default configuration for URI autolinks. See how inline elements are configured.
- type: markview.config.__inline
Configuration for URI autolinks whose link matches string
. See how inline elements are configured.
Note
The structure for URI autolinks is <<link>>
.