Digital Historian

Follow me on GitHub

Install VSCode and GIT

  • We will use Visual Studio Code (VS Code) as our text and code editor. This widely used software, now owned by Microsoft, is open source and also has multiple plug-ins (add-ons) that add useful features. All the necessary instructions and software downloads can be found here: https://code.visualstudio.com/docs (Download Visual Studio Code)



Useful VSCode plugins

Some extensions of VSCode add relevant and useful functions to the editor.

  • Markdown Editor (zaak) adds a WYSIWIG editor and an HTML export function.
    • when you’ve opened a MD document you can activate it with shift-ctrl-cmd(or)alt)-M or from the Command Palette
  • CSV to Markdown Table (phoihos) allows to convert CSV data to a markdown table
  • SPARQL Notebook (Zazuko) “a powerful way to document SPARQL queries and make them execute as notebook code cells.” - always export the queries to Markdown pages