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

Search #30

Open
alganet opened this issue Mar 15, 2012 · 1 comment
Open

Search #30

alganet opened this issue Mar 15, 2012 · 1 comment
Labels

Comments

@alganet
Copy link

alganet commented Mar 15, 2012

This is a feature that I would love to have on Respect Project. We're moving our docs do DocumentUp and we noticed that large README files are often hard to search manually.

It would be awesome to have a search box with auto-complete for every section on the README. A full index with all of the words in the document would be even better, though harder to code. Maybe projects like this could help.

Me and @augustohp are willing to contribute with code if necessary, though we could need some guidance to build the environment and run it (I have no idea on how to do that).

Even if this feature doesn't get implemented, I would like to buy you a beer for the awesome job you've made so far. Please send me your PayPal account =)

Thanks!

@jeromegn
Copy link
Owner

Interesting thought. For now, Command+F (or Control+F on Windows) works well enough. I'm hoping to keep this project as simple as possible. Right now, there's no JavaScript at all on the compiled pages, it's a static HTML/CSS file.

I haven't been needing this feature myself, but if contribute code, I'd be willing to merge it if it's lightweight enough. (by "lightweight", I mean: not using a framework (or a very small one) and making it an optional configuration option)

Getting setup for development is pretty straight forward:

  1. Install node
  2. Clone the repo
  3. npm install
  4. Make awesome changes
  5. npm start
  6. Pull request

I guess I should add that to the documentation :)

Donations are indeed welcomed! My PayPal email is the same as my Github profile's email: http://github.com/jeromegn

It's awesome that you're moving your projects' documentation over to DocumentUp!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants