当前位置: 首页 > 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;设置只要登…...

React 第五十五节 Router 中 useAsyncError的使用详解

前言 useAsyncError 是 React Router v6.4 引入的一个钩子&#xff0c;用于处理异步操作&#xff08;如数据加载&#xff09;中的错误。下面我将详细解释其用途并提供代码示例。 一、useAsyncError 用途 处理异步错误&#xff1a;捕获在 loader 或 action 中发生的异步错误替…...

Admin.Net中的消息通信SignalR解释

定义集线器接口 IOnlineUserHub public interface IOnlineUserHub {/// 在线用户列表Task OnlineUserList(OnlineUserList context);/// 强制下线Task ForceOffline(object context);/// 发布站内消息Task PublicNotice(SysNotice context);/// 接收消息Task ReceiveMessage(…...

Python爬虫实战:研究feedparser库相关技术

1. 引言 1.1 研究背景与意义 在当今信息爆炸的时代,互联网上存在着海量的信息资源。RSS(Really Simple Syndication)作为一种标准化的信息聚合技术,被广泛用于网站内容的发布和订阅。通过 RSS,用户可以方便地获取网站更新的内容,而无需频繁访问各个网站。 然而,互联网…...

Java - Mysql数据类型对应

Mysql数据类型java数据类型备注整型INT/INTEGERint / java.lang.Integer–BIGINTlong/java.lang.Long–––浮点型FLOATfloat/java.lang.FloatDOUBLEdouble/java.lang.Double–DECIMAL/NUMERICjava.math.BigDecimal字符串型CHARjava.lang.String固定长度字符串VARCHARjava.lang…...

如何在看板中有效管理突发紧急任务

在看板中有效管理突发紧急任务需要&#xff1a;设立专门的紧急任务通道、重新调整任务优先级、保持适度的WIP&#xff08;Work-in-Progress&#xff09;弹性、优化任务处理流程、提高团队应对突发情况的敏捷性。其中&#xff0c;设立专门的紧急任务通道尤为重要&#xff0c;这能…...

ip子接口配置及删除

配置永久生效的子接口&#xff0c;2个IP 都可以登录你这一台服务器。重启不失效。 永久的 [应用] vi /etc/sysconfig/network-scripts/ifcfg-eth0修改文件内内容 TYPE"Ethernet" BOOTPROTO"none" NAME"eth0" DEVICE"eth0" ONBOOT&q…...

使用Matplotlib创建炫酷的3D散点图:数据可视化的新维度

文章目录 基础实现代码代码解析进阶技巧1. 自定义点的大小和颜色2. 添加图例和样式美化3. 真实数据应用示例实用技巧与注意事项完整示例(带样式)应用场景在数据科学和可视化领域,三维图形能为我们提供更丰富的数据洞察。本文将手把手教你如何使用Python的Matplotlib库创建引…...

Python基于历史模拟方法实现投资组合风险管理的VaR与ES模型项目实战

说明&#xff1a;这是一个机器学习实战项目&#xff08;附带数据代码文档&#xff09;&#xff0c;如需数据代码文档可以直接到文章最后关注获取。 1.项目背景 在金融市场日益复杂和波动加剧的背景下&#xff0c;风险管理成为金融机构和个人投资者关注的核心议题之一。VaR&…...

MySQL JOIN 表过多的优化思路

当 MySQL 查询涉及大量表 JOIN 时&#xff0c;性能会显著下降。以下是优化思路和简易实现方法&#xff1a; 一、核心优化思路 减少 JOIN 数量 数据冗余&#xff1a;添加必要的冗余字段&#xff08;如订单表直接存储用户名&#xff09;合并表&#xff1a;将频繁关联的小表合并成…...

iview框架主题色的应用

1.下载 less要使用3.0.0以下的版本 npm install less2.7.3 npm install less-loader4.0.52./src/config/theme.js文件 module.exports {yellow: {theme-color: #FDCE04},blue: {theme-color: #547CE7} }在sass中使用theme配置的颜色主题&#xff0c;无需引入&#xff0c;直接可…...