Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Editoren diverses ...
« vorheriges
nächstes »
Drucken
Seiten:
1
...
491
492
493
494
495
[
496
]
497
498
499
500
501
...
517
Nach unten
Autor
Thema: Editoren diverses ... (Gelesen 368918 mal)
0 Mitglieder und 3 Gäste betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.2073
«
Antwort #7425 am:
27 Oktober, 2023, 07: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
9.0.2073: typo in quickfix.c comments
runtime(debian): update debian related runtime files (#13423)
9.0.2072: Vim9: no nr2str conversion in list-unpack
9.0.2071: objdump files not recognized
9.0.2070: [security] disallow setting env in restricted mode
9.0.2069: possible to escape bracketed paste mode with Ctrl-C
9.0.2068: [security] overflow in :history
runtime(doc): clarify bracketed paste mode
runtime(doc): missing code formatting in if_pyth.txt
9.0.2067: xxd: coloring was disabled on Cygwin
9.0.2066: xxd: corrupting files when reversing bit dumps
9.0.2065: EXPAND flag set for filetype option
9.0.2064: cannot use buffer-number for errorformat
runtime(doc): Fix typos in several documents (#13420)
please report security issues to the vim-security list
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.2077
«
Antwort #7426 am:
28 Oktober, 2023, 09:10 »
Whats new:>>
CI fails because of trailing whitespace in test.
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Pandoc 3.1.9
«
Antwort #7427 am:
28 Oktober, 2023, 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
Make reference-section-title work with jats+element_citations( #9021 ).
Add bits as synonym of jats as input format.
JATS reader:
Modify JATS reader to handle BITS too ( #9138 , Julia Diaz). Add provision for title-group, book, book-part-wrapper, book-meta, book-part-meta, book-title, book-title-group, index, toc, legend, title, collection-meta
Fix handling of alt-text ( #9130 , Julia Diaz). Previously we were looking for an attribute that doesn’t exist in JATS; alt-text is provided by a child element.
CommonMark reader:
Handle Ext_tex_math_gfm ( #9121 ). Parse GFM-specific math constructions when tex_math_gfm enabled.
DokuWiki reader:
Allow autolinks to be avoided using e.g. https:%%//%%...( #9153 ).
Parse <code> and <file> as block-level code ( #9154 ). Previously we treated them as inline code in some contexts, but that is not how DokuWiki works.
LaTeX reader:
Better handle spacing commands \hfill, \vfill, \hskip, \vskip, etc. ( #9150 ).
Fix incorrect abbreviation for astronomical unit ( #9125 , Michael McClurg).
Markdown reader:
Fix blindspot with superscript in links ( #8981 ). Previously [^super^](#ref) wasn’t parsed as a link, due to code that was meant to prevent footnote markers from being recognized as reference links. This commit tightens up that code to avoid this bad effect. We have also added a new restriction on footnote labels: they cannot contain the characters ^, [, or ]. Though this is technically a breaking change, we suspect that the impact will be minimal, as it’s very unlikely people would be using these characters in their note labels.
Don’t apply --default-image-extension to data URIs ( #9118 ).
More accurate check that a normalCite is not a link, bracketed span, or reference ( #9080 ).
HTML reader:
Allow th to close td and vice versa ( #9090 ).
Parse task lists using input elements ( #9047 , Seth Speaks).
Creole reader:
Handle empty cells correctly ( #9141 , Sascha Wilde).
Org writer:
Escape literal *, |, # at beginning of line with ZWS ( #9159 ).
ICML writer:
Prevent doubled attributes ( #9158 ).
Powerpoint writer:
Fix a corruption error caused when the document used both a regular png and a png in a data URI ( #9113 ). (Similarly for any other image format.) The problem was that duplicate entries in [Content Types].xml were being created, one for the mime type image/png, one for image/png;base64.
LaTeX writer:
Fix rowspans in tables so they use the width of the column ( = as the width parameter) ( #9140 ).
Don’t treat table as “simple” if they have col widths. This should help fix a problem wherein some grid tables with colspans were overly wide ( #9140 ).
Fix uneven indents in line block output ( #9088 ).
JATS writer: fix 3.1.4 regression in handling block-level metadata ( #9092 ).
Ms writer: improvements in image handling ( #4475 ).
PDFPIC is now used for PDF images in figures.
Inline images that are postscript or PDF are rendered using PSPIC or PDFPIC. This isn’t ideal, because they will still be rendered as if in a separate paragraph, but it’s probably better than just printing the image name.
Units are included in height.
HTML writer:
If raw format is an HTML side deck format, emit it (James J Balamuta).
Typst writer:
Add #box around image to make it inline. ( #9104 ) An #image by itself in typst is a block-level element. To force images to be inline (as they are in pandoc), we need to add a box with an explicit width. When a width is not given in image attributes, we compute one from the image itself, when possible.
Don’t allow long heading to wrap ( #9132 ).
Escape ( ( #9137 ). If unescaped ( occurs in certain contexts, it can be parsed as function application.
Man writer:
Fix some spacing issues around links ( #9120 ). We need to use \c before a .UR or .MT, to avoid an extra space, and also after. To ensure that a space at the beginning of the following line doesn’t get swallowed up, we escape it with \.
Use UR, MT macros for URLs, emails ( #9120 ).
Text.Pandoc.Extensions:
Add Ext_tex_math_gfm constructor to Extension ( #9121 ). [API change]. This handles two GitHub-specific syntaxes for math. This is now default for gfm, in addition to tex_math_dollars.
Remove duplicates for Ext_raw_html and Ext_pipe_tables in some of the lists (Tim Stewart).
Text.Pandoc.Metadata: Add helpful message on some metadata YAML errors ( #9155 ).
Text.Pandoc.Shared:
splitSentences: don’t split after initials. This improves the man and ms writer output, preventing sentence breaks after initials.
Add addPandocAttributes function [API change]. This is meant to simplify addition of attributes to Pandoc elements: for elements that don’t have a slot for attributes, an enclosing Div or Span is added to hold the attributes.
MANUAL.txt:
Clarify that formatting can’t cross line boundaries in line blocks ( #9119 ).
Fix legacy option for citation ( #8737 , 3w36zj6)
Update ettranslations (my uncle).
Updated no translations (Stephan Daus). Renamed no.yaml (macrolanguage Norwegian) to nb.yaml (Norwegian Bokmål). Created soft symbolic link from no.yaml pointing to nb.yaml.
Lua subsystem: Use the newest LPeg version (lpeg-1.1.*) ( #9107 , Albert Krewinkel).
Default epub.css: Apply style to h6, format styles, and combine identical styles under shared selectors (samuel-weinhardt).
Update nix flake with dependencies (piq9117).
LaTeX template: fix \CSLBlock vertical space (John Purnell).
Allow tasty 1.5 and Diff 0.5.
Require commonmark-extensions 0.2.4, commonmark 0.2.4.
Require texmath 0.12.8.4. This should improve math in powerpoint, fixing empty boxes around roots in some cases.
Require typst 0.3.2.1
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.2081
«
Antwort #7428 am:
29 Oktober, 2023, 07:10 »
Whats new:>>
9.0.2081: smoothscroll may result in wrong cursor position
runtime(sh): add shDblParen to shLoopList for bash (#13445)
9.0.2080: vim9_script test too large
runtime(doc): all secure options should note this restriction in the documentation (#13448)
9.0.2079: Not all Dart files detected
9.0.2078: several problems with type aliases
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Bluestone 0.11.0
«
Antwort #7429 am:
29 Oktober, 2023, 08: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
Supports multi tab editing mode
Moving markdown parsing logic to web workers to improve performance
Add input completion to images and link paths
Link path supports hash anchor jump
Open link changed from click to open to mod+click
Fixed some issues caused by input methods
Fixed the problem that switching files are not automatically saved
Fix minor bugs
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
RJ TextEd 16.00
«
Antwort #7430 am:
29 Oktober, 2023, 21:20 »
RJ TextEd - A Unicode source and text editor. RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The program also include support for Topstyle Lite CSS editor, has a dual pane file commander, as well as a FTP client to upload your files. The editor uses language files to display menus and dialogs in different languages. There are several included languages. New language files can easily be created in the editor. RJ TextEd is also a simple web development tool. The editor can use auto completion and hints to assist you in editing your source code. You can preview HTML/ASP/PHP... code using one of the preview tabs or open a document in a browser. The editor does not only handle source code. It also handles true ASCII files, binary files and of course plain text files.
License: Freeware
Changelog
Hide fold/unfold icons in gutter:
Fold/unfold icons are now hidden by default and only displayed when the mouse is hovering the left margin (gutter). This is the default behavior in many code editors and now also in this one. It can be changed in options though.
An option has been added to always show fold/unfold icons in gutter, if you want the old behavior and always display the icons:
"Options->Display->Code folding->Always show fold/unfold icons in gutter"
Remember highlighter for opened files:
Added an option to save the highlighter used for the current file in
[Options->File->Save status for last open files->Save highlighter].
This can be useful for files without extensions, or if you want to use a highlighter with a text file (e.g. containing code).
The options is on by default.
Mojo:
Added a new highlighter for Mojo programming language.
Reason:
Added a new highlighter for Reason programming language.
Fixed:
UNC path issue.
Update highlighter from Addons (extensions string was not copied).
Advanced sort: Only numbers should be excepted as column values.
Misc minor reported issues.
[close]
http://www.rj-texted.se/
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
CudaText 1.201.0.0
«
Antwort #7431 am:
30 Oktober, 2023, 19:50 »
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 submenu "File / Line ends >" to menu-like dialog
add: new 3 commands (in the Command Palette) to focus 3 floating groups
add: new option "ui_tab_padding2" to set right padding (thanks @faerot)
add: commands "focus next group"/"focus previous group" support floating-groups too (thanks @faerot)
add: support more 'ligatures' in lexers JS / Python (thanks @faerot)
add: Project Manager: "Focus in file manager": correctly open files with $ or " or in path; respect default file manager; don't freeze until file manager exits (patch by @xBZZZZ)
add: allow commands "tabulation size: set to N" to be in macros
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Resource Hacker 5.2.4 Build 386
«
Antwort #7432 am:
31 Oktober, 2023, 07:40 »
Resource Hacker is a utility to view, modify, add, delete, and extract resources in Windows executables. It incorporates an internal resource script compiler and decompiler.
Freeware
Whats new:>>
bugfixes for overflow errors
http://www.angusj.com/resourcehacker/
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
QOwnNotes 23.11.0
«
Antwort #7433 am:
31 Oktober, 2023, 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
Changelog
there now is a new PasswordLineEdit component that is now used for entering
passwords in all dialogs (for #2893 )
it allows to also show the password
links will now be highlighted in headings in the note text edit
(for #196 , thank you,
@Tim
-gromeyer)
this, of course, only makes sense if you allow the note filename to be
different from the headline
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Textadept 12.2
«
Antwort #7434 am:
02 November, 2023, 09: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:
Regex replacements with '^' anchors should only match once per line.
Fix statusbar column number not including virtual space.
Fixed terminal version crash in some list dialogs with UTF-8 characters in them.
Gtk input dialogs are resizable.
Fixed default Gtk icon dialog when none was specified.
Changes:
Updated Brazilian Portuguese and Spanish localizations.
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Vim 9.0.2087
«
Antwort #7435 am:
03 November, 2023, 08:20 »
Whats new:>>
build-failure in vim9class
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Black NotePad 2.2.0.24
«
Antwort #7436 am:
04 November, 2023, 19:50 »
Black NotePad was created as an alternative to the Notepad program of Windows operating systems. While retaining the original functions, Black NotePad improves manageability, contains important new functions, and greatly enhances program compatibility in terms of the edited text.
Shareware
Whats new:>>
Add: "Selected - Comparison" menu
Add: "Edit - Search and Highlight" menu
Add: "Others - Hotkeys" menu
Minor fixes and improvements
https://www.wintools.info/index.php/black-notepad
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Trilium Notes 0.61.13
«
Antwort #7437 am:
05 November, 2023, 09:20 »
A hierarchical note-taking software application with focus on building large personal knowledge bases while also providing a flurry of options.
License: AGPL
Changelog
Likely very incomplete list of other features and bugfixes:
revision history now captures attachments, which means that in text notes you can see changes in the included images and file attachments.
this triggered a redesign of the database tables which now works on the "copy on write" principle. Notes, revisions and attachments share content storage as long as it stays equal (which happens quite often for versioned attachments)
reimplemented triggering search from URL, fixes #385
fix hiding toc with multiple splits, closes #4093
share tree should include branch prefixes, fixes #4096
support combination of shared and cloned in the note tree, fixes #4097
force refresh before activating the attribute detail dialog, fixes #4077
fixed order of multi-valued promoted attributes, closes #4105
fix CKEditor crashes, especially when pasting external content
fix #clipperInbox, closes #4153
added options to disable auto-opening of promoted attributes and edited notes ribbon tabs, closes #4151
add shared info to mobile layout, closes #4147
clipper now creates notes with image attachments instead of image notes
fix include note sizing when in readonly mode, closes #4135
Fix right click bookmark bug by @SiriusXT
provide note dates in the frontend API, fixes #4232
fix clipperInbox handling for new note creation, closes #4219
fix orderby with multiple labels, closes #4220
add imageStyle alignBlockLeft, alignBlockRight, fixes #4215
fix FNote.getContent() #4210
fix displaying 1 / 0 in find widget
add "api.runOnFrontend()" to the backend script API
Fix bug: Calendar display incorrect tooltips
allow specifying date created in the ETAPI, #4199
better error handling in sync allowing easier diagnostics
canvas improvements:
upgrade excalidraw to 0.16.1
store libraries as attachments
reset appState on every load
added total result count to the note list widget
catch JSON stringify error, #4310
fix docker-compose.yml #2239
fix importing inline images within markdown within zip, closes #4301
order by note size + attachments + revisions, closes #4295
added "save revision" to note actions menu
saving / viewing canvas revisions
allow deleting custom launchers, fixes #4291
show existing backups and anonymized DBs, #4321
removed maxTouchPoints condition for detection of mobile browsers, #4316
add api.runOutsideOfSync() to backend script API, #4327 (experimental)
fix expanded status when moving note trees
add canvas properties with a button to copy reference to clipboard which allows inserting canvas as an image into text notes
upgrades:
electron 25
node.js 18
mermaid 10.4.1
excalidraw 0.16.1
CKEditor 40
[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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Bluestone 0.11.1
«
Antwort #7438 am:
05 November, 2023, 10:50 »
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
Add link anchor completion
Double-click to select the link
Added option to open in new tab in right-click menu
Fix detail bug
Windows and tabs are automatically restored when opened under Windows and Linux systems
[close]
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 )
SiLæncer
Cheff-Cubie
Beiträge: 191383
Ohne Input kein Output
Kate 23.08.2 Build 2208
«
Antwort #7439 am:
05 November, 2023, 19:20 »
Text editor that features support for a wide variety of programming languages, syntax highlighting and scripts, which also provides you with an extensive configuration window.
License: GPL / Donationware
https://kate-editor.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 )
Drucken
Seiten:
1
...
491
492
493
494
495
[
496
]
497
498
499
500
501
...
517
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Editoren diverses ...