Tuk Bredsdorff

Results 20 issues of Tuk Bredsdorff

- Which version of Django are you using?: Django 1.11.17 - Which version of django-rosetta are you using?: django-rosetta 0.9.3 - Have you looked trough [recent issues](https://github.com/mbi/django-rosetta/issues?utf8=%E2%9C%93&q=is%3Aissue) and checked this...

A pause symbol is shown when the timer is paused which is the opposite of in (most?) music apps, where the pause symbol is shown when the music is playing....

## Expected Behavior I expected the cursor to be at the end of the line to be able to continue writing out the task. I do this mainly to be...

type: enhancement
scope: rendering of tasks
scope: edit task

Would it be possible to add support `.md.txt` and `.markdown.txt`? I use and see them used elsewhere sometimes.

When trying to quicklook [this](https://github.com/perky/love2d-textmate-bundle/blob/master/README.markdown) markdown file, QLMarkdown crashes. I have the feeling it's an encoding issue. The file is encoded in ISO Latin-1, not UTF-8.

verified

Hi, First of all, thanks for a great addin! I've been looking for this for years and yours is the first solution to this fundamental, tedious task :) ! One...

enhancement
deferred

I got this error in my second apper Add-In despite `SampleCommand2` existing: ![Screenshot 2020-09-19 at 19 22 14](https://user-images.githubusercontent.com/153722/93679294-a30c4d00-faad-11ea-8ba4-006ffc51019e.png) Then I changed from commands.SampleCommand2 import SampleCommand2 to from .commands.SampleCommand2 import SampleCommand2...

It would be useful to lay out the manufacturing model but it does not show up when I'm editing the manufacturing model. (It shows up as expected in Design.)

HTML5 support would be great.. Right now it reports usage of tags such as `article` and `header` as errors.

I get django.template.exceptions.TemplateSyntaxError: 'naturalize' is not a registered tag library when trying to use `{% load naturalize %}` in a Django template. It does indeed look like the templatetags are...