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

0 Mitglieder und 88 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vim 8.2.4257
« Antwort #6150 am: 30 Januar, 2022, 09:40 »
A highly configurable text editor built to enable efficient text editing - an improved version of the vi editor distributed with most UNIX systems.

Freeware

Changes:>>

8.2.4257: Vim9: finding global function without g: prefix inconsistent

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
MindForger 1.53.0
« Antwort #6151 am: 30 Januar, 2022, 11:30 »
A unique combination of a Markdown editor and a notebook that enables you to write down any idea that crosses your mind and find it easy afterwards.

License: GPLv2

https://github.com/dvorka/mindforger

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 22.1.12
« Antwort #6152 am: 30 Januar, 2022, 19:50 »
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

Changelog


    you can now edit instantly when you disabled the read-only mode by checking
    Don't ask again in the dialog you get when typing in read-only mode (for #2421, thank you @noureddin)
    added more Arabic translation (thank you noureddin)

[close]

https://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
Text Editor Pro 19.2.0
« Antwort #6153 am: 30 Januar, 2022, 20:30 »
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

    Added context menu for file tab popup menu
    Added show file line break option for status bar (default false)
    Fixed editor control line break
    Fixed language files
    Fixed Object Pascal highlighter
    Fixed options
    Fixed SQL formatter
    Fixed startup
    Updated and fixed AlphaControls v16.23 - http://www.alphaskins.com/

