Utilities to work with the minimal documentation tools starting with Markdeep file format within Pharo/Lepiter.
Go to file
Offray Vladimir Luna Cárdenas 089eb8c2eb Fixing image link importation for descriptions with links inside. 2024-04-26 08:48:53 -05:00
src Fixing image link importation for descriptions with links inside. 2024-04-26 08:48:53 -05:00
wiki/es Renaming: Folder conventions. 2022-09-01 12:29:49 -05:00
.project Adding project metadata. 2022-03-24 16:42:58 -05:00
README.md Minimal usage instructions. 2022-12-29 13:54:17 -05:00

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