No commit activity in last 3 years
No release in over 3 years
# Markdown Explorer This Ruby Gem uses Sinatra and Redcarpet to allow you to CRUD markdown files on your local system.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0
~> 3.0

Runtime

~> 1.6
~> 3.3
~> 1.4
 Project Readme

MarkdownExplorer

This Ruby Gem uses Sinatra and Redcarpet to allow you to CRUD markdown files on your local system.

Currently, only read functionality is implemented.

Installation

$ gem install markdown_explorer

Usage

Run the executable in a folder with markdown files.

$ mdexplore

Then, navigate to http://localhost:8080 in your browser

MarkdownExplorer

Development

$ cd markdown_explorer
$ ./bin/setup      # install dependencies
$ rake spec        # run the test suite
$ ./bin/console    # open the interactive prompt
$ ./exe/mdexplore  # run the application
$ rake -T          # view rake commands

Other commands:

$ rake install:local  # install gem locally
$ rake release        # release to RubyGems.org (bump version.rb, first)

TODO

  • Create markdown files in browser
  • Edit/update markdown files in the browser
  • Delete markdown files from the browser
  • Create a better navigation system (tree view)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/LaunchAcademy/markdown_explorer. Use the fork-and-branch workflow to contribute.

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.