[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
Pandoc 2.17.1
« Antwort #6154 am: 31 Januar, 2022, 09:20 »
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

    Support pagedjs-cli as pdf engine (#7838, Albert Krewinkel). PagedJS is a polyfill and supports the Paged Media standards by the W3C. https://www.pagedjs.org/

    CommonMark reader: fix source position after YAML metadata (#7863).

    LaTeX reader:

        Remove retokenizing in rawLaTeXParser.

        Ensure that \raggedright doesn’t gobble an argument (#7757).

        Improve descItem. For some reason we were skipping arbitrary blocks before \item. This is now changed to “skip whitespace and comments.”

        Improve handling of \newif. Adding a pair of braces around the second argument of \def prevents LaTeX from an emergency stop on input like the following (#6096).

        \newif\ifepub
        \epubtrue
        \ifepub
        hi
        \fi

    Docx reader: Parse both Zotero citation and bibliography as FieldInfo (#7840).

    LaTeX writer:
        Allow arbitrary frameoptions to be passed to a beamer frame, using the frameoptions attribute (#7869).
        Add s and squeeze to recognized beamer frameoptions (#7869).

    Markdown writer: handle explicit column widths with pipe tables (#7847). If a table has explicit column width information and the content extends beyond the --columns width, we need to adjust the widths of the pipe separators to encode this width information.

    Docx writer: Separate tables even with RawBlocks between (#7224, Michael Hoffmann). Adjacent docx tables need to be separated by an empty paragraph. If there’s a RawBlock between tables which renders to nothing, be sure to still insert the empty paragraph so that they will not collapse together.

    Man writer: use custom font V for inline code (#7506). The V font is defined conditionally, so that it renders like CB in output formats that support that, and like B in those that don’t (e.g. the terminal). Aliases also defined for VI, VB, VBI.

    Asciidoc writer: Support checklists in asciidoctor writer (#7832, Nikolai Korobeinikov, ricnorr). The checklist syntax (similar to task_list in markdown) seems to be an asciidoctor-only addition.

    HTML writer:
        Avoid duplicate “style” attributes on table cells (#7871).
        Don’t break lines inside code elements. With the new (default) line wrapping of HTML, in conjunction with the default CSS which includes code { whitespace: pre-wrap; }, spurious line breaks could be introduced into inline code (#7858).

    Custom writer: preserve order of element attributes (#7489, Albert Krewinkel). Attribute key-value pairs are marshaled as AttributeList, i.e., as a userdata type that behaves both like a list and a map. This allows to preserve the order of key-value pairs.

    Switch to hslua-2.1 (Albert Krewinkel). This allows for some code simplification and improves stability.

    Don’t read files outside of user data directory (Even Brenden). If a file path does not exist relative to the working directory, and it does exist relative to the user data directory, but outside of of the user data directory, do not read it. This applies to readDataFile and readMetadataFile in PandocMonad and, by extension, any module that uses these by passing them relative paths.

    Text.Pandoc.Class.makeCanonical: Correctly handle consecutive “..”s at the beginning of a path (Even Brenden). Prior to this commit, ../../file would evaluate to file, when it should be unchanged.

    Search for metadata files in $DATADIR/metadata (#7851, Even Brenden). If files specified with --metadata-file are not found in the working directory, look in $DATADIR/metadata (#5876).

    Text.Pandoc.Class: export readMetadataFile [API change] (#5876).

    Text.Pandoc.Error: export new PandocCouldNotFindMetadataFileError constructor for PandocError [API change] (#5876).

    Avoid putting a frame around speaker notes in beamer (#7857). If speaker notes (a Div with class ‘notes’) occur right after a section heading, but above slide level, the resulting \note{..} caommand should not be wrapped in a frame, as that will cause a spurious blank slide.

    CSS in HTML template: adjust #TOC and h1 on mobile (#7835, Mauro Bieg).

    Text.Pandoc.Readers.LaTeX.Parsing: don’t export totoks. Make the first param of tokenize a SourcePos instead of SourceName, and use it instead of totoks.

    Text.Pandoc.Shared: Modify stringify so it ignores [Citation] inside Cite (#7855). Otherwise we’ll sometimes get two copies of things, one from the citationPrefix or citationSuffix and another from the embedded fallback text. When there is no fallback text, we’ll get no content. However, it really isn’t an alternative to just rely on the result of running query on the embedded Citations; this will result in a jumble of text rather than anything structured.

    Omit --enable-doc in the cabal haddock invocation in tools/build-and-upload-api-docs.sh.

    Text.Pandoc.App.Opt: fix logic bug in fullDefaultsPath. Previously we would (also) search the default user data directory for a defaults file, even if a different user data directory was specified using --data-dir. This was a mistake; if --data-dir is used, the default user data directory should not be searched.

    Text.Pandoc.Shared: defaultUserDataDir behavior change (#7842). If the XDG data directory is not defined (e.g. because it’s not supported in the OS or HOME isn’t defined), we return the empty string instead of raising an exception.

    Update command tests to distinguish stderr and test exit status.

    MANUAL: add that speaker notes can be used with beamer (#7856).

    Update build-and-upload-api-docs.sh.

    Document --trace option. Document no-check-certificate in defaults files. Document ‘sandbox’ option for defaults files. (#7873).

    Fix pattern syntax in sample readability custom reader.

    doc/custom-readers.lua: add example for “readable HTML.”

    Fix message in man page about where code can be found.

    manfilter.lua: remove extra indent in table cells with code blocks.

    Fix lua-filters documentation for table column widths (#7864).

    epub.doc: Update links to KindleGen (#7846, Benson Muite, Mauro Bieg). KindleGen has been deprecated and we need to link to archived versions.

    Use tables in defaults files documentation, so each default option is paired with the corresponding command-line option (Carsten Allefeld).

    Use skylighting 0.12.2.

    Add pandoc-lua-marshal to Nix shell (#7849, Even Brenden).

[close]

https://github.com/jgm

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 8.2.4266
« Antwort #6155 am: 31 Januar, 2022, 09:40 »
Changes:>>

    Compiler warning for uninitialized variable
    Autoload tests fails
    Vim9: can use old style autoload function name
    No test for the GUI find/replace dialog
    Some search tests fail
    Accessing invalid memory in a regular expression

    Vim9: can still use a global function without g:

    Number of test functions for GUI events is growing
    Coverity warns for array overrun

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
ImHex 1.14.0
« Antwort #6156 am: 31 Januar, 2022, 10:10 »
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

    Addition:

    Added function for inserting bytes in the middle of files
    Added custom encoding files to content store
    ImHex now automatically writes all log output to a file
    Added menu items to save and load data processors
    Added support for copying values from the pattern language console
    Added RISC-V, M68K, M680X, WebAssembly, MOS65XX and BPF architectures to disassembler

    Improvements:

    Fixed interface being scaled horribly on MacOS
    Updated Italian translation. Thanks a lot to @CrustySean
    Updated Chinese translation. Thanks a lot to @xtexChooser
    Improved how integer values are displayed in the data inspector
    Improved loading of custom encoding files
    Splash screen no longer gets drawn on top of all other windows
    GoTo and Find text boxes are now automatically focused when the window is opened. Execute GoTo or Find function when pressing enter
    Patches that have the same value as the original value are now getting removed

    Bug Fixes:

    Fixed pasting bytes
    Fixed Flatpak release not working correctly
    Fixed ImHex crashing when exiting
    Fixed many format warnings and security issues
    Fixed jumping to addresses moving hex editor window to wrong offset
    Fixed curl SSL verification on MacOS and Linux

    Pattern Language:

    Added parameter packs
    This allows passing an unlimited amount of parameters to a function
    All built-in functions have now been to the builtin namespace.
    This means, to use built-in functions you now need to download and use libstd from the content store and include the correct include file
    Added [[no_unique_address]] attribute
    Applying this attribute to a variable makes it not increasing the cursor when placing it ?
    Added ability to assign a value to the dollar operator to change the current cursor
    Added assignment operators (+=, -=, *=, etc)
    Added #pragma once directive
    Added extra math functions (floor, ceil, round, sin, cos, and more)
    Fixed local variables not respecting their type's size
    Fixed color overriding for arrays and structs
    Fixed [[static]] attribute not correctly optimizing the type
    Fixed continue and break statements not working correctly in structs
    Fixed highlighting of arrays
    Fixed endian setting applied to structs not applying it to their members correctly
    Fixed strings being displayed wrongly
    Fixed lexing of sizeof and addressof operator

[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
VNote 3.12.888
« Antwort #6157 am: 31 Januar, 2022, 11:10 »
Peculiar yet interesting, open source piece of software that sports both Markdown editing capabilities and note management features.

MIT License

Changelog

    Fix shortcuts in key sequence with input method (like Ctrl+G, E)
    Add line ending settings for config files
    FindAndReplace: fix zero-length search
    QuickAccess: support folders
    Upgrade to Qt 5.15.2
    Support file associations
    NewNoteDialog: remember default file type

[close]

https://github.com/tamlok/vnote

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 2.17.1.1
« Antwort #6158 am: 31 Januar, 2022, 22:10 »
Whats new:>>

    Fix regression in 2.17.1 which caused problems finding default files in the default user data directory. (Reverts the item “logic bug in fullDefaultsPath”, which was misguided.)

    Sample custom writer: use single quotes for strings (#7487, Albert Krewinkel).

https://github.com/jgm

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 8.2.4277
« Antwort #6159 am: 01 Februar, 2022, 08:40 »
Changes:>>

    Vim9: an import does not shadow a command modifier
    Separate test function for the GUI scrollbar
    Cannot use an autoload function from a package under start
    Basic and form filetype detection is incomplete
    Update runtime files
    The EBCDIC support is outdated
    Vim9 expr test fails without the channel feature
    MS-Windows: cannot build with Ruby 3.1.0
    Generating nv_cmdidxs.h requires building Vim twice
    Coverity warns for using a NULL pointer
    CI log output is long
    Unused entry in keymap enum

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
Textadept 11.3 Beta 3
« Antwort #6160 am: 01 Februar, 2022, 11:20 »
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

    Bugfixes:

    Format: When formatting on save, check for filename first instead of assuming there is one.
    Scintilla: Fixed primary selection paste within same view.

    Changes:

    Added '`' as an autopair and typeover character.
    textadept.editing.auto_enclose keeps text selected.
    Scintilla: DEL (0x7F) is considered a space character.
    Updated to Scintilla 5.1.4.

[close]

http://foicica.com/textadept/

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
Textadept 11.3 Final
« Antwort #6161 am: 01 Februar, 2022, 19:20 »
Changelog


    Bugfixes:

    Fixed attempted expansion of lexer name snippet that resolves to a table.
    Allow the line number margin to shrink when zooming out.
    Fixed menubar reset crash on macOS.
    Updated Ruby, C++, D, Gleam, Nim, and Verilog lexers to fix binary number parsing.

    Changes:

    Improve repeated building of Textadept.app on macOS.
    Updated Perl lexer to recognize more numbers.

[close]

http://foicica.com/textadept/

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 8.2.4282
« Antwort #6162 am: 02 Februar, 2022, 10:10 »
Changes:>>

    Restricted mode requires the -Z command line option
    Using freed memory with :lopen and :bwipe
    List-dict test crashes
    Vim9: cannot change item type with map() after range()
    Build with Athena GUI fails

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 8.2.4286
« Antwort #6163 am: 03 Februar, 2022, 09:20 »
Changes:>>

    Vim9: strict type checking after copy() and deepcopy()
    Vim9: type of item in for loop not checked properly
    Old mac resources files are no longer used
    Using a variable for the return value is not needed

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
Trilium Notes 0.50.1
« Antwort #6164 am: 03 Februar, 2022, 10:50 »
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.

License: AGPL

Changelog

    Brand new external REST API called ETAPI
    Removed username from authentication, only password is now needed
    Removed setting password in the initial setup to speed up the process and avoid confusing users, it's possible to set it up later
    Added possibility to reset password (thus losing protected notes, if any) from Options.
    As a result of above, typical "new document" setup is just two-click process without having to enter username & password
    Optimized sync protocol which can now in some cases halve the sync/time
    Unified Jump-To and quick search behavior with regards to hoisting and opening in a new tab, #2483
    Search immediately when user chooses "full search" from Jump To dialog, #2483
    Make whole text/code detail clickable to improve UX, add placeholder to empty code notes
    Print should include promoted attributes, #2550
    Add #shareRoot label to define an "index" note, closes #2567
    Initial theme is chosen based on OS settings, #2516
    Focus promoted/owned attributes input after activating the ribbon tab, closes #2606

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