Adam Dullage

Results 48 comments of Adam Dullage

[Related PR Comment](https://github.com/dullage/flatnotes/pull/135#issuecomment-1925847264)

Thanks for the good feedback, glad you like it. Strangely this particular issue doesn't seem to occur on iOS when using Safari or Chrome but I can replicate it on...

Relevant information for the Firefox iOS issue: https://github.com/bramus/viewport-resize-behavior/blob/main/explainer.md#problem-statement.

Thanks 👍. I'll have a think about this.

Using HTML _would_ be the recommended way of achieving this as, as far as I'm aware, there's nothing in standard markdown to support sizing. Odd that the WYSIWYG view is...

Thanks for the suggestion 👍🏻. This would need some consideration. If there's the demand and I have the time I'll take a look.

Hey @aguileraGit 👋. _Inside_ the container the server always starts on port 8080. But Docker lets you map that internal port to another port _outside_ the container. When using `docker...

Based on [this](https://docs.portainer.io/user/docker/services/configure#published-ports) from the Portainer docs it looks possible. Let me know how you get on.

Thanks for your comments. I'm glad you like it. There is currently a mechanism that stores unsaved changes locally (in the browser). If the note isn't closed properly, then the...

Hi @PradeepKumarBose. This is by design and is [part of the Markdown spec](https://daringfireball.net/projects/markdown/syntax#list). You can use any numbers in any order and the Markdown renderer will correct them for you.