当前位置: 首页 > news >正文

软件更新快讯-Obsidian更新-1.5.8 linux Appimage直装

更新内容 1.5.8:

从具有相同属性的文件导航时,固定属性不会显示。 修复了Home和End在导航文档顶部和底部时不总是起作用的问题。

  • Fixed properties not appearing when navigating from a file that has the same properties.
  • Fixed Home and End not always navigating to the top and bottom of the document.

1.5 版本的重大更新内容:

Improvements

Tables

  • Added RTL text support.
  • Tables are now automatically formatted as you type. This means columns will now render cleanly in source mode.
  • Tables will no longer break when typing in the line preceding a table widget.
  • The paragraph submenu is now disabled inside the table context menu.
  • Typing "---" will no longer autocomplete inside a table cell.
  • Fixed issue where long horizontal tables would lose their scroll position on edit.
  • Fixed issue where right-clicking inside a table would cause multiple context menus to appear.
  • Lots of small fixes to how we handle editing text adjacent to tables.
  • Fixed table not always getting focused when using "Insert table" command.
  • Fixed issue where undo/redo would put cursor in wrong position.
  • You can now press backspace after a table to select the table. Pressing backspace again will delete the table.
  • You can now click links and tags inside table cells.

  • 添加了RTL文本支持。
    表格在您输入时会自动格式化。这意味着列现在将在源模式中呈现清晰。
    在表格小部件前面输入时,表格将不再中断。
    段落子菜单现在在表格上下文菜单中被禁用。
    在表格单元格内,"---"将不再自动完成。
    修复了长水平表格在编辑时会丢失滚动位置的问题。
    修复了在表格内右键点击会导致多个上下文菜单出现的问题。

    我们对编辑表格旁边的文本进行了许多小的修复。
    修复了使用“插入表格”命令时,表格不一直获得焦点的问题。
    修复了撤销/重做时光标位置不正确的问题。
    现在您可以在表格后按退格键来选择表格。再次按退格键将删除表格。
    您现在可以在表格单元格内点击链接和标签。
     

Editing

  • Formatting commands now recognize _ for italic and __ for bold.
  • Fixed issue where "Copy" would not work in a file where a PDF was embedded.
  • "Quick font size adjustment" is now disabled by default.
  • Fixed some weird behavior with "Toggle comment" command when it was used next to other comments.
  • It's no longer possible to accidentally edit text inside a fold. Navigating into a fold will automatically open the fold.
  • "Close" has been moved to the top in the tab menu.
  • 格式化命令现在可以识别_斜体_和__粗体__。
    修复了在嵌入PDF文件的文件中“复制”无法正常工作的问题。
    “快速字体大小调整”现在默认已禁用。
    修复了“切换注释”命令在旁边有其他注释时的一些奇怪行为。
    不再可能意外编辑折叠内的文本。导航到折叠中将自动展开该折叠。
    “关闭”已移动到标签菜单的顶部。

Misc

  • Sync: When viewing your remote vaults inside Obsidian, you can now see the total storage space used by each vault.
  • Improvements for indented text and lists in Live Preview.

No longer broken

  • The focused item in the File Explorer will now hide after opening a file.
  • Fixed the appearance of the embedded backlinks for right-to-left interfaces.
  • Pressing Home when editing a table in source mode will now always go to the beginning of the line.
  • Fixed issue where Canvas would fail to render if a zero-byte image file was embedded on the canvas.
  • Fixed issue where files would fail to save when navigating between files at the same time the properties are being edited.
  • Fixed Live Preview issue where tokens inside Markdown code blocks will no longer get parsed and rendered.
  • Fixed Outgoing links "link" button missing for unresolved links.
  • Fixed "copy" button on the Sync history modal not working.
  • Fixed Outline view not showing leading numerics.
  • Fixed page preview sometimes getting triggered when mouse is not hovering over the app.
  • Fixed issue where Backlinks view would incorrectly render links if they are on the same line as an embed.
  • We have reverted the changes to how lists are displayed in Live Preview. They will be formatted how they were in v1.4.
  • Fixed EnterF2, and Command + ArrowDown not working when File Explorer is focused. Enter should now open the focused file on linux/win and rename the file on macOS. F2 will rename the focused folder/file. And Command + ArrowDown will open the focused file on macOS.
  • Editing a ordered checklist (i.e. 1. [ ]) will no longer cause the checkboxes to get wiped out.

  • 文件资源管理器中的焦点项目现在在打开文件后将隐藏。
    修复了从右到左接口的嵌入式返回链接的外观问题。
    在源代码模式下编辑表格时按Home键现在将始终移到行开头。
    修复了Canvas在画布上嵌入零字节图像文件时无法渲染的问题。
    修复了文件在同时导航文件并编辑属性时保存失败的问题。

    修复了实时预览问题,Markdown代码块内的标记不再被解析和呈现。
    解决了外向链接中“链接”按钮在未解决的链接中缺失的问题。
    修复了同步历史模态框中“复制”按钮无法工作的问题。
    修复了大纲视图无法显示前导数字的问题。
    修复了页面预览有时在鼠标未悬停在应用程序上时触发的问题。
    修正了反向链接视图在链接与嵌入在同一行时会错误呈现链接的问题。

    我们已经将Live Preview中列表显示方式的更改还原。它们将以v1.4中的格式显示。
    修复了当文件资源管理器处于焦点状态时,Enter、F2和Command + ArrowDown无法正常工作的问题。在Linux/Windows系统上,按下Enter应该打开焦点文件,并在macOS系统上重命名文件。按下F2将重命名焦点文件夹/文件。同时在macOS系统上,按下Command + ArrowDown将打开焦点文件。
    编辑有序清单(例如1. [ ])不再会导致复选框消失。
     

