Outerline 1.0-45
Summary
Build 45 fixes the starred document title flash and adds a tag-to-inline-code shortcut. The file-library title area now immediately shows the correct document title when switching between starred documents. Type /#word followed by a space and the editor wraps it as inline code — useful for hex color codes, CSS values, and anything that looks like a tag but isn't.
Fixes
- Switching between starred documents now immediately shows the selected document title in the file-library title area — no more transient folder-name flash.
- Hex codes and other hash-prefixed tokens are no longer accidentally detected as tags. Type
/#wordfollowed by a space — the editor wraps it as inline code on the spot.
Improvements
- Typing
/#wordfollowed by a space auto-converts the token to backtick-wrapped inline code (`#word`) — no special rendering needed in preview or export, and the result round-trips cleanly as standard CommonMark. - Title fallback behavior is now deterministic: folder or tag scope names are shown only when no document title is available.