0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

マークダウンの折りたたみをトグルできるneovimプラグインを作った

Posted at

概要

マークダウンで折りたたみを書きたい時には以下のように書く必要があります。

<details>
  <summary>見出し</summary>

  折りたたまれる内容
</details>
見出し

折りたたまれる内容

これが地味にめんどくさくてストレスだったので、超簡単にneovimのプラグイン化しました。

ソース

デモ

demo.gif

使い方

visual modelで、 折りたたみしたい範囲を選択して :MdAccordioon とするだけです。
選択範囲がdetailsで囲まれていれば付与、囲まれていなければ除去されます。

:MdAccordion open とすることで付与の際に、<details open>で追加されます。

終わりに

自分のユースケースを満たせればいいやとかなり適当に作ったので多々改善面あるかと思いますがこのくらいの温度感で使える方は是非使ってみてください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?