Skip to content
/ word2md Public template

Manage your academic papers in a Word file

Notifications You must be signed in to change notification settings

k1nsenka/word2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

word → md(実装済み) → push(実装済み) → 文章チェック,スペルチェック(未実装)までをやってくれるテンプレート

参考:https://blog.ue-y.me/word-git-textlint/

install pandoc

$ brew install pandoc

構造

|-- README.md
|-- .gitignore
|-- archive: 初稿,第二版などを適当に置いておくゴミ箱,GitHubにはpushされない
|   |-- image.png
|   |-- archive.docx
|-- src: ワードファイルをマークダウンに変換する儀式を行うディレクトリ
   |-- doc2md.sh
   |-- markdown.md
   |-- word.docx

使い方

  1. わーどで論文を書く
  2. ファイル名をword.docxに変更
    1. ファイル名を変更したい場合は,./src/word2md.shを編集
  3. word.doxを./srcに配置
  4. $ ./docx2md.sh push でプッシュまで行われる

permission denied: ./docx2md.sh と言われた場合は以下を実行

$ chmod 700 ./docx2md.sh

About

Manage your academic papers in a Word file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages