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

0 Mitglieder und 2 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Zettlr 3.1.0 Beta
« Antwort #7560 am: 02 März, 2024, 19:10 »
Write text and conveniently edit it using Markdown with the help of this user-friendly and well-thought-out, Electron based application.

MIT License

Release Notes

    Changes to the link detection:

    For a long time now, Zettlr would (sometimes aggressively so) detect plain links and display them in a rendered state. In some cases, this was nice as it would relieve you from having to surround such links with pointy or angled brackets.
    However, especially in the latest evolution of this parser plugin, the link detection was a bit too aggressive and interfered, e.g., with emphasis highlighting. In this version, we have entirely removed our custom link detection and rely upon the more straight-forward way of detecting links.
    Regarding your exporting experience, this should not have any impact, since the auto-link-detection feature wasn't supported by Pandoc anyhow, but depending on how you have been writing, you may notice less detected links in your documents.
    To add "plain" links (without using the full []()-syntax) from now on, simply surround them with angled brackets: <https://www.google.com> or <mail@example.com>. Note that the protocol (https://) is required, so <www.google.com> will not work.
    This changes brings Zettlr's link functionality much more into alignment with other editors as well, since this is the way that many other applications handle links as well.

    Introducing Wikilink Titles:

    This update brings a long-awaited change to Zettlr's handling of internal links (sometimes called Wikilinks). Specifically, with this version, Zettlr finally supports optional titles in such links. Your old links in the format [[link]] still work fine, but now you can add a title that is different from the link, separated by a pipe, or vertical bar character (|).
    If such a title is given, Zettlr will use it in various ways to make your files more readable. For example, if you have the link renderer activated in the settings, it will take care of hiding the link target of Wikilinks as well as those of regular Markdown links.
    Since there is no way of knowing which of the two parts is the link, and which is the title, Zettlr follows Pandoc's solution in allowing you to specify how internal links are structured for you. The default and recommended setting is to put links first, and titles second ([[link|title]]). This ensure compatibility with VimWiki, MediaWiki, Obsidian, and others. However, should you need to
    target GitHub wiki pages or another application that expects a title to come first, you can select the alternative option ([[title|link]]).
    In order to make Pandoc aware of your choice, you can add one of the following reader extensions to your export profiles: wikilinks_title_after_pipe or wikilinks_title_before_pipe.
    Lastly, due to this improvement, we have changed the default setting for "link with filename" from "always" to "never", since it will be more ergonomic to use a custom link title directly instead of having the filename pop up after the
    link. This default setting applies to new installations; so you may consider to change this setting manually yourself as well.

    Re-enabling old Link-Title-Syntax:

    After the release of Zettlr v3.0.0, some users have complained that their internal links have stopped working. It turns out that quite a lot were using Logseq's syntax for adding titles to internal links ([Title]([[Link]])), which we broke during a refactor of the Markdown parser. This update partially restores this link functionality, allowing you to Cmd/Ctrl-Click them to
    follow these links again.
    Note that we have not yet implemented the functionality of auto-renaming files or showing tooltips on these links.

    GUI and Functionality:

    Feature: Zettlr now supports titles in internal (wiki) links; the defaultsetting instructs the parser to expect first the link, and then the title ([[link|title]]), which ensures compatibility to, e.g., VimWiki, MediaWiki, or Obsidian, whereas the alternative setting ([[title|link]]) is compatible to GitHub wiki syntax. Remember that you need to enable the corresponding option on the Pandoc Markdown reader (wikilinks_title_after_pipe or wikilinks_title_before_pipe, respectively) if you wish to export files with this option
    Feature: Zettlr can now suggest you emojis during autocompletion. Emojis use the same trigger character as the snippets autocomplete, a colon (:); and Emojis will always be sorted below your snippets -- you can turn this off in the editor settings
    Feature: We've completely redesigned the preferences dialog; now it is more aligned with the system preferences on macOS and Windows, allows searching and follows a more stringent structure
    Removed the option for choosing to sort by either file creation or last modification time, since that can also be inferred from whichever time you choose to display
    Feature: The assets manager now provides buttons to open the defaults and snippets directories directly from within the app
    Removed the option for activating or disabling automatic file creation upon following internal links; now this will happen automatically as long as the "custom folder" option points to an existing folder; to disable this functionality simply remove the folder path
    Fixed a bug where recent documents would not turn up in the menu
    Fixed the sidebar shortcut: It is now Cmd/Ctrl+Shift+0 (to align with the file manager shortcut, Cmd/Ctrl+Shift+1)
    Custom protocols should now be opened without problems by Zettlr (#3853)
    Added Tamil (India) translation (#4848)
    Removed the custom plain link parser out of two reasons: (1) It was a tad too aggressive, detecting links even where none were wanted; (2) Pandoc doesn't support auto-links in such a way as we have implemented it, leading to inconsistencies in exports
    The YAML frontmatter is now ignored for the purposes of previewing files, showing a more meaningful preview of its contents (#4598)
    Improve pasting behavior: Now text from Microsoft Word or Excel will be pasted as text, instead of offering to insert an image of the selection
    Fix pasting behavior: Now Zettlr should properly paste most formatted text without too much noise (in the form of comments, styles, and other additions)
    Fix restart-dialog showing multiple times for the same options (#4768)
    Fix the active typewriter line background color in dark mode
    Fixed an issue where gutter markers were not equally offset when typewriter mode was active (#4918)
    Fixed non-working file deletion menu item (#3894)

[close]

Download: https://github.com/Zettlr/Zettlr/releases

https://www.zettlr.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
ImHex 1.33.0
« Antwort #7561 am: 02 März, 2024, 22:00 »
An open-source editor that allows you to manipulate hexadecimal, binary data for writing optimal and well-performing apps, by displaying you content byte by byte.

Donationware

Changelog

    Additions:

    All main menu entries now have pretty icons
    Added Myers' diffing algorithm to the diff view
    This algorithm can display insertions and removals as well as modifications
    Huge thanks to the maintainer of Malcat!
    Added option to customize toolbar icons
    Added a much improved Out of the Box experience when first starting up ImHex
    Added many new hash algorithms
    This includes basic sum checksums, Snefru, Haval, various SHA versions, Keccak, RIPEMD, many CRC presets and many more
    Greatly improved the data information view
    Sections can now be switched on and off
    Magic information now includes more than one entry if there's multiple concatenated files
    The Digram and Layered distribution graphs now perform a lot better
    There's now built-in yara rules that are being run on files to detect compilers, programming languages and more for executables
    Greatly improved the pattern editor
    Thanks a lot to @paxcut
    This adds support for find and replace, better highlighting and many other smaller things
    Added Mini Map to the Hex Editor
    This can be enabled by clicking on the map icon in the hex editor footer
    There's also config options when right clicking that icon
    Added Edit -> Jump to -> Pattern option to jump directly from hex editor highlights to patterns
    Clicking on patterns in the pattern data view also jumps to their definition in the pattern editor now
    Added a font picker to the settings
    Added option to highlight parent pattern regions in the hex editor when hovering over them
    Added support for searching for other string encodings and endianess. Thanks a lot to @PerikiyoXD
    Added a pretty drag-n-drop overlay when dragging files onto ImHex
    Added support for virtual file systems through the pattern language
    Added option to keep ImHex always on top of other windows
    Added option to use ImHex in fullscreen mode
    Added support for switching to other providers through the command palette
    Added a setting to always show all provider tabs, even if there's only one
    Added option to export a selection to a file
    Added a comments column to the pattern data view. It can be enabled by right clicking on the table header and selecting it there
    Added option to turn off borderless window mode
    Added option to export the results of the find view to a file
    Added option to disable command palette button in header
    Added a search bar to the file chooser popup
    Added support for opening multiple files at once
    Added support for macOS's Right click -> Open with option

    Improvements:

    ImHex now uses Atomic File I/O instead of mapping files into memory
    This solves various issues where certain files couldn't be opened, files on network drives not working well and more
    macOS M1 build now only requires macOS 12.1 instead of 14.0 to run
    Bookmark moving now uses ImGui's native drag n drop feature
    Syncing pattern language source code between providers should work better now
    Custom encodings that don't have multi-byte values now display immediately when selected
    The macOS build now uses a custom titlebar
    ImHex windows are now being unfocused properly if the main window loses focus
    No more blinking cursors when ImHex is in the background!
    Overwriting individual characters in the edit mode of the hex editor now works much better
    Copy-Paste now works correctly in the Web version of ImHex. Thanks a lot to @exsilium
    The find popup now remembers its content
    The crash restore popup doesn't show anymore now if there's nothing to restore
    Opening the same file multiple times is no longer possible now

    Bug Fixes:

    Fixed signing issues with macOS builds
    Fixed CTRL + S not removing red highlights of bytes
    Fixed address bound checks in Edit -> Jump to option
    Fixed menu bar collapsing into hamburger menu even if there's enough space
    Fixed RGBA8 data processor node not setting output buffer correctly
    Fixed provider information in information view always showing infos about the current provider instead of about the analyzed provider
    Fixed issues when using certain window management tools on Windows
    Fixed crashes when launching ImHex with file arguments
    Fixed crash when trying to use too many hex editor rows
    Fixed native theme detection of Linux. Thanks to @iTrooz
    Fixed issues where workspaces are not correctly saved sometimes
    Fixed issues where default magic database wasn't being bundled correctly
    Fixed crashes when loading very old settings files
    Fixed data inspector not updating correctly when the underlying data changed
    Fixed a crash when specifying invalid hash parameters in the hashing view
    Fixed additional folder paths not being loaded from the config file correctly
    Fixed data inspector showing two negative signs sometimes
    Fixed various issues with non-zero base addresses

    Pattern Language:

    Huge refactor of the Preprocessor, Lexer and Parser
    Massive thanks to @jumanji144
    Compile errors are a lot more helpful now and include more context information
    Added support for import statements
    Massive thanks to @jumanji144
    Added stacktrace to runtime errors
    Patterns can now be placed inside of custom sections from within other types
    Pattern formatters now properly respect a patterns visibility
    This means hidden patterns don't end up in exported json, yaml or html files anymore
    Fixed writing to big endian bitfield entries
    Changing pattern setting now re-evaluates the code if auto evaluation is enabled

[close]

https://github.com/WerWolv/ImHex

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
Znote 2.5.2
« Antwort #7562 am: 02 März, 2024, 22:30 »
Znote is a free, elegant program meant to help you write beautifully organized Markdown documents. You can organize your texts, notes, and files even better, using the simplistic left-side widget organizer for smoothly navigating different files.

Open Source  /  Freemium

Whats new:>>

    Improvement:

    Adding tabs.

https://znote.lagrede.fr/

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
RisohEditor 5.8.0
« Antwort #7563 am: 03 März, 2024, 09:50 »
"RisohEditor" is a free resource editor for Win32 development, created by Katayama Hirofumi MZ. RisohEditor realized the ideal of resource editor. "Risoh" means "ideal" in Japanese. RisohEditor can add, edit, extract, clone and remove the resource data in EXE/DLL files. You can edit Windows resources (Dialogs, Menus, Icons, Cursors, String Tables, Message Tables etc.) by using RisohEditor.

NOTICE: Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because the resource compiler (windres) doesn't accept space character in the file path.

Freeware

Whats new:>>

Coping with security scan when generating EXE files.

https://katahiromz.web.fc2.com/re/en/index.html#intro

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
Trilium Notes 0.63.3
« Antwort #7564 am: 03 März, 2024, 19:30 »
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Add API method to erase a revision
    Fix highlighting search results with regexp characters in fulltext string
    Improved scriptes bin/copy-trilium.sh, bin/build-linux-x64.sh
    Fix searching fulltext with tags,
    From WantToLearnJapanese/WantToLearnJapanese-patch-unhoist-bookmark
    Fix JSDoc, closes #4633
    Add the -o option to the groupmod command used in start-docker.sh
    PWA manifest fixes for extra auth
    Activate parent note when deleting a note
    Added keyboard shortcut for toggling the right pane
    Fix pin button shadow
    CKEditor 41.0.0
    Synx fixes

[close]

https://github.com/zadam/trilium

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
RisohEditor 5.8.1
« Antwort #7565 am: 04 März, 2024, 08:20 »
Whats new:>>

Improved IDD_ADDCTRL and IDD_CTRLPROP dialogs.

https://katahiromz.web.fc2.com/re/en/index.html#intro

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.0148
« Antwort #7566 am: 04 März, 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

Changelog


    runtime(vim): Update base-syntax, fix issue #14135 (#14136)
    runtime(doc): Highlight the error message at *E1513*
    runtime(vim): Update base-syntax, improve :augroup highlighting (#14125)
    runtime(mswin): Use unnamed register when clipboard not working (#13813)
    9.1.0148: Vim9: can't call internal methods with objects
    9.1.0147: Cannot keep a buffer focused in a window
    translation(ru): Updated Russian installer translation (#14134)
    runtime(java): Recognise text blocks (#14128)
    runtime(r,rhelp,rmd,rnoweb,rrst): Update ftplugin, browsefilter labels (#14126)
    runtime(java): Improve the recognition of literals (#14120)
    9.1.0146: v:echospace wrong with invalid value of 'showcmdloc'
    runtime(doc): some improvements to getregion() docs (#14122)
    runtime(doc,netrw): update "Last Change header", remove trailing whitespace
    runtime(netrw): handle file/dir symlinks specifically in tree mode

[close]

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
Scite 5.4.2
« Antwort #7567 am: 05 März, 2024, 07:30 »
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Open Source

Changelog


    Significantly reduce memory used for undo actions, often to a half or quarter of previous versions. Feature #1458.
    Add APIs for saving and restoring undo history.
    For GTK, when laying out text, detect runs with both left-to-right and right-to-left ranges and divide into an ASCII prefix and more complex suffix. Lay out the ASCII prefix in the standard manner but, for the suffix, measure the whole width and spread that over the suffix bytes. This produces more usable results where the caret moves over the ASCII prefix correctly and over the suffix reasonably but not accurately.
    For ScintillaEdit on Qt, fix reference from ScintillaDocument to Document to match change in 5.4.1 using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
    For Direct2D on Win32, use the multi-threaded option to avoid crashes when Scintilla instances created on different threads. There may be more problems with this scenario so it should be avoided. Bug #2420.
    For Win32, ensure keyboard-initiated context menu appears in multi-screen situations.

[close]

www.scintilla.org/SciTE.html

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.0149
« Antwort #7568 am: 05 März, 2024, 08:10 »
Whats new:>>

null pointer member access when accessing 'winfixbuf' property.

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
Vim 9.1.0151
« Antwort #7569 am: 06 März, 2024, 08:20 »
Whats new:>>

    9.1.0151: ml_get_buf_len() does not consider text properties
    9.1.0150: Several minor 'winfixbuf' issues
    translation(sr): Update Serbian messages (#14143)
    runtime(c): Recognize "__inline" (#14145)
    runtime(vim): Update base-syntax, fix escaping :syn and :hi sub-groups (#14137)
    runtime(sh): Update syntax file, fix issue #962 (#14138)

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
Bluestone 0.20.1
« Antwort #7570 am: 07 März, 2024, 21:10 »
Bluestone is an open-source Markdown editor that takes a what you see is what you get (WYSIWYG) approach to the language, making working with it easier to assimilate, while also providing some interesting amenities, such as document synchronization capabilities.

License: AGPL

Changelog


    It brings a new interface and greatly improves the reading experience.
    Change from directly opening a folder to creating a document space.
    Cache document parsing results to improve the speed of secondary opening of a large number of files.
    Documents can be created directly without naming them first.
    The file name can be edited in the header of the editing area.
    electron upgraded from 22 to 29.1.
    The context menu uses DOM rendering to ensure consistent style across multiple platforms.
    Shortcut keys are no longer triggered using the system menu.
    Hide the Windows system menu bar.
    Improve document link reconstruction performance.
    Fix an issue where the cursor may return to the top of the document.
    Use the / symbol to trigger the quick insertion menu.
    Optimize editor performance.
    Change the image to a block-level element.
    Cancel html export function.

[close]

https://www.bluemd.me/

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
Znote 2.5.3
« Antwort #7571 am: 07 März, 2024, 21:40 »
Whats new:>>

    Improvements:

    Add keyboard shortcuts to switch between tabs (See keyboard shortcuts help)

    Bug fixes:

    Fix: Add focus on the editor after creating a new note
    Fix: Update tab name after renaming a note

https://znote.lagrede.fr/

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.3.0
« Antwort #7572 am: 07 März, 2024, 22: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:>>

    in the Note folder not found! dialog, the missing note folder path will now be shown
    (for #2975 )
    added more German, Italian, Arabic, Swedish, Brazilian Portuguese, Chinese Simplified
    translation (thank you bumpsy, marcoxbresciani, techman, dzenan, mateus_b, crwd9931)

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
Vim 9.1.0158
« Antwort #7573 am: 08 März, 2024, 09:10 »
Whats new:>>

    9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'
    9.1.0157: Duplicate assignment in f_getregion()
    9.1.0156: Make 'wfb' failing to split still report E1513
    runtime(syntax-tests): remove executable bit from sh test file
    9.1.0155: can only get getregion() from current buffer
    9.1.0154: shm=F not respected when reloading buffer with 'autoread'
    9.1.0153: Text properties corrupted with fo+=aw and backspace
    translation(gr): add translation of the installer (#14148)
    translation(it): Update Italian translation for winfixbuf
    9.1.0152: Coverity complains about ignoring return value

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
KeyNote NF v1.9.0.01
« Antwort #7574 am: 08 März, 2024, 19:20 »
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


    KeyNote NF release is signed with a Code Signing Certificate
    New: Added "Check for Updates" to Help menu. Can also be checked at startup (default: true)
    The application help has been completely updated, based on .knt format (as an alternative to .chm).
    Contextual help available based on .knt file (KeyNoteNF_Help.knt)
    Improved Tools | Customize Keyboard...
    Improved Insert | Character...
    New optional behavior of Tree panel
    Added 3 new menu commands, in Tree | Set Focus
    Changes in behavior of 'View Resource Panel' shortcut
    Changes in behavior of Find Next. Added new menu command: Search | Find All...
    KNT links to other files, in notes/nodes can be opened in the current instance or in a new one, at will
    KNT links in Favorites can be opened in the current instance or a new one, at will
    It is allowed to insert a KeyNote link (Shift+F6) in the Scratchpad editor
    The format of the internal KNT Link now admit relative paths (to keynote.exe) for knt files.
    The state of View | Alternative Margins is now saved in session/profile file (.ini file)
    The custom icon associated with a .knt file is now also visible in the taskbar and the main window
    Added a new INI option to make "closing this instance" warning optional
    Added a new INI option: ModifiedOnTreeResized
    Set Ctr+Shift+Y as default shortcut for Insert| URL ... (as indicated in help)
    Restored the original behavior of ESC in the Scratch window
    Esc in Find tab of Resource panel will also focus note's control editor if..
    KeyOptions.TipOfTheDay won't be automatically enabled when detected a new version
    Keynote.ini will be saved as UTF8 by default (if it doesn't exists)
    Removed menu entry Tools | Activate URL
    Added new command line option: -jmp""
    Added new command line option: -title"<TITLE>"
    Added two new command line options: -ignSI -dnd
    Created a new add-on utility, KntLauncher.exe
    New: Save Tree to File... If Ctrl -> Show node IDs
    New option, "Show hidden marks and IDs", when exporting to plain text
    Improved the way another instance is activated. It will now be truly restored and become the foreground window.
    Fixed: KeyNote should not remember the minimized state of document when saving
    Fixed: Find All. Search results displayed incorrectly on two situations
    Fixed: Ctrl+Shift+0 was not working (default shortcut for Clear Paragraph Attributes)
    Fixed: Changing visibility of images in read only note removed images in the node, marking the note as modified
    Fixed: When playing macros of certain commands, all of them were executed as the first one
    Fixed: When restoring image(s) proportions and the Note is Read Only, always use a temporary method
    Fixed: Hidden characters where showing after 'Clear Font Attributes'

[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 )