vss icon indicating copy to clipboard operation
vss copied to clipboard

support yaml front matter

Open zztkm opened this issue 3 years ago • 1 comments

使えそうな yaml module

https://github.com/jdonnerstag/vlang-yaml

  • vpm 対応してほしい...
  • git でやればいいか

zztkm avatar Aug 31 '22 02:08 zztkm

---
id: vim-fonts
title: VimのFont設定
---

こんな感じで書いたときの出力が以下

filename: vim-fonts

<head>
    <meta charset="utf-8">
    <title>VimのFont設定</title>
    <!-- <base href="@baseUrl"> -->
    <meta name="description" content="@description" />
</head>

zztkm avatar Oct 16 '22 04:10 zztkm