Leo Chiu

Results 7 comments of Leo Chiu

@williamsun1993 Thank you for your reply. It is seams like the way to upload image, but what I want is prevent pasting text from clipboard which maybe includes images. These...

@blessdarah You can use `customHTMLRenderer` props to render`` tag in WYSIWYG. https://github.com/nhn/tui.editor/blob/master/docs/en/custom-block.md#wysiwyg-1

It seems like not a bug because using custom directives on components is not recommended. Especially when the component has multiple root elements. https://vuejs.org/guide/reusability/custom-directives.html#usage-on-components

I added support in [universal-agents](https://github.com/leochiu-a/universal-agents) for `AGENTS.md` to read the `.agents/` subfolder. ``` .agents/ skills/ code-review/ SKILL.md rules/ api-guideline.md react-components-guideline.md AGENTS.md ```

I'm building a POC to create a universal agent rule system that allows various agents (e.g., Codex, Claude Code) to automatically discover `/rules` and `/skills` under the `.agents` folder. https://github.com/leochiu-a/universal-agents...

> whats your motivation behind using rules and skills at the same time? In your example, why not have an api-guideline skill? @klaudworks Skills and rules are different concepts: -...