MindForger is personal thinking notebook and Markdown IDE:
- Check getting started and features walkthrough YouTube video
MindForger project motivation and inspiration:
How to install MindForger?
How to use MindForger?
What are interesting (collections of) Markdown documents?
How to clone, build, improve, research, tweak and contribute?
What's MindForger project history?
For more details see also MindForger project home https://www.mindforger.com
💡 click a note in the tree of notes on the left to see other sections of this notebook.
💡 click menu View/Outlines
or press Ctrl+Shift+O to view all documents in MindForger
documentation repository.
Made with passion for personal pleasure.
Understand motivation, install, configure and use:
Clone, build, improve, research, tweak, contribute:
If you want to use MindForger as Markdown IDE/editor, then you may want to check examples of various documents (collections) below.
Simply clone Git repository and open it from its root directoring using MindForger:
- ProGit
git clone https://github.com/progit/progit && cd progit && mindforger .
- JavaScript algorithms
git clone https://github.com/trekhleb/javascript-algorithms && cd javascript-algorithms && mindforger .
- Pure Bash bible
git clone https://github.com/dylanaraps/pure-bash-bible && cd pure-bash-bible && mindforger .
- Awesome AI services
git clone https://github.com/sekwiatkowski/awesome-ai-services && cd awesome-ai-services && mindforger .
- Build your own X
git clone https://github.com/danistefanovic/build-your-own-x && cd build-your-own-x && mindforger .
- Front-end Handbook 2018
git clone https://github.com/FrontendMasters/front-end-handbook-2018 && cd front-end-handbook-2018 && minforger .
- NYTimes Objective-C style guide
git clone https://github.com/NYTimes/objective-c-style-guide && cd objective-c-style-guide && mindforger .
- LivingSocial API design
git clone https://github.com/livingsocial/api-design && cd api-design && mindforger .
- C++ core guidelines
git clone https://github.com/isocpp/CppCoreGuidelines && cd CppCoreGuidelines && mindforger .
- AI computer vision resources
git clone https://github.com/jbhuang0604/awesome-computer-vision && cd awesome-computer-vision && mindforger .
- FiveThirtyEight data sources
git clone https://github.com/fivethirtyeight/data && cd data && mindforger .
See also awesome Markdown repositories for more examples.