From 8697555125c57ae64a0c9b78514b4aac4fd523de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 27 Jun 2023 14:50:20 +0200 Subject: Massive formatting and added figcaption --- content/notes/extending-dte-editor.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'content/notes/extending-dte-editor.md') diff --git a/content/notes/extending-dte-editor.md b/content/notes/extending-dte-editor.md index d23cbc7..161c104 100644 --- a/content/notes/extending-dte-editor.md +++ b/content/notes/extending-dte-editor.md @@ -7,13 +7,14 @@ draft: false tags: [dte] --- -[`dte`](https://craigbarnes.gitlab.io/dte/) is an interesting editor I started using -lately more and more. Since it is using [`execvp()`](https://linux.die.net/man/3/execvp) -it can be easily extended. I needed comment/uncomment feature so I created a -small utility that does this for me. Code lives on repository -[dte extensions](https://git.mitjafelicijan.com/dte-extensions.git/about/) -but this utilities can be used for whatever you want. Make sure you have -version 1.11 or above. +[`dte`](https://craigbarnes.gitlab.io/dte/) is an interesting editor I started +using lately more and more. Since it is using +[`execvp()`](https://linux.die.net/man/3/execvp) it can be easily extended. I +needed comment/uncomment feature so I created a small utility that does this for +me. Code lives on repository [dte +extensions](https://git.mitjafelicijan.com/dte-extensions.git/about/) but this +utilities can be used for whatever you want. Make sure you have version 1.11 or +above. Next one will be invoking formatter based on the type of a file. -- cgit v1.2.3