Autor Thema: Editoren diverses ...  (Gelesen 353073 mal)

0 Mitglieder und 5 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
KeyNote NF 1.9.4.1
« Antwort #7725 am: 11 Mai, 2024, 08:40 »
KeyNote NF is a tabbed notebook that is particularly suitable for writing and organizing free-form information, especially those that fit naturally within a tree-based structure, such as lists or outlines. It supports rich text and images, multi-level notes and strong encryption. A search function quickly locates information you are looking for. Notes can also be securely encrypted using IDEA or Blowfish.

KeyNote NF is a fork of the original open-source Keynote, which is no longer being developed. It adds many new features, including check boxes on children of selected nodes, hidden nodes, alarms on nodes, better treatment of tables, improved treatment of links, multi-language support, automatic compression, etc.

License:    MPL 2.0

Changelog


    Fixed: When importing multiple plain text files as new nodes, you may lose data when saving
    Fixed: "Show word count in status bar" in notes with 30000+ chars can corrupt that note
    Fixed: Export could fail when exporting each note to a separate file
    Fixed: "Cut subtree" and then "Paste subtree" make a copy instead of move
    Fixed: Exception in File|Properties on new file, not saved, if default image storage is External
    Now it is possible to import text files in UTF-16 LE and UTF-16 BE
    The style definition file (keynote.kns) is now updated after each modification, not just on exit

[close]

