Cuis-Smalltalk-QuickNote

Description

Tool to take notes and, in particular, to write packages documentation

Details

Source
GitHub
Dialect
cuis (25% confidence)
License
MIT
Created
Aug. 4, 2021
Updated
Aug. 4, 2021

README excerpt

# Cuis-Smalltalk-QuickNote
Tool to take notes and in particular:
1. To write packages documentation
2. To copy snippets from/to the Wrokspace when we expect the system can boom!

This is a work in progress. This package is the best way I could figure
out to bend **StyledText** into my needs.

I need to write in monospace and be able to have colored font, 
highlight, bold and underline. 

## Start up 

Download or clone the package into the directory containing **Cuis-Smalltalk-Dev** directory, then 
run Cuis, open a Workspace and type this: 

```
Feature require: 'QuickNote'. 

# open a QuickNote document
QuickNote open. 
```
← Back to results