Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: add logo to readme #47

Merged
merged 10 commits into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ coverage
node_modules
dist
out
.DS_Store
.DS_Store
.wakatime-project
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

![logo](screens/yarle-logo.png)

# yarle: Yet Another Rope Ladder from Evernote

Expand All @@ -18,11 +19,12 @@ A tool that converts enex note(s) into Markdown format in order to let you escap

## Installation

- [install Node.js](https://nodejs.org/en/download/). Please use Node 10.18.1 because of 3rd party dependencies rebuild problems.
0. [Install Node.js](https://nodejs.org/en/download/).

- clone or download this repo
- npm i
- npm run build
1. Clone or download this repo.
2. Open a terminal and navigate to the root folder of the repo.
3. Type `npm i`, it installs the dependencies.
4. Type `npm run build` to build the package.

## Usage:

Expand Down Expand Up @@ -61,6 +63,17 @@ Those markdown notes that contains external resources such pictures or files, ar

## Release notes

### Version 2.9.0

- NodeJs version limitation resolved.
- Feature requested in [Issue#39](https://github.com/akosbalasko/yarle/issues/39) implemented: the conversion returns the number of the failed notes if any.
- Logo added to readme.
- Previously if unit tests were executed in timezone differs from Western Europe, they were failed. It's fixed now.
- Bug reported in [Issue#39](https://github.com/akosbalasko/yarle/issues/39) fixed.
- Action added to test Yarle in different Node versions.

Special thanks to [Rodrigo Vieira](https://github.com/rodbv) for the contribution!

### Version 2.8.0

- New command-line argument introduced : `--outputFormat`. Its optional, one possible value is `ObsidianMD` that configures Yarle to generate internal file links and highlights in Obsidian-style.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarle-evernote-to-md",
"version": "2.8.0",
"version": "2.9.0",
"description": "Yet Another Rope Ladder from Evernote",
"keywords": [
"evernote",
Expand Down
Binary file added screens/yarle-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.