Karl Traunmüller

Results 134 issues of Karl Traunmüller

Add a Label field to the footnote inspector (just like the image and table inspectors).

feature

using [os_signpost](https://developer.apple.com/documentation/os/logging) Note: this requires OS versions >= 10.12, and for some features >= 10.14. That's a showstopper for now, postponing.

internals
performance

add `os_log` calls for important events and user activities https://developer.apple.com/videos/play/wwdc2016/721

internals

I'm thinking about adding a context menu to the editor view. Formatting commands might make sense there, "delete scope", and others.

editing
user interface

Source snippet: ``` \begin{itemize} \item CoreFoundation's \texttt{CFString} \item Foundation's \texttt{NSString} \item Swift's native \texttt{String} type as provided by the Swift standard library (stdlib) \end{itemize} \#\#\# ```

bug
internals

Blanks at the ends of lines can become problematic for WYSIWYG editing. The app tries to tidy up line endings in different places. Since the fix for #442 may leave...

editing

Support the `!` float override specifier (e.g., `h!`) for tables and images. Currently, only `h`, `t`, `b`, `p`, `ht`, and `hb` are supported.

editing

Support the "H" float positioning option provided by the `float` package: ``` \usepackage{float} \begin{table}[H] \end{table} ```

editing

Think about a concept how to allow inserting horizontal or vertical space

editing

If the image file name in an `\includegraphics` is missing an extension, Compositor will currently fail to load find the image. It would be nice if the app would be...

enhancement
file handling