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

Giving up Logseq

Okey, I know it's ridiculous and hard to say: I give up logseq-logseq.

I've used it 3 years, and make 1400 pages. Honestly, I'm not a good one using it, especially in earlier version, they released very fast, I even don't know when they add the support of markdown YAML properties.[1]

Fatal Problem: hard to build a huge system

What part of logseq annoy me following:

The performance never comes to usable in a large context.

Outline render

Historical baggage

As I said above, features applied again and again, which break the the whole construction of PKM as well. That means, the downward compatibility of system is impossible and difficult.

I need to break my PKM three times, and finally I give up it. Since enabled telegram inbox + telegram RSS bot, I was fell into the hell of poor performance.

In a word, it's wasting time and no worth any more.

Hard to share & read with raw format

The active user on community I know is xxx, which shared opinions via LOGSEQ format.

How to comment? I agree this is a simple and awesome way. But it's really hard to read and understand as well.

Database version

Now official has announced,[2] and alpha test has started. The double preview way is available following:

  • https://logseq-db-demo.pages.dev/
  • https://test.logseq.com/#/

I meet some imported problem, such as excludelist config on config.edn would not ignore when imported, no uuid found for page name nil.

When I delete the pdf annotations, and imported most of them, I was so excited to try reviewing notes on database version. I sadly notice:

  • Query is slower then MV.
  • Page is easier to be stuck then MV.
    • Breaking up browser and need to be relaunched.
  • Editing block is so difficult as same as MV.

Compared to MV, database is not solving any problems on performance. And you are losing the support of template, schedule, sync local pure markdown file (cooperated with other tools base on pure text), and desktop plugins support.

They really have a very very long way to reach. I have no time to wait them.

Switch obsidian Notes

Replace all properties :: with yaml format

replace yaml to :: is easy. But using regex to replace :: to yaml is a hard thing.

But there is something worth to try

