added new blog post, added a project, added ring.fediverse.radio snippet
This commit is contained in:
parent
fdffef13ba
commit
cf403e56fc
25
content/post/vim-fle-syntax.md
Normal file
25
content/post/vim-fle-syntax.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "vim-fle-syntax"
|
||||
type: post
|
||||
author: micha
|
||||
date: 2022-10-31T08:00:00+02:00
|
||||
url: /vim-fle-syntax/
|
||||
tags:
|
||||
- Software
|
||||
- Vim
|
||||
- Ham Radio
|
||||
---
|
||||
|
||||
I wrote a Vim syntax plugin for writing [Fast Log Entry](https://df3cb.com/fle/) 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
|
||||
|
||||
![image](/img/vim-fle-syntax.jpg)
|
||||
|
||||
# Code
|
||||
|
||||
You can find the code and more information [here](https://codeberg.org/mclemens/vim-fle-syntax).
|
@ -22,6 +22,7 @@ showthedate: false
|
||||
* [Heated Trackball](/heated-trackball/) - Heating mod for Logitech trackballs
|
||||
|
||||
#### Amateur Radio
|
||||
* [vim-fle-syntax](/vim-fle-syntax/) - Vim syntax plugin for writing [Fast Log Entry](https://df3cb.com/fle/) compatible log files in Vim
|
||||
* [FediHams](/fedihams/) - The FediHams Digital Voice Network
|
||||
* [colorspot](https://codeberg.org/mclemens/colorspot) - A colorful command line DX cluster client with LotW integration
|
||||
* [AllStarLink Node](/allstarlink-node-build/) - My build of an AllStarLink node
|
||||
|
18
layouts/partials/footer.html
Normal file
18
layouts/partials/footer.html
Normal file
@ -0,0 +1,18 @@
|
||||
<footer>
|
||||
<hr>
|
||||
<nav>
|
||||
<center>Fediverse.Radio Web Ring</br>
|
||||
<a href="https://ring.fediverse.radio/ring.php?site=qrz.is&direction=previous">← Back</a>
|
||||
<a href="https://ring.fediverse.radio/ring.php?site=qrz.is&direction=random">↑ Random</a>
|
||||
<a href="https://ring.fediverse.radio">↓ Ring Home</a>
|
||||
<a href="https://ring.fediverse.radio/ring.php?site=qrz.is&direction=next">Next →</a></center>
|
||||
</nav>
|
||||
<hr>
|
||||
<nav>
|
||||
<p>© {{ now.Year }} <a href="{{ .Site.BaseURL }}"><b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a>
|
||||
{{- range .Site.Menus.footer }}
|
||||
- <a rel="me" href="{{ .URL }}"><b>{{ .Name }}</b></a>
|
||||
{{- end }}
|
||||
</p>
|
||||
</nav>
|
||||
</footer>
|
BIN
static/img/vim-fle-syntax.jpg
Normal file
BIN
static/img/vim-fle-syntax.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue
Block a user