jrobind / dev-jot

Note-taking app for online development tutorials
MIT License
54 stars 45 forks source link

Lesson export #132

Closed Blargian closed 3 years ago

Blargian commented 3 years ago

Hi, opening a PR for a preliminary review. I think I've got all the basic functionality working now and we can start working on making adjustments to improve it.

Added:

You should be able to view your markdown files by opening them in VS code and pressing ctrl + v on windows. At the moment indentation has been left out as I don't think this is supported in github markdown. I've also left the "small" heading tag as normal text for the time being.

Looking forward to getting some feedback :)

Blargian commented 3 years ago

Hi @jrobind, sorry about that. Yes, I'm using VS code. I missed the .editorconfig file before. Other than installing the extension editorconfig are there any other steps I need to take to make use of that file?

If you'd like I'll make a new branch, add my changes and we can try again?