Annotate-in-Place Notes with Emacs and org-remark
Annotate-in-Place Notes with Emacs and org-remark
The Unreasonable Effectiveness of ProseMirror Model in Rich Text Transformation
https://smoores.dev/post/unreasonable_effectiveness_of_prosemirror/
About month a go I might have added a minimal implementation of ProseMirror Model in Storyteller’s alignment package. But I can explain! It’s not my fault! It’s just that ProseMirror’s data model is such a good fit for rich text. I couldn’t resist. I don’t have a problem, you have a problem.
Markdown Preview und CotEditor: Ein leichtes Gespann
Markdown Preview ist ein freier (MIT-Lizenz) Reader für Markdown-Dateien unter macOS. Er konzentriert sich auf das Lesen, die Schnellansicht und das Öffnen von Dateien aus dem Finder. Es soll Euren Editor nicht ersetzen, sondern mit und neben jeden anderen Texteditor, den Ihr zum Schreiben von Markdown verwendet, funktionieren. https://kantel.github.io/posts/2026051803_markdown_preview/ #Markdown #MarkdownPreview #Texteditor #CotEditor
Title: P2: Main interface to LLM [2025-08-04 Mon]
increase LLM consciousness: "Answer with self-reflection,
providing multiple perspectives where relevant, noting
any uncertainties." ◕‿◕
Super-prompt: "Be helpful, answer consciously compact but
with details."
✂ #dailyreport #llm #Emacs #promptengineering #texteditor #llm
Title: P1: Main interface to LLM [2025-08-04 Mon]
My implementation is just much simpler and more native
to Emacs. ⌨️
I also implemented a simple prompt technique that asks an
LLM to plan an answer and execute the plan by several
requests. This allows applying more mental AI power to
solve questions. ╯°□°)╯
Next step is to put it public and promote. :)
By fixing human speach lacks comared to LLM we can #dailyreport #llm #Emacs #promptengineering #texteditor #llm
Title: P0: Main interface to LLM [2025-08-04 Mon]
I heavily remade 🥶 some package in Emacs that allow to
interface with LLMs in excellently controlled
text-chat Org mode. 😊
During this work, I implemented a naive framework that
allows unwrapping callbacks that call each other in
async functions. 🤔 It solves the callback hell
problem. 🏆 This framework allows parallel and
sequential chains and nesting chains to each other. 🦄 #dailyreport #llm #Emacs #promptengineering #texteditor #llm
New Kids on the Blog: Zed – Ein Texteditor greift Visual Studio Code an
Es tut sich was in der lange Zeit durch die erdrückende Vorherrschaft von Visual Studio Code gelähmten Entwicklerszene für Texteditoren. Hatte ich hier mit CotEditor einen vielversprechenden, kleinen Editor für macOS vorgestellt, kommt nun Zed und ist bereit für einen Angriff auf Visual Studio Code (€). https://kantel.github.io/posts/2026051401_zed/ #Zed #Texteditor
Why do you need a Markdown viewer surpasses my cognitive capacity.
If you want to VIEW a Markdown file why don't you just open it in your TEXT EDITOR.
That was the purpose of the format in the first place. TO BE EASY TO READ.
Adopting Helix*Isms
이 글은 Neovim에서 Helix 에디터로 전환한 경험과 Helix의 장점, 특히 강력한 멀티커서 기능에 대해 다룹니다. Helix는 가벼운 의존성과 직관적인 키 바인딩, 그리고 선택 후 동작하는 독특한 편집 방식을 제공해 빠른 텍스트 편집에 적합합니다. 또한 Helix의 컬럼 기반 심볼 선택 기능은 Neovim의 기존 플러그인보다 우수한 탐색 경험을 제공합니다. 다만 세션 관리와 퀵픽스 리스트 같은 일부 기능은 아직 Neovim만큼 완성되지 않아 보완이 필요합니다.