quick-notes
Getting started with quick-notes
How to create and update markdown quick-notes
Exporting quick-notes to toml
Quick-notes CLI
API
quick-notes
quick_notes.cli.model module
View page source
quick_notes.cli.model module
class
quick_notes.cli.model.
QuickNote
(
title
:
str
,
text
:
str
,
id
:
int
,
date
:
str
)
[source]
Bases:
QuickNoteBase
Parameters
:
title
(
str
) –
text
(
str
) –
id
(
int
) –
date
(
str
) –
date
:
str
id
:
int