FruitJS icon indicating copy to clipboard operation
FruitJS copied to clipboard

A Node.js script for turning your markdown documentation into a fully functional site.

Results 9 FruitJS issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement

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.

bug

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.

bug

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...

enhancement

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...

enhancement

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...

bug

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...

enhancement

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...

enhancement

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...

enhancement