KAEDE Hack blog

JavaScript 中心に ライブラリなどの使い方を解説する技術ブログ。

Markdown Report

To write Report by MarkDown

  • I stopped using MS Word or Google Docs
  • I started to make reports by .md file by Vim. It's much faster.

Why

I hate to use MS Word off course, also, I think I don't to need to use Google docs from browser just Write simple text, with text-align, font-size changing.

code samples

  • These are not quite simple as a markdown, but making template reduces the cost of thinking to cascade.

center

  • It is simple. Because HTML5 center tag is alive now.
<center>
HW cul O 10.28 
</center>

right or left

  • A bit long, but not so much
<div style= 'text-align:right'>
    Name of who. This will be right
</div>

using markdowntopdf.com

I made it here. A minimum but demand-passing template is done. This worked fine. * here sample of codes and pdfs

github.com

I used this site to convert.

https://www.markdowntopdf.com/

Problem of this site

  • 日本語(全角文字)が消滅してしまう

  • Searching Disabled in PDF.

  • PDF made by this disabled finder.

Vim Extension MarkDownPreview

  • Installed by Neobundle, easy.

github.com

[ f:id:kei_s_lifehack:20191028135657p:plain]
vim mark down preview in chrome

  • by typing :MarkDownPreview in vim.

This preview's code is here

<center>
HW cul O 10.28 
</center>
<div style= 'text-align:right'>
Miller, The Age of Evangelicalism, by Aikawa
</div>

### Presidential Prayer Breakfast (P.11)

### Mennonite (P.12)

### Christianity Today (P.13)

### Topic

<div style= 'text-align:right'>
NAME: hoge
</div>

Typora

f:id:kei_s_lifehack:20191101234351p:plain

  • While Exporting PDF by MarkDownPreview floats table left f:id:kei_s_lifehack:20191101234550p:plain