makeread.me icon indicating copy to clipboard operation
makeread.me copied to clipboard

Create Curated List of Articles

Open ShaanCoding opened this issue 1 year ago • 1 comments

Feature Details

As a user I want a curated list of articles / guides providing me best practices on: - Choosing a License - Writing a ReadME - Writing other documentation

So that I am informed and can quickly create a highly documented & effective ReadME template for my project

Expected Functionality

As we are using NextJS we have markdown support straight out of the box. We need to do the following:

  • Make a base article page layout
  • Create the articles and then add them via markdown
  • Add discoverability for the articles:
    • How to navigate to these from the root page
    • SEO is applicable

ShaanCoding avatar Apr 13 '24 09:04 ShaanCoding

Would be cool if we can make articles look like markdown editor tabs using the markdown render component but modified

ShaanCoding avatar May 11 '24 16:05 ShaanCoding

MVP is done, the rest can be incremental features as it's a low priority / use-case ticket

ShaanCoding avatar Jul 23 '24 14:07 ShaanCoding