OXY2DEV / markview.nvim

☄️ Highly customisable markdown(latex & inline html) previewer for Neovim
Apache License 2.0
1.45k stars 40 forks source link

✨ Feature: Frontmatter #168

Open mikaeleythor opened 1 month ago

mikaeleythor commented 1 month ago

The nature of the feature:

Description:

Would be pretty cool to render frontmatter. E.g. by hiding the hyphens and changing the highlight groups of the tags.

---
date: 2024-10-06
date_modified: 2024-10-06
tags: [engineering, machine-learning, HR, DATA]
---

could look like this

date: 2024-10-06
date_modified: 2024-10-06
tags: [engineering, machine-learning, HR, DATA]
github-actions[bot] commented 4 days ago

🤖 Bot: Issue has not seen activity in 30 days and will therefore be marked as stale. It will be closed in 7 days if no further response is found.

OXY2DEV commented 4 days ago

Yaml & Toml metadata section support was added in 1f597cc.

Screenshot_2024-11-06-21-12-43-189_com termux x11-edit

Icons support is only available for Yaml at the moment and only supports properties mentioned in obsidian's website.