Chris Daßler

Results 10 comments of Chris Daßler

@ursomniac Or you can use Django-JET and generate a menu with `python manage.py jet_side_menu_items_example`. Have a look at the docs https://jet.readthedocs.io/en/latest/config_file.html

+1 for the **stash** and **stash pop** feature For example: - I rename a file on my mobile and push the changes - I left Obsidian open on my notebook...

Yes, this embedded attachment is put as separate file besides the markdown file and is rendered as image element. Of course, it would be brilliant if the NextCloud text editor...

Maybe this mixin will help you. Depending on given `accept-language` header, it returns a flat representation of the model without the translations sub-fields. If the language was not found, the...

I had the same problem and found the answer mentioned here https://github.com/okld/streamlit-elements/issues/2 I have a TextField with the _select=True_ option and can access the value by using `onChange=sync(None, 'select_value')`. The...

Hi @danfunk, this sounds wonderful, because I'm looking forward to start workflows from "outside" via the API. Is there an approximate time frame when this feature will be available?

@danfunk Maybe I can have a look at the Python stuff. Please tell me how I could help?

It seems that some of the BuilderApp color styles are wrong assigned. With my above style.css some button styles are broken: ![image](https://github.com/writer/writer-framework/assets/36750848/c35f6cef-92d1-49e7-8ea3-fa9321b9c6b6) I think it is not the best case...