From e2f3c37d7d6706cd84398e0db2462327c3e6c49e Mon Sep 17 00:00:00 2001 From: Troy Stephens Date: Mon, 20 Jun 2022 13:36:30 -0500 Subject: [PATCH] Added proposed mention of TypeMetal, a macOS HTML editor that uses tidy --- plus/_posts/2022-06-20-plus_typemetal.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plus/_posts/2022-06-20-plus_typemetal.md diff --git a/plus/_posts/2022-06-20-plus_typemetal.md b/plus/_posts/2022-06-20-plus_typemetal.md new file mode 100644 index 0000000..444eeb0 --- /dev/null +++ b/plus/_posts/2022-06-20-plus_typemetal.md @@ -0,0 +1,16 @@ +--- +title: "TypeMetal" +bg: "#00bb00" +color: black +style: left +fa-icon: lightbulb-o +--- + +# TypeMetal + +[TypeMetal][1] is a visual HTML editor for macOS whose [whole-document validation][2] uses `tidy` to identify problems in documents and automatically fix serious structural issues. + + + [1]: https://coherencelabs.com/typemetal + [2]: https://coherencelabs.com/typemetal-additions/manual/whole-document-validation.html +