Release v3.3.0 #5488
nathanlesage
announced in
Announcements
Release v3.3.0
#5488
Replies: 2 comments 2 replies
-
Hello. FYI: i updated from a previous installation, and now images are broken , and even if i click on external links, they does not work! |
Beta Was this translation helpful? Give feedback.
1 reply
-
@nathanlesage I tried to send you a payment in PayPal but it got returned :-) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Projects | Vim Mode | Quality of Life Fixes | Bug Fixes
This update includes many bug fixes, tiny improvements, as well as full-fledged new features. Before you use it, however, please make sure to back up your writing statistics, because this update includes changes in the writing statistics subsystem that should not – but may – change your writing statistics in an unwanted way.
With that out of the way, here are the highlights. First, we have fixed a long-standing bug: Those of you who like to indent lists with tab characters instead of spaces had the problem that the list items would "jump around," or "dance" while typing. We are happy to announce that we finally found a way to stop this from happening with this update. Second, after neglecting the project feature for years, we continue our journey to offer you the best project experience by transferring your project sorting to the file manager. From now on, project folders will show you those files that you include in the project export on top of the other folder contents, and in the correct order. This way, you don't have to do any guesswork as to which file is at which position in your export order. When you change your project settings to include new or remove existing files, or change the order, this will be immediately reflected in the file manager. Note, however, that this only works with project files that are directly positioned inside the project directory. If you tried to keep your files in order using subfolders, we do recommend to "flatten out" your folder hierarchy now, as your woes should be a thing of the past with this update. Lastly, we have implemented features and improvements for users of the vim mode (thanks to steering committee member Kirthian Yasotharan for his valuable input), and the formatting toolbar can now be disabled with a setting.
Aside from these major improvements, we have included many additional smaller fixes in this update. For example, dragging and dropping and pasting files from your file explorers should work as expected again. Also, we have improved the interchangeability with other note-taking editors that support wikilinks to specific subheadings in a file, which Zettlr now finally also understands. Furthermore, images in the "Other files" tab now have a preview image, making it faster and simpler to identify images to include in your files.
To know about everything that's changed, please refer to the full changelog below.
Changelog
Please Back up Your Writing Statistics
This update includes a change in the writing statistics. While we extensively
tested it, we would like you to back up your personal writing statistics. You can
do so by going into Zettlr's data directory and simply make a copy of the file
stats.json
before launching the update. Your data directory is located atC:\Users\<your username>\AppData\Roaming\Zettlr
(Windows),/Users/<your username>/Library/Application support/Zettlr
(macOS), or/home/<your username>/.config/Zettlr
(Linux). Then, check if your writingstatistics still look proper. If not, please report this. Thanks!
GUI and Functionality
preview to help find the correct images
that any project folder will from now on be sorted like so: (1) the files
within the folder in the order of the project settings; (2) all other files
according to the folder's regular sort settings. Note that this requires all
project files to reside in the top folder; included project files in
subfolders will not be affected
preferences (Add a toggle for the text select tools #5207)
filenames (
%o
; Option to use ordinal date (day of the year) as Zettelkasten ID #5424)Unable to use keyboard to close editor tab when using Vim bindings #5463):
w
: Executes a save command for the current fileq
: Executes a close-file command for the current filewq
: Attempts to save the current file and then close it!
argument for supressing the "Omit unsaved changes"dialog will not work, as the editor does not have the authority to tell
main to simply omit work (this is a security feature)
j
/k
) now account for line wrapping for a smoothernavigation experience
C-f
,C-t
, andC-c
in specificmodes to re-enable default editor behaviors like search and task item
shortcuts
812899#r148519528)
de-DE
)tr-TR
) (Further translation of tr-TR.po #5461)link to headings within the file (
[[filename#heading-id]]
) and can handlesuch links appropriately; the editors will not yet jump to the corresponding
headings, but this will improve compatibility with other editors who already
support this feature (Anchor-like internal links with IDs #3727)
text below them (Figures rendered on top of existing text #5465)
the selection background (No selected-text color in typewriter mode #5430)
links to them again instead of offering to save a copy (Drag & Drop Image doesn't work anymore after update to 3.2.2 #5475)
Tab
insensitive file systems (e.g., testfile -> Testfile) no longer fails (File deleted while renaming and saving #5460)
browser; dropping any supported file onto the app will now attempt to open it
(Drag and drop files from file explorer into leafs #5344)
Under the Hood
v33.2.0
v7.5.0
PersistentDataContainer
now uses proper data types, making usage moretype-safe
registerFileProtocol
call with the new recommendedhandle
call for handlingsafe-file://
callsalready use, but they got lost in one of the past ESLint upgrades:
further in the future and streamlining the available keybindings
arrangements from disk on startup
New Contributors
Full Changelog: v3.2.3...v3.3.0
This discussion was created from the release Release v3.3.0.
Beta Was this translation helpful? Give feedback.
All reactions