Hi, while org-superstar-mode (a minor mode that prettifies org headlines and item bullets, see https://github.com/dw-github-mirror/org-superstar-mode) is awaiting it's debut on MELPA, I am currently doing a few more touch-ups to ensure quality. While I am working on providing proper unit tests, I thought I may take the time to ask a few questions to all people interested using org-inlinetask:
1) Would you like a mode prettifying header bullets to honor org-inlinetask-show-first-star? 2) If yes, would you like to have the leading character depend on the inlinetask's level (or rather, the level it would have had as a headline), or would you prefer a fixed character, for example, a Dingbat? 3) Header bullets cycle through a user defined list of bullets. Should the pair of header bullets (the trailing two stars) be displayed by the level they would have as headlines? For example, suppose your headeline bullets would cycle through (1), (2), (3), (4). Now suppose org-inlinetask-min-level was 6. Should ****** be rendered as (1)(1) (that is, as the *first* inlinetask) or (2)(2) (that is, like a level 6 (mod 4) headline)? Thank you in advance, D.