-Org-mode syntax
#\+BEGIN_PIN\n([ ]+)
#\+BEGIN_PINNED\n([ ]*)
#\+BEGIN_PIN\n([ ]+)
#\+BEGIN_EXAMPLE\n([ ]+)
#\+BEGIN_NOTE\n([ ]+)
#\+BEGIN_WARNING\n([ ]+)
#\+BEGIN_IMPORTANT\n([ ]+)
+>[!tip]\n$1- no used property
[ ]*closed: .*\n- shadule time
^\s*\* State "DONE" from "WAIT".*$\
[ ]+:LOGBOOK:[\n]+[ ]+:END:\n([ ]+)
[ ]+:LOGBOOK:\n[ ]*:END:\n([ ]+)- no use break line
^-\n
\n---\n[^\n ]- attachments
! \[(.*)\]\(\.\./assets
![$1](../assets- properties
([ ]*)- title: \[(.*?)\]\((.*)\)
$1- title: $2\n$1  source: $3<div class='text-center'>via: <a href='(.*?)' target='_blank' class='external-link'>(.*?)</a></div>
<center>via: <a href='$1' target='_blank' class='external-link'>$1</a></center>

Properties

Date format shown

Properties: let the user customize the way Dates/Times are displayed (independently from OS) - Feature requests - Obsidian Forum

Value cannot be a image

That not impossible with ![]() as value. Yet use link and format it on dataview query.

https://forum.obsidian.md/t/how-do-you-dynamically-embed-a-picture-tied-to-a-metadata-value/54011

Plugins

Web Cliper template

Reminder

Chinese Tools

Turn to page

Agenda

Markmap

Web parser

Hotkey

  • alt+a/d outliner move
  • ctrl+enter task switch
  • command+1 heading switch
  • Easily switch between source mode <-> live preview <->
  • Is there a plugin for changing blocks locations? : r/ObsidianMD

Graph

  • local graph
  • global graph
  • Global graph view: open with currently active note highlighted - Feature archive - Obsidian Forum

Miss macros

  • Iframe - Help - Obsidian Forum
  • Simple macros? - Help - Obsidian Forum
  • What are the creative ways to use iframes .... : r/ObsidianMD

PDF annotations

  • Handle PDFs Natively in Obsidian – Curtis McHale

CSS

Image size

/* via: https://forum.obsidian.md/t/resize-image/6517/17
*/
.markdown-preview-view img[alt="sm"] {width: max(300px,30%);max-height:auto;
}
.markdown-preview-view img[alt="md"] {width: max(500px,50%);max-height:auto;
}
.markdown-preview-view img[alt="lg"] {width: max(1080px,70%);max-height:auto;
}

Iframe

[!warning]
Some video cannot be iframed.
That would be unavailable.
If iframe the whole page, the video will be played automatically.
via: https://forum.obsidian.md/t/youtube-video-unavailable/61107
https://stackoverflow.com/questions/44839312/disable-auto-play-in-youtube-embeded-code

Code block with no wrap

  • https://forum.obsidian.md/t/disable-word-wrap-for-code-blocks/13210/16

Full width cssclasses

/** via: https://forum.obsidian.md/t/optional-full-width-note-css/15444/19*/
.wide-view {--custom-line-width: 100%; /* <- change this */--file-line-width: var(--custom-line-width);
}body.minimal-theme.minimal-theme .wide-view {--line-width: var(--custom-line-width);--max-width: 95%;
}

Query

Exclude some folder

-path: foldername
  • https://www.reddit.com/r/ObsidianMD/comments/w6p5xc/how_do_i_exclude_templates_from_this_dataview/
  • https://forum.obsidian.md/t/exclude-templates-folder-from-file-explorer-graph/5012/7

More Query

  • https://publish.obsidian.md/tasks/Queries/About+Queries
  • https://forum.obsidian.md/t/dataview-how-to-specify-the-order-of-properties/69721

Embed files

Only support local embed [3]


Not support http embed.

![](https://github.com/assets/demo.pdf)

Others

  • Use spaces instead of tab: https://forum.obsidian.md/t/use-tabs-off-only-replaces-tabs-with-spaces-in-lists/3583
  • Show location of currently open file - Feature requests - Obsidian Forum
  • Any way to disable line wrapping in code blocks? : r/ObsidianMD

Source via: https://note.bgzo.cc/weekly/1218-giving-up-logseq


  1. in earlier version, they released fast, I used to learn feature via changelog. the hierachy is using via twitter, the macros via community discuss. and even someone analyze the logic of language, break it into pieces, and try explain it with Logseq. ↩︎

  2. Why the database version and how it's going? - Announcements - Logseq ↩︎

  3. https://help.obsidian.md/Linking+notes+and+files/Embed+files ↩︎

http://www.zskr.cn/news/83800.html

相关文章:

  • Day34模块和库的导入
  • 最想考公的時刻
  • python爬虫获取手机评论数据 - f
  • 嚴重似情侶講分手
  • 总结咯
  • 上手RAG 四步构建最小可行系统(MVP) - yi
  • LORA温湿度传感器如何赋能六大行业?揭秘无线环境监测的落地新范式
  • 基于SpringBoot+Vue的洋州影院购票管理系统管理系统设计与实现【Java+MySQL+MyBatis完整源码】
  • COMSOL介电金属多层膜结构宽谱吸收器:文献复现与吸收特性研究
  • miniconda anaconda下载
  • 双向RRT算法求解路径规划问题
  • Fortran 的英文数字验证码识别系统设计与实现
  • 如何找書
  • 面试必问:如何快速定位BUG?BUG定位技巧及N板斧!
  • 如何啓動一個本地服務
  • ROS2节点和话题
  • Wan2.2-T2V-A14B如何生成带有烟花绽放效果的节日庆典视频?
  • Jetson Secure Boot 完整实战指南:从 Fuse Key → Boot Chain → 验签代码路径的源码级解析
  • 5分钟快速上手MONAI 2D扩散模型:医学图像生成的终极指南
  • 程序员转行到大模型开发领域,以下是几个推荐的方向、推荐原因以
  • 机器学习基础(线性,逻辑回归)
  • Windows11制作docker linux-arm64镜像
  • Wsappx进程异常占用的深度解析与修复方案
  • 【2025必看】AI Agent技术全解析:从概念到开发框架的全面指南(建议收藏)
  • 2025年12月乌兹别克斯坦EAC认证,SGR认证,OTTC认证公司推荐,综合服务能力与资质解析 - 品牌鉴赏师
  • VS2022二次元背景板痛改教程!
  • 山西临汾卤制品制作技艺的技术路径分析
  • 2025最新的电子实验记录本软件,引领科研数字化变革的智能中枢
  • 12月11日日记
  • 【量子机器学习调试终极指南】:手把手教你用VSCode攻克QML代码难题