https://github.com/dpradov/keynote-nf

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 9.1.0405
« Antwort #7726 am: 11 Mai, 2024, 10:10 »
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Whats new:>>

    tests: xxd buffer overflow fails on 32-bit
    runtime(java): Stop handpicking syntax groups for @javaTop (#14727)

http://www.vim.org/index.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
TEA 63.0.1
« Antwort #7727 am: 11 Mai, 2024, 21:10 »
TEA is a graphical text editor. Its name is an acronym for Text Editor of the Atomic Era. It is designed for low resource consumption, a wide range of functions and adaptability.

License: GPLv3

Whats new:>>

The spellchecker fix.

https://tea.ourproject.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Pandoc 3.2
« Antwort #7728 am: 12 Mai, 2024, 08:40 »
Pandoc is a command-line utility that can convert files from one markup format into another. Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

    Change to --file-scope behavior ( #8741 ): previously a Div with an identifier derived from the filename would be added around the contents of each file. This caused problems for “chunking” files into chapters, e.g. in EPUB. We no longer add the surrounding Div. This cooperates better with chunking. Note, however, that if you have relied on the old behavior to link to the beginning of the contents of a file using its filename as identifier, that will no longer work.

    Markdown reader:

        Allow repeated labels in numbered example lists. Previously if you tried to use the same label as an earlier example list item, you’d get a new number, not the old one, and references to the label would go to the second occurrence. Now an existing label will be reused, and no new number will be generated. Caveat: this only works reliably when the re-used example list item occurs by itself in a list, or occurs in a list of previously used example list items that occur in exactly the same order as previously.
        Fix normalCite so it doesn’t consume past a closing ] boundary ( #9710 ). This was causing an exponential performance bug on long lists of links containing potential emphasis characters.
        Generalize inlinesInBalancedBrackets to inBalancedBrackets, with a parameter for the inner parser.
        Auto-close unclosed divs ( #9635 ). This applies to both fenced and HTML-ish varieties. Otherwise we face an exponential performance problem with backtracking. A warning is issued when a div is implicitly closed.

    RST reader:
        Fix figclass and align annotations for figures ( #7473 , Gokul Rajiv).

    LaTeX writer:
        Use polytonicgreek instead of polutonikogreek with babel ( #9698 ). polutonikogreek is outdated. Also recognize both in the LaTeX reader.
        Improve treatment of math inside soul commands ( #1294 , #5529 ). soul commands ( ul, hl, st) are very fragile and the math must be handled specially.

    LaTeX reader:
        Fix over-eager macro expansion in conditionals ( #9676 ).
        Parse flalign, flalign* math environments ( #9679 ). We parse these as Math elements with an aligned environment. Semantically it’s not exactly the same, but better than falling back to raw LaTeX.

    LaTeX template: add titlegraphicoptionsvariable ( #9207 , Guilhem Saurel).

    Docx reader:
        Issue warning rather than error when we can’t parse EndNote citations (see #8433 ).
        Fix anchor in header after anchor ( #9626 , mbracke).

    RTF reader:
        Don’t try to handle non-default code pages ( #9683 ). Emit a warning instead.

    OpenDocument writer:
        Implement custom-style for spans ( #9657 ).

    Typst writer:
        Add blank line in definition lists with multiple definitions (see #9704 ).
        Property output ( #9648 , Gordon Woodhull). The Typst writer will pass on specially marked attributes as raw Typst parameters on selected elements. This allows extensive customization using filters. A separate document ( doc/typst-property-output.md) has been added that provides extensive documentation and examples of the use of this feature.

    Markdown writer:
        Don’t try to align columns in pipe tables with lines greater than COLUMNS. The alignment just reduces readibility when the lines soft wrap.
        Don’t use raw_attribute syntax for raw blocks, unless there is no other option (see #9677 ). Macros in a raw_attribute block don’t get interpreted when it is read again by pandoc’s markdown reader.

    ConTeXt writer:
        Replace depreciated \sc with \setsmallcaps( #9518 , James P. Ascher).

    Docx writer:
        Use conventional styles/indents for Word bullet lists ( #7280 ).

    reference.docx:
        Use current standard Word theme ( #7280 ). This includes using the sans-serif font Aptos instead of the serif font Cambria, and default colors for headings.
        Remove duplicate DefaultParagraphFont in styles.xml.

    New module Text.Pandoc.Transforms [API change] (Albert Krewinkel). This module exports the following functions which were formerly exported from Tetx.Pnadoc.Shared: headerShift, filterIpynbOutput, eastAsianLineBreakFilter, as well as some functions that were previously not exported.

    Text.Pandoc.Shared:
        headerShift, filterIpynbOutput, and eastAsianLineBreakFilter are no longer exported from this module; they are now exported from Text.Pandoc.Transforms (Albert Krewinkel).

    Text.Pandoc.Error:
        Improve reporting of unsupported extensions errors ( #9247 , Albert Krewinkel).

    Text.Pandoc.App:
        Move “transforms” after filters ( #9664 ). This will mean that --shift-heading-level-by affects a heading added by reference-section-title.

    Text.Pandoc.App.CommandLineOptions:
        Simplify output for OptVersion. Omit the information about versions of dependencies. We no longer emit version info at this level anyway; pandoc-cli intercepts and handles --version. This code would only be called if someone used the pandoc library function handleWithOptInfo in their own program.

    Text.Pandoc.ImageSize:
        Export ImageSize datatype.

    Text.Pandoc.SelfContained:
        Merge class attribute when both img and svg specify it ( #9652 , Carlos Scheidegger).

    Text.Pandoc.Logging:
        Add ScriptingInfo constructor for LogMessage [API change] (Albert Krewinkel).
        Make DocxParserWarning a WARNING, not INFO. [API change].
        Add UnsupportedCodePage constructor to LogMessage [API change].
        Add UnclosedDiv constructor for LogMessage [API change].

    Lua subsystem (Albert Krewinkel:
        Add a pandoc.log module.
        Uupdate to pandoc-lua-marshal version 0.2.7 ( #8916 ). This fixes counterintuitive behavior of the content property on BulletList and OrderedList items. Unmarshalling of that field now matches the behavior of the constructor.
        Use newest zip module. This adds a symlink function to Entry objects, allowing to check if an entry represents a symbolic link.
        Improve pandoc.json.decode docs.
        Update and fix docs for pandoc.types.Version and pandoc.utils.type.
        Add new module pandoc.image The module provides basic querying functions for image properties.
        Bump pandoc-lua-engine to 0.2.1.4.

    Use latest KaTeX CDN asset ( #9707 , Salim B).

    pandoc-cli: ensure UTF8 when emitting version info.

    tools/update-lua-module-docs.lua: improve script-internal docs, cleanup (Albert Krewinkel).

    Allow network 3.2.

    Use latest versions of texmath, djot, skylighting-core, skylighting.

    Fix command test for #9652 .

    Fix some typos in code comments ( #9638 , guqicun).

    Command tests: include regular PATH after directory with the test executable (ensures that DLLs will be found on Windows).

    MANUAL.txt:
        Document handout variable for beamer ( #9742 ).
        Document formats affected by --slide-level( #9745 ).
        Update the list of required LaTeX packages ( #9728 , Albert Krewinkel).
        Use more descriptive link text for ODT ( #9673 ).
        Add clarification about toc-title in docx, pptx( #9645 ).
        Better document truthiness for conditionals ( #9661 ).
        Mention that custom-style works with ODT (Ian Max Andolina).
        Harmonize typographic dashes ( #9688 , Salim B). Standardize on --- with no space.

    INSTALL.md: Minor tweaks ( #9705 , Leo Heitmann Ruiz).

[close]

https://github.com/jgm/pandoc

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 9.1.0408
« Antwort #7729 am: 12 Mai, 2024, 09:10 »
Whats new:>>

configure fails on Fedora when including perl

http://www.vim.org/index.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Text Editor Pro 29.1.1
« Antwort #7730 am: 12 Mai, 2024, 19:00 »
Text Editor Pro (formerly EditBone) is a powerful text editing tool that comes with syntax highlighting support for over 50 languages and scripts, customizable with over 100 options, 29 ready made styles, a handy file comparison feature, unicode character map, numerical unit convert tool, SQL formatter, and support for multiple directories and search results.

Freeware

Changelog


    Fixed ChatGPT
    Fixed highlighters
    Fixed HtmlViewer - https://github.com/BerndGabriel/HtmlViewer
    Fixed language files
    Fixed main menu option
    Fixed Markdown preview
    Fixed text editor control - https://github.com/TextEditorPro/TTextEditor
    Updated FastMM5 memory manager - https://github.com/pleriche/FastMM5

[close]

https://texteditor.pro/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
TeXstudio 4.8.0
« Antwort #7731 am: 12 Mai, 2024, 22:30 »
GPL-LaTeX-Editor, der das Erstellen von LaTex-Dokumenten in Unicode vereinfacht; unterstützt den Nutzer beim Schreiben mittels interaktiver Rechtschreibprüfung, Syntax-Highlighting, Code-Folding und automatischer Code-Vervollständigung.

Open Source

Changelog


    AI chat assistant added
    use moveable/splitable docks for sidepanel
    extended search can now also search in all files in one folder
    add basic syntax highlighting for latex3 code
    fix handling CJK characters in pdf on OSX #3558
    fix rare crash #3556
    reload hidden docs when user chooses to discard changes #3550

[close]

http://texstudio.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 9.1.0411
« Antwort #7732 am: 13 Mai, 2024, 09:10 »
Whats new:>>

    runtime(doc): fix typo in usr_52.txt
    9.1.0411: too long functions in eval.c
    9.1.0410: warning about uninitialized variable
    9.1.0409: too many strlen() calls in the regexp engine
    ftplugin(python): E16 fix, async keyword support for define (#14751)

http://www.vim.org/index.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Notepad++ 8.6.7
« Antwort #7733 am: 13 Mai, 2024, 09:30 »
Notepad++ is a tabbed source code editor and Notepad replacement with a customizable interface. It is one of the few few source code editors that supports "folding," allowing users to quickly reduce and expand sections of code to see the overall document. In addition, it features multi-language syntax highlighting, auto-completion, regular expression search/replace, macro recording and playback, etc. The program can access a long list of plug-ins via an easy-to-access menu with even more features and functions.

License: GPL

Changelog


    Fix regression of multi-edit cursors placed wrongly issue. (Fix #15126)
    Fix multi-editing not showing multiple cursors in dark mode. (Fix #15075)
    Add auto-completion for Go & Raku, function list for Raku. (Implement #15128)
    Fix symbol ‘&’ not showing in Document Switcher. (Fix #15117)
    Allow syntax highlighting for custom tags in HTML. (Fix #15093)
    Fix dialogs out of screen problem. (Fix #11240, #14913)

[close]

DL -> https://github.com/notepad-plus-plus/notepad-plus-plus/releases

https://notepad-plus-plus.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
CudaText 1.214.6.0
« Antwort #7734 am: 14 Mai, 2024, 11:00 »
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog
   

    Change: changed statusbar wrap-cell text 'wrap'/'no wrap' to pseudo-graphic
    Fix: sometimes with word-wrap on, End-key did not place caret on the very end
    Fix: None lexer-specific settings influence other lexers, if file is opened in the same ui-tab
    Fix: avoid crash (real reason: stack overflow) when editor calculates auto-indent string, via RegEx ".+:s*$", for line len 130K

[close]

https://cudatext.github.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
TEA 63.0.2
« Antwort #7735 am: 14 Mai, 2024, 22:10 »
Whats new:>>

Fixes for Unicode and printer support.

https://tea.ourproject.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 9.1.0412
« Antwort #7736 am: 15 Mai, 2024, 09:10 »
Whats new:>>

    9.1.0412: typo in regexp_bt.c in DEBUG code
    runtime(i3config/swayconfig): allow indented commands (#14757)
    runtime(python): Fix wrong define regex in ftplugin (#14763)
    runtime(syntax-tests): Filter out non-Latin-1 characters for syntax tests (#14767)
    runtime(netrw): prefer scp over pscp
    runtime(doc): fix typo in usr_52.txt

http://www.vim.org/index.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
EditPad Lite 8.5.1
« Antwort #7737 am: 15 Mai, 2024, 17:50 »
EditPad Lite is a general-purpose text editor, designed to be small and compact, yet offer all the functionality you expect from a basic text editor.

Free for personal use

Changelog

New features:

    File Types: F#.
    File Types: TypeScript.

Improvements:

    File Types: C# syntax coloring now supports digit separators and octal and binary numbers.
    File Types: JavaScript syntax coloring now supports digit separators and octal and binary numbers and template literals with expressions colored as JavaScript code and which can contain nested template literals.
    Keyboard: Additional characters can be typed with Ctrl+Punctuation key combinations. Ctrl+@ T types ™. Ctrl+& supports additional ligatures. Ctrl+. now types various letters with dot above as well as dotless ? and ?.

[close]

http://www.editpadlite.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 24.5.2
« Antwort #7738 am: 16 Mai, 2024, 08:00 »
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License: GPL

Whats new:>>

    Try to fix "QFont::setPointSize: Point size <= 0" warnings
    The first part of the upcoming AI support is already visible
    (for #3026 )
        You can add a Groq API key in the new AI settings
    A PPA for Ubuntu 24.10 (Oracular Oriole) was added
    Added more French, Korean translation (thank you, jd-develop, venusgirl)

http://www.qownnotes.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Beaver Notes 3.2.0
« Antwort #7739 am: 16 Mai, 2024, 18:45 »
Organize your course notes, journal entries and activity planner via this free and open-source word processor with cross-platform compatibility.

MIT License

Changelog


    Bug Fixes:

    Auto sync
    Focus mode
    Fix tab key

    Features:

    Alt / Opt + drag to embed files

    Translations:

    Introducing Ukrainian
    Update translations for English, German, Italian, Dutch, Spanish and Simplified Chinese

    Design:

    Small UI improvements
    Settings redesign

[close]

https://beavernotes.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )