24 lines
1.1 KiB
HTML
Executable File
24 lines
1.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en-us"><head>
|
|
<!--#include virtual="/includes/header.inc" -->
|
|
<article>
|
|
<h1>Vim Syntax Plugin for Fast Log Entry Log Files</h1>
|
|
<i>Posted on 2022-10-31</i>
|
|
|
|
|
|
|
|
|
|
<p>I wrote a Vim syntax plugin for writing <a href="https://df3cb.com/fle/">Fast Log Entry</a> 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.</p>
|
|
<p>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.</p>
|
|
<p>You can find a nice write-up on FLE at <a href="https://wb3gck.com/2016/01/13/fast-log-entry-fle/">https://wb3gck.com/2016/01/13/fast-log-entry-fle/</a> (thanks to W8EMV for mentioning it).</p>
|
|
<h2 id="screenshot">Screenshot</h2>
|
|
<p><img src="/img/vim-fle-syntax-1.png" alt=""></p>
|
|
<h2 id="code">Code</h2>
|
|
<p>You can find the code and more information <a href="/files/vim-fle-syntax.tar.gz">here</a>.</p>
|
|
|
|
</article>
|
|
|
|
</div>
|
|
</main>
|
|
</body></html>
|