Try   HackMD

課程所需相關工具

tags: course, version control,hackmd

共筆系統

HackMD 是一套由臺灣團隊開發的線上共筆系統。共筆系統是使用非常容易上手的 markdown 語法,其設計的哲學就是「易讀易寫」,詳細相關的使用說明可以參考 HackMD 語法。或是參閱 這份簡單的 markdown 及 HackMD 說明

在這份課程講義中,全部都是使用 markdown 透過 HackMD 平台建立出來的。

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

圖一、hackmd 編輯介面

登入 hackmd 後,您可以直接編輯該份共筆,請參見上圖一。在 A 區塊是編輯/檢視區塊,有三種模式,(1) 編輯(也就是會呈現 markdown 原始碼區塊,圖一中的綠色方框 1)、(2) 編輯與檢視 (3) 檢視(圖一中的綠色方框 2)。預設會顯示「編輯/檢視」,左半部的畫面是讓您編輯 markdown 的區域,右半邊則是顯示排版好的區域。

此外在每章節下方都有留言討論區,你可以在下方留言問問題或是提出你的建議。

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

圖一、HackMD 結合 disqus 留言區

RMarkdown 及 R Notebook

參考資料
R Markdown: The Definitive Guide

R Notebook 的設定

header-includes:
- \usepackage{fontspec} # 使用 fontspec package
- \usepackage{xeCJK}    # 使用 xeCJK package
- \setCJKmainfont{Songti TC} # 指定主要的字型,
# windows 使用者可用「標楷體」、
# 「新細明體」,或是依照您安裝的字型# 名稱輸入
output: 
  pdf_document: 
    keep_tex: yes # 保留 tex 檔,萬一出了問題,可以手動檢查並重新編譯
    latex_engine: xelatex # latex 引擎設定為 xelatex

專案管理系統

看板式專案管理系統

可使用 Trello 或是 GitHub 內建的

版本控制系統