A minimalist note taking application.
\n" 51 | "\n"
52 | "• Project page: %2
\n"
53 | "• Tips and tricks: %3\n"
54 | "
Hi,
\n" 60 | "I hope you enjoy Nanonote!
\n" 61 | "If you do, it would be lovely if you could support my work on " 62 | "free and open source software.
\n" 63 | "― Aurélien
", 64 | "%1: support url") 65 | .arg(SUPPORT_URL); 66 | auto font = ui->supportLabel->font(); 67 | font.setItalic(true); 68 | ui->supportLabel->setFont(font); 69 | ui->supportLabel->setText(text); 70 | } 71 | 72 | void SettingsDialog::updateFontFromSettings() { 73 | ui->fontComboBox->setCurrentFont(mSettings->font()); 74 | ui->fontSizeSpinBox->setValue(mSettings->font().pointSize()); 75 | } 76 | -------------------------------------------------------------------------------- /src/SyntaxHighlighter.cpp: -------------------------------------------------------------------------------- 1 | #include "SyntaxHighlighter.h" 2 | 3 | #include12 | Nanonote is a minimalist note taking application. 13 |
14 |15 | It automatically saves anything you type. Being minimalist means it has no synchronisation, does not support multiple documents, images or any advanced formatting (the only formatting is highlighting URLs and Markdown-like headings). 16 | Pixel Wheels is a retro top-down race game for Linux, macOS, Windows and Android. 17 |
18 |Added
31 |Added
42 |Changed
49 |Fixed
53 |Fixed
63 |Added
71 |Added
79 |Changed
84 |Fixed
88 |Internals
94 |Changed
106 |Fixed
110 |Added
119 |Changed
126 |Added
134 |Fixed
141 |Added
151 |Fixed
157 |Added
166 |Fixed
172 |Added
182 |