macOS

  • Double-clicking on the sidebar tabs will no longer trigger "maximize window."
  • Fixed View → Source Mode and View → Reading View app menu items getting out of sync with the app.
  • Fixed issue where dragging and dropping screenshots into Obsidian would produce broken links.

Vim

  • Fixed issue where the Vim cursor got out of sync with the app cursor. This made it possible to accidentally edit Properties inside Vim mode.
  • The Vim cursor will now be hidden if the editor is not focused.
  • Restyled the Vim normal mode command panel.

Developers

  • The installer has been updated to Electron v28.2.3.

注释

no longer broken: It means that something has been repaired. It does not imply it will never break again. 就是Bug修复。

相关文章:

软件更新快讯-Obsidian更新-1.5.8 linux Appimage直装

更新内容 1.5.8: 从具有相同属性的文件导航时,固定属性不会显示。 修复了Home和End在导航文档顶部和底部时不总是起作用的问题。 Fixed properties not appearing when navigating from a file that has the same properties.Fixed Home and End not a…...

Android Gradle开发与应用 (二) : Groovy基础语法

1. Groovy是什么 Groovy是基于JVM虚拟机的一种动态语言,语法和Java非常相似,并能够无缝地与Java代码集成和互操作,增加了很多动态类型和灵活的特性。(闭包、DSL) 语法和Java非常相似这个特点,意味着,如果我们完全不懂…...

iptables学习

