File tree 5 files changed +52
-23
lines changed
5 files changed +52
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # medmark
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #20 ] ( https://github.com/brionmario/medmark/pull/20 )
8
+ [ ` 9ff5d76 ` ] ( https://github.com/brionmario/medmark/commit/9ff5d7641811aa18154ca5802992b2feab5ddf8e ) Thanks
9
+ [ @brionmario ] ( https://github.com/brionmario ) ! - Add ability to init Medmark by executing ` medmark init ` .
10
+
11
+ ``` bash
12
+ medmark init
13
+ ```
14
+
15
+ This will do the following.
16
+
17
+ - Create a ` .medmark ` folder at the root of the execution with the following folder structure.
18
+
19
+ ``` bash
20
+ ├── .medmark
21
+ │ ├── medium-export # Should extract the medium archive here.
22
+ │ │ ├── .gitkeep
23
+ │ ├── templates # Should contain the templates for Medmark.
24
+ │ │ ├── sample-medmark-template.js
25
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " medmark" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Export your Medium articles to markdown(md)." ,
5
5
"keywords" : [
6
6
" medium" ,
Original file line number Diff line number Diff line change
1
+ # medmark-playground
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #20 ] ( https://github.com/brionmario/medmark/pull/20 )
8
+ [ ` 9ff5d76 ` ] ( https://github.com/brionmario/medmark/commit/9ff5d7641811aa18154ca5802992b2feab5ddf8e ) Thanks
9
+ [ @brionmario ] ( https://github.com/brionmario ) ! - Add ability to init Medmark by executing ` medmark init ` .
10
+
11
+ ``` bash
12
+ medmark init
13
+ ```
14
+
15
+ This will do the following.
16
+
17
+ - Create a ` .medmark ` folder at the root of the execution with the following folder structure.
18
+
19
+ ``` bash
20
+ ├── .medmark
21
+ │ ├── medium-export # Should extract the medium archive here.
22
+ │ │ ├── .gitkeep
23
+ │ ├── templates # Should contain the templates for Medmark.
24
+ │ │ ├── sample-medmark-template.js
25
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " medmark-playground" ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"description" : " Playground to test out Medmark features" ,
6
6
"author" :
" Brion Mario <[email protected] > (https://brionmario.com/)" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments