mirror of
https://codeberg.org/mclemens/qrz.is.git
synced 2024-11-20 01:06:09 -05:00
926 B
926 B
title | type | author | date | url | tags | |||
---|---|---|---|---|---|---|---|---|
Vim Syntax Plugin for Fast Log Entry Log Files | post | micha | 2022-10-31T08:00:00+02:00 | /vim-fle-syntax/ |
|
I wrote a Vim syntax plugin for writing Fast Log Entry compatible log files in Vim. This allows me to write extensive logs with a lightweight Linux laptop on the console in Vim while operating portable without the need of a Fast Log Entry install but still with the very helpful syntax highlighting.
This plugin does not convert the log into ADIF files. The idea is to copy/paste the log later on into FLE and to the convertion there.
You can find a nice write-up on FLE at https://wb3gck.com/2016/01/13/fast-log-entry-fle/ (thanks to W8EMV for mentioning it).
Screenshot
Code
You can find the code and more information here.