Notion vs Markdown: the honest comparison
"Notion vs Obsidian" is the wrong framing — that's app vs app. The real comparison is app vs stack: can a markdown setup give you what Notion gives…
Tech news from the best sources
"Notion vs Obsidian" is the wrong framing — that's app vs app. The real comparison is app vs stack: can a markdown setup give you what Notion gives…
Your filesystem is already a database. Most tools just don't treat it that way. That's the core idea behind the Markdown Database Pattern — written…
Какое-то время назад я выкладывал статью на Хабр про свое obsidian хранилище. Я получил хороший фидбэк и некоторые идеи. Также я понял, что довольно…
Markdown is great until you want a real chart in a README or docs site. Most people reach for a screenshot, a hosted PNG, or a heavy client library.…
Disclosure: I work on Notula, which is the last section of this article. Everything before it is about the category. A WYSIWYG Markdown editor hides…
HTML has become an increasingly useful format for working with large language models. Models can generate complete HTML documents very quickly, but…
Introduction The world, as we know it, is changing and data is at the center of it all. As a beginner at LuxdevHq , I will cover Git and Github , ho…
Недавно я рассказал, как держу долговременную память агента на обычных markdown‑файлах, без вектор‑базы и эмбеддингов. За кадром…
I love writing in Markdown. What I don't love is opening a 200MB+ Electron app just to jot down a note. So I built Markify - a desktop Markdown edit…
Working with Markdown is great—it is the universal lingua franca for READMEs, technical documentation, static site generators, and now LLM prompt co…
У каждого опубликованного сайта GitBook уже есть MCP-сервер. Мы узнали об этом случайно и вместо конвертеров просто дали агенту ходить в документаци…
У меня восемь агентов с постоянной памятью: больше 360 файлов, около 1,4 МБ текста. Векторной базы нет ни одной, эмбеддинги я не считаю вообще. И эт…
Ever run into this? You wrote a detailed technical spec three months ago, and today someone asks "how did we design this module again?" You end up s…
If you take notes in Obsidian, you've probably hit the same wall: search finds text, but it can't answer "show me every snippet I've tagged regex "…
Markdown Tricks for Cleaner Docs Markdown is everywhere: READMEs, docs, comments, even this very post. But most people stick to the basics: headings…
Every few weeks I need to hand a Markdown document to someone who doesn't live in a text editor. A README for a client, meeting notes, a short spec…
Markdown looks like one language until the same file renders differently on GitHub, Hugo, Obsidian, or Pandoc. And the problem is not that Markdown…
Markdown Tricks for Cleaner Docs I've written a lot of documentation over the years, and I've learned that Markdown is more powerful than most peopl…
У меня возникла такая задача: есть куча файлов, на которые хорошо бы натравить нейросеть, чтобы она искала ответы прямо по ним, а не выдумывала. Фай…
What is structured authoring? Structured authoring means writing content as reusable, semantic building blocks instead of free-form documents. The i…
Почему API-First уже недостаточно и что меняется, когда SDD строится на .md-файлах и обязательном участии агентов? В агентном SDD спецификация стано…
How Losing My Typora License Led to Building My Own Markdown Editor Introduction For years, Typora has been my go-to Markdown editor — it’s affordab…
codexu/note-gen is an open-source, local-first Markdown note-taking app. Notes live as regular files in the user's workspace. GitHub, Gitee, GitLab,…
TL;DR — LLMs love \(...\) and \[...\] . Most Markdown math plugins only speak $...$ and $$...$$ . I tried to bridge that with a regex, failed in int…
If you write documentation on GitHub, GitLab, or use Obsidian, you deal with Markdown tables. And you know they are a pain to write by hand. The Hac…
Markdown Tricks for Cleaner Docs I write a lot of documentation. Over the years, I've picked up a handful of Markdown tricks that make my docs clean…
Hi - I built a small browser-based project called MD Studio: mdstudio.dev It started as a personal project to help me learn AI-assisted web developm…
Why search alone does not create memory—and how source layers, agent rules, and deterministic checks keep a knowledge base useful over time My AI kn…
Сразу дисклеймер: это рассказ про инструмент, который мы написали для себя и используем каждый день. Ссылку дам в конце, продавать не буду — расскаж…
Here is a principle I keep coming back to: the canonical version of everything I write should live in a git repo I control, in plain markdown, not l…