iptables的4表5链的处理流程 一:业务地址请求服务时,首先经过iptables服务,iptables通过校验规则,通过校验是否同意业务访问,规则从上到下,匹配规则都失败了的话,走默认规则 (1&…...

kafka 集群搭建

kafka集群搭建 1. kafka介绍 Apache Kafka是一个开源的流处理平台,由Scala和Java编写1。它是一个分布式、支持分区的(partition)、多副本的(replica),基于zookeeper协调的分布式消息系统2。Kafka的最大特…...

springboot-基础-eclipse配置+helloword示例

备份笔记。所有代码都是2019年测试通过的,如有问题请自行搜索解决! 下一篇:springboot-基础-添加model和controller的简单例子常用注解含义 目录 配置helloword示例新建项目创建文件 配置 spring boot官方有定制版eclipse,也就是…...

关于HTML标签应用教程

简介 HTML&#xff08;HyperText Markup Language&#xff09;是用于创建网页结构的标记语言。在本教程中&#xff0c;我们将介绍一些常用的HTML标签&#xff0c;以及它们的用法和示例。 1. HTML基础结构 <!DOCTYPE html> <html> <head><title>页面…...

3. 台阶问题

数楼梯 题目描述 楼梯有 N N N 阶&#xff0c;上楼可以一步上一阶&#xff0c;也可以一步上二阶。 编一个程序&#xff0c;计算共有多少种不同的走法。 输入格式 一个数字&#xff0c;楼梯数。 输出格式 输出走的方式总数。 样例 #1 样例输入 #1 4样例输出 #1 5提示…...

推荐一个 Obsidian 的 ChatGPT 插件

源码地址&#xff1a;https://github.com/nhaouari/obsidian-textgenerator-plugin Text Generator 是目前我使用过的最好的 Obsidian 中的 ChatGPT 功能插件。它旨在智能生成内容&#xff0c;以便轻松记笔记。它不仅可以在 Obsidian 中直接使用 ChatGPT&#xff0c;还提供了优…...

aws的RDS数据库开启慢查询日志

#开启慢日志两个参数 slow_query_log 1 设置为1&#xff0c;来启用慢查询日志 long_query_time 5 &#xff08;单位秒&#xff09; sql执行多长时间被定义为慢日志1. 点击RDS然后点击参数组&#xff0c;选择slow_query_log&#xff0c;设置为1【表示开启慢日志】点击保存…...

一文读懂 Python 值传递和引用传递

文章目录 版本前言形参和实参值传递和引用传递Python 变量存储值语义和引用语义值语义引用语义 探讨 Python 值传递和引用传递不可变&#xff08;immutable&#xff09;类型可变&#xff08;mutable&#xff09;类型案例一案例二 拓展&#xff1a;不可变类型真的不可变&#xf…...

Linux进阶——系统安全,重要文件,加固系统的相关配置

目录 引出Linux系统安全一、重要文件二、帐户口令三、权限管理四、日志配置五、服务安全六、其他配置 缓存三兄弟&#xff1a;缓存击穿、穿透、雪崩缓存击穿缓存穿透缓存雪崩 总结 引出 Linux进阶——系统安全&#xff0c;重要文件&#xff0c;加固系统的相关配置 Linux系统安…...

C++三级专项 字符串逆序

输入一串‘&#xff01;’结束的字符&#xff0c;按逆序输出。 输入 如题述。 输出 如题述。 输入样例 abc! 输出样例 cba解析&#xff1a;strlen(s)用来计算指定的字符串s的长度&#xff0c;不包括结束字符“\0”。 不准直接抄&#xff01;&#xff01;&#xff01; …...

【iOS ARKit】ARWorldMap

ARWorldMap 用于存储 ARSession 检测扫描到的空间信息数据&#xff0c;包括地标&#xff08;Landmark&#xff09;、特征点&#xff08;Feature Point&#xff09;、平面&#xff08;Plane&#xff09;等&#xff0c;以及使用者的操作信息&#xff0c;如使用者添加的 ARAnchor …...

敏捷开发最佳实践:质量维度实践案例之软硬一体持续交付

在过去的Top敏捷实践案例中&#xff0c;我们可以看到企业或团队在敏捷质量管理上的创新&#xff0c;包括场景化测试、迭代T1自动化覆盖、一套自动用例到处运行、用例持续运行可视化等&#xff0c;而这也进一步促进了价值流动。本文将继续给大家带来全新的质量维度实践案例&…...

PMP证书的含金量如何?

PMP含金量更多的是“敲门砖”作用&#xff0c;公司招聘的门槛&#xff0c;现在坐项目的大部分都需要PMP/NPDP证书。 当然现在PMP管理模式也很热门&#xff0c;对企业发展很有利&#xff0c;各大企业都有引进改良应用在公司的项目上&#xff0c;之前在校友群里面大家在讨论PMP …...

Linux 下安装Jupyter

pip3 install jupyter pip3 install ipython -------------------------------------------- pip3 install jupyterlab jupyter lab pip3 list | grep jupyterlab 启动&#xff1a; python3 -m jupyter lab 2.安装朱皮特 pip3 install -i https://pypi.douban.com/simpl…...

docker 基础(二)

常见命令 Docker最常见的命令就是操作镜像、容器的命令&#xff0c;详见官方文档&#xff1a;https://docs.docker.com/ 数据卷 命令说明文档地址docker volume create创建数据卷docker volume createdocker volume ls创建数据卷docker volume lsdocker volume rm查看所有数…...

LeetCode 刷题 [C++] 第236题.二叉树的最近公共祖先

题目描述 给定一个二叉树, 找到该树中两个指定节点的最近公共祖先。 百度百科中最近公共祖先的定义为&#xff1a;“对于有根树 T 的两个节点 p、q&#xff0c;最近公共祖先表示为一个节点 x&#xff0c;满足 x 是 p、q 的祖先且 x 的深度尽可能大&#xff08;一个节点也可以…...

vue3+vite 项目的创建

这里要提醒一下&#xff0c;如果我们要使用 vue3 的组合式api 的写法的话&#xff0c; 那么我们使用的 vue 版本不能低于 vue3.2 版本&#xff0c;不能低于 vue3.2 版本&#xff0c;不能低于 vue3.2 版本 vue2 已停止维护了&#xff0c; 现在全面拥抱vue3 之前用 vue-cli 创建…...

Windows Server 2022 使用ApacheDS用户认证

Windows Server 2022 使用ApacheDS用户认证 参考文档&#xff1a;https://docs.foxpass.com/docs/windows-ldap-auth-with-pgina 安装pGina软件&#xff0c;打开pGina软件 勾选启用LDAP认证&#xff0c;点击Configure 修改LDAP认证信息 点击Gateway&#xff0c;设置只要登…...

前端倒计时误差!

提示:记录工作中遇到的需求及解决办法 文章目录 前言一、误差从何而来?二、五大解决方案1. 动态校准法(基础版)2. Web Worker 计时3. 服务器时间同步4. Performance API 高精度计时5. 页面可见性API优化三、生产环境最佳实践四、终极解决方案架构前言 前几天听说公司某个项…...

多模态大语言模型arxiv论文略读(108)

CROME: Cross-Modal Adapters for Efficient Multimodal LLM ➡️ 论文标题&#xff1a;CROME: Cross-Modal Adapters for Efficient Multimodal LLM ➡️ 论文作者&#xff1a;Sayna Ebrahimi, Sercan O. Arik, Tejas Nama, Tomas Pfister ➡️ 研究机构: Google Cloud AI Re…...

#Uniapp篇:chrome调试unapp适配

chrome调试设备----使用Android模拟机开发调试移动端页面 Chrome://inspect/#devices MuMu模拟器Edge浏览器&#xff1a;Android原生APP嵌入的H5页面元素定位 chrome://inspect/#devices uniapp单位适配 根路径下 postcss.config.js 需要装这些插件 “postcss”: “^8.5.…...

scikit-learn机器学习

# 同时添加如下代码, 这样每次环境(kernel)启动的时候只要运行下方代码即可: # Also add the following code, # so that every time the environment (kernel) starts, # just run the following code: import sys sys.path.append(/home/aistudio/external-libraries)机…...

Linux部署私有文件管理系统MinIO

最近需要用到一个文件管理服务&#xff0c;但是又不想花钱&#xff0c;所以就想着自己搭建一个&#xff0c;刚好我们用的一个开源框架已经集成了MinIO&#xff0c;所以就选了这个 我这边对文件服务性能要求不是太高&#xff0c;单机版就可以 安装非常简单&#xff0c;几个命令就…...

【Veristand】Veristand环境安装教程-Linux RT / Windows

首先声明&#xff0c;此教程是针对Simulink编译模型并导入Veristand中编写的&#xff0c;同时需要注意的是老用户编译可能用的是Veristand Model Framework&#xff0c;那个是历史版本&#xff0c;且NI不会再维护&#xff0c;新版本编译支持为VeriStand Model Generation Suppo…...

React核心概念:State是什么?如何用useState管理组件自己的数据?

系列回顾&#xff1a; 在上一篇《React入门第一步》中&#xff0c;我们已经成功创建并运行了第一个React项目。我们学会了用Vite初始化项目&#xff0c;并修改了App.jsx组件&#xff0c;让页面显示出我们想要的文字。但是&#xff0c;那个页面是“死”的&#xff0c;它只是静态…...

MySQL体系架构解析(三):MySQL目录与启动配置全解析

MySQL中的目录和文件 bin目录 在 MySQL 的安装目录下有一个特别重要的 bin 目录&#xff0c;这个目录下存放着许多可执行文件。与其他系统的可执行文件类似&#xff0c;这些可执行文件都是与服务器和客户端程序相关的。 启动MySQL服务器程序 在 UNIX 系统中&#xff0c;用…...

用鸿蒙HarmonyOS5实现国际象棋小游戏的过程

下面是一个基于鸿蒙OS (HarmonyOS) 的国际象棋小游戏的完整实现代码&#xff0c;使用Java语言和鸿蒙的Ability框架。 1. 项目结构 /src/main/java/com/example/chess/├── MainAbilitySlice.java // 主界面逻辑├── ChessView.java // 游戏视图和逻辑├── …...

使用homeassistant 插件将tasmota 接入到米家

我写一个一个 将本地tasmoat的的设备同通过ha集成到小爱同学的功能&#xff0c;利用了巴法接入小爱的功能&#xff0c;将本地mqtt转发给巴法以实现小爱控制的功能&#xff0c;前提条件。1需要tasmota 设备&#xff0c; 2.在本地搭建了mqtt服务可&#xff0c; 3.搭建了ha 4.在h…...