Sebastian Fey

Results 117 comments of Sebastian Fey

any experience with [mega-linter](https://github.com/nvuillam/mega-linter)? It supports PHP and [probably/maybe Vue](https://nvuillam.github.io/mega-linter/CHANGELOG/#4150-2020-12-13)

I can‘t read the article since it‘s behind a paywall, but why not try it, if he had good experiences with this 🤷‍♂️

[Nextcloud Notes](https://github.com/nextcloud/notes/blob/master/src/components/EditorMarkdownIt.vue) [uses](https://github.com/nextcloud/notes/blob/master/package.json) [markdown-it](https://www.npmjs.com/package/markdown-it) as does the [Markdown Editor](https://github.com/icewind1991/files_markdown/blob/master/package.json) and the [Tasks](https://github.com/nextcloud/tasks/blob/master/package.json) [app](https://github.com/nextcloud/tasks/blob/master/src/components/AppSidebar/NotesItem.vue). So I would suggest switching to the same. **Edit:** There are differences in the loaded plugins for...

Just as a reference: [Nextcloud Vue modal component](https://nextcloud-vue-components.netlify.app/#/Components/Modal)

I'm not too deep in this, but just an idea: Is it possible to simply override the buttons css? E.g., add a semi-transparent white background to the button in the...

Thanks for opening the thread @christianlupus. Let me try to summarize the discussion on this topic from #120. Both issues should be considered together as sharing is an important functionality...

I like the idea of having multiple cookbooks as this would give the user more flexibility. However, this might not solve the problem as you expect. What if a user...

Actually, I’m totally with you. The confusion probably comes from the fact that I was talking about a single user and you were talking about sharing between users. :) **Reusing...

So, I might not have been clear enough on this^^ I really would want to stick with the approach of having all data available in the filesystem (for the requested...

There are multiple things. ### Your example If I understand you correctly, your example reflects what I was trying to propose [earlier](https://github.com/nextcloud/cookbook/issues/340#issuecomment-715483532) - having the files in a single location...