User:Cclark5189: Difference between revisions

From h.h
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
Test page for mediawiki emacs edit testing, stay tuned
== Fetch file ==


{| class="wikitable"
<code>wget 'https://hhacker.space/wiki/index.php?title=Equipment&amp;action=raw' -o Equipment.wiki</code>
|+ Usage Restrictions
 
|-
<code>pandoc -f mediawiki -t markdown_mmd Equipment.wiki -o Equipment.md</code>
! scope="col"| Key
 
! scope="col"| Meaning
<span id="edit"></span>
|-
== Edit ==
! scope="row"| F
 
| Free to use
<span id="linuxtext-edit"></span>
|-
=== Linux/Text edit ===
! scope="row"| C
 
| Bring your own consumables or pay for ours. A tiny bit of free use is okay
<pre>Linux emacs editor has a markdown mode that seems to work fine. You must install the package first</pre>
|-
<span id="excel-or-libreoffice"></span>
! scope="row"| R
=== Excel or LibreOffice ===
| Rental price required. (Covers maintenance)
 
|-
<pre>LibreOffice Writer read and writes *markdown* format files. Tables seem to work, things like code blocks do not.</pre>
! scope="row"| T
<span id="push"></span>
| Training or certification required
== Push ==
|-
 
! scope="row"| t
<code>pandoc -f markdown_mmd -t mediawiki Equipment.md -o Equipment.wiki</code>
| Please ask for help if you haven't used this tool before
 
|-
Right now just copy/paste to the wiki edit page, I haven't spent time on remote file update
|}

Revision as of 17:47, 30 March 2026

Fetch file

wget 'https://hhacker.space/wiki/index.php?title=Equipment&action=raw' -o Equipment.wiki

pandoc -f mediawiki -t markdown_mmd Equipment.wiki -o Equipment.md

Edit

Linux/Text edit

Linux emacs editor has a markdown mode that seems to work fine. You must install the package first

Excel or LibreOffice

LibreOffice Writer read and writes *markdown* format files. Tables seem to work, things like code blocks do not.

Push

pandoc -f markdown_mmd -t mediawiki Equipment.md -o Equipment.wiki

Right now just copy/paste to the wiki edit page, I haven't spent time on remote file update