Gå till innehåll

KleverNotes

Kategorier:   Kontor | Verktyg
Huvudsida på skrivbord
Huvudsida på liten formfaktor
Uppgiftssida
Teckningssida
KleverNotes är ett antecknings- och hanteringsprogram för mobil och skrivbord. Det använder Markdown och låter dig förhandsgranska innehållet.
Installera på
Linux
Knappen fungerar bara med Discover och andra AppStream programbutiker. Du kan också använda distributionens pakethanterare.

Utgåvor RSS

1.1.0 2024-10-07

KleverNotes 1.1.0 is finally available! KleverNotes is the Markdown note-taking app from KDE. For 3 months, I have been working hard to add new features while improving the app and fixing some bugs.

KleverNotes parser has been switched to md4qt:

      md4qt is a header-only C++ library for parsing Markdown.

      md4qt supports CommonMark 0.31.2 Spec, and some GitHub extensions, 
      such as tables, footnotes, tasks lists, strikethroughs, 
      LaTeX Math injections, GitHub's autolinks.

      It is fast, repliable, customizable and easy to use. A perfect match ! 
    </p>

The toolbar is now more precise for removing specific Markdown tags but also to apply them. On top of that, the toolbar now shows you which tags are already applied on the text under the cursor or the selected text.

      The editor has also gained some interesting features. Block tab/untab support 
      and automatic addition of list items are now more reliable, but you now also have 
      the ability to add an html break before a new line with `Shift + Enter` or 
      a horizontal ruler using `Alt + Enter`.
    </p>

- The parsing is now done on a separated thread, so parsing very large notes should still be smooth !

      - The rendering is now disabled if the preview is disabled, saving some resources ! 

      - Using the toolbar will now add or remove text in a single undo block, 
      no more double/triple `Ctrl+Z` to go back to your previous state.
    </p>

The editor now has the abilty to be "WYSIWYG".

      By default, the markdown tags will be smaller than the rest of text by 50%, this can 
      of course be tweaked in the settings.

      Those tags will regain their normal sizes based on the cursor position/selected text.
      This way, you're able to see which tag is responsible for a style.
    </p>
1.0.0 2024-06-05

KleverNotes, KDE's Markdown note-taking and management application using Kirigami, is ready for its first release!

KleverNotes allows you to create and preview a Markdown note while giving you the freedom to customize the preview from settings or using a CSS theme. You can organize your notes however you want with a combination of categories and groups, which will be directly reflected on your system in the hierarchy of your KleverNotes storage folders. Simply choose your storage location and you're ready to write!

You can print your notes, add small sketches and even create specific tasks for each of them, all from the application!

Notes are saved as Markdown files in your KleverNotes storage for easy access. They support the entire CommonMark specification with extensive syntax. KleverNotes also introduces a small collection of opt-in “plugins” to extend basic markdown features, such as: code highlighting, note linking, quick emoji, etc.