Compositor
Compositor copied to clipboard
Compositor is a WYSIWYG LaTeX for Mac
Some formula editors offer to insert common math constructs, e.g. several forms of dx/dy (see [this example](https://superuser.com/questions/519128/how-to-type-a-small-fraction-in-word-2007-equation-editor)). Think about adding something like that.
Marcin writes: _"I would like to propose including the mol2chemfig package into compositor, or Gui to draw chemical structure simple way like in chemdraw"_.
Add a Label field to the footnote inspector (just like the image and table inspectors).
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.
add `os_log` calls for important events and user activities https://developer.apple.com/videos/play/wwdc2016/721
I'm thinking about adding a context menu to the editor view. Formatting commands might make sense there, "delete scope", and others.
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} \#\#\# ```
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...
Support the `!` float override specifier (e.g., `h!`) for tables and images. Currently, only `h`, `t`, `b`, `p`, `ht`, and `hb` are supported.