FruitJS
FruitJS copied to clipboard
A Node.js script for turning your markdown documentation into a fully functional site.
Hi, nice work, but I'd like to customize the output with own styles. It work fine, but can you change the order of the styles? FruitJS styles are default styles...
CSS, JS, and LESS files don't resolve naming conflicts. We manage injection into the page, so it should have no problem resolving the issue.
If none of the files have any header, it won't render at all. We should have a fallback in this case to render based on page filenames or something.
Need a test engine to be able to run tests. Unfortunately the actual result will be a difficult thing to test initially, but once I get themes going, I should...
The themes and templates architecture needs to be reworked and exposed. This will allow others to create new or custom themes and use them in markdown page generation. Themes should...
I have a single markdown file as input and was expecting all the headings in the generated html menu to be at the same level. However, all headings following the...
There needs to be an easy way to link to a specific section. Linking to other page or inline content might look like this: ``` ## Header Level 2 [Link...
The code is turning into a bit of a mess, with adding everything as needed. There should be a centralized structure for asking for and receiving information between components. Easiest...
The core document item needs better option management. Theoretically, it should just get passed in an options object and use those settings to render instead of all of this parameter...