Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.61 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.61 KB

libre.ink

libre.ink is a serverless instant-publish blogging platform that lets you publish as fast as you can write.

The application does not talk to a database or server of any kind. All the content of your blog post lives in the URL using base64 encoding, so just remember to save your blog URL!

Quick-Tutorial.mov

Contributors

Feature List - MVP

  • Put cursor at the end of the text on page load
  • Re-write the placeholder text to mention markdown
  • iOS scroll fix needs to be perfected for edit page
  • About modal needs to include the GIF inside an accordion.
  • How do we show the Edit button? Save everything in local storage, and detect if this is the author?
  • Ghost eyes at bottom don't work properly
  • Main page subheading?

Feature List - Later

  • Page views/ Analytics dashboard
  • Chome extension
  • Markdown toolbar with auto hide
  • Store array of published urls in local storage and show them
  • Clean slate button
  • Add Reader-mode button to hide other floating btns / hide on scroll
  • Add pdf button to the save modal
  • Compress all settings into one gear icon on the top left
  • Enable reader-mode compatibility
  • History button if we are storing the previous posts
  • Dynamically show title when sharing to WhatsApp
  • Markdown toolbar on mobile is buggy
  • Fix enter line issue