Utilities to work with the minimal documentation tools starting with Markdeep file format within Pharo/Lepiter.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Offray Vladimir Luna Cárdenas e3f3a62078
Debugging Markdeep conversors.
5 days ago
src Debugging Markdeep conversors. 5 days ago
wiki/es Renaming: Folder conventions. 9 months ago
.project Adding project metadata. 1 year ago
README.md Minimal usage instructions. 5 months ago

README.md

MiniDocs

MiniDocs is a project that includes several minimalistic documentation tools used by the Grafoscopio community, starting with Markdeep and its integrations with Lepiter .

Installation

To install it, first install ExoRepo and then run from a playground:

ExoRepo new
	repository: 'https://code.sustrato.red/Offray/MiniDocs';
	load.

Usage

Once you have installed MiniDocs, each Lepiter note will provide an export button (1), as showcased here:

Exporting to Markdeep with MiniDocs.

If you click on it, you will get the right panel in the previous screenshot, showcasing the exported document. And if you click on the "Open in OS" button (2), you will see the document in your web browser, like this:

Exported Lepiter note opened in the web browser