obsidian
Posts tagged obsidian
RSS FEED-
How we got table editing for almost nothing
An article about a VSCode table editor sent us looking at our own Markdown engine, where most of a table editor already was. Two real gaps, one function nobody had ever called, one menu item that would not sit left, and a verification loop that needed a finger and a diff.
-
Renaming a published plugin is safe until you reuse the name
Two plugins with people using them, both repositories renamed. What survives is measurable — the manifest fetch, the release redirect, and a phone that installed the new version anyway. What breaks arrives later, from an unrelated direction, and takes the name with it.