Yuki Hattori
Yuki Hattori
I've found that [escaping special character through the fallback text of date formatting](https://github.com/speee/jsx-slack/blob/master/docs/about-escape-and-exact-mode.md#details) is not work correctly in Slack client for Android. ```jsx > *bold* _italic_ ~strikethrough~ `code` > *bold*...
I discovered jsx-slack v2 can use asynchronous component as following: ```jsx const AsyncComponent = async ({ userId }) => { // Fetch some data const name = await getUserName({ id:...
Now we have too long README.md to explain our features. jsx-slack must have a well-organized documentation to use easily. ### ToDo - [ ] Migrate documentation from README.md to the...
from: #87, #203 Following commands are refreshed suggestions based on https://github.com/marp-team/marp-vscode/pull/463#issuecomment-2595137267. * **Export Slide Deck (Quick Export)** (`markdown.marp.exportQuick`) * Create the output next to the current file. * If the...
Virtual workspace support had added in v0.19 (#225), but some cases still won't render image resources correctly. In the case of [live share](https://marketplace.visualstudio.com/items?itemName=ms-vsliveshare.vsliveshare) session (`vsls://`), Marp for VS Code will...
Marp for VS Code is just a extension to Markdown pane for preview Marp slides when writing. Normally user should use exported HTML/PDF/PPTX for the practical presentation. However, We have...
VS Code team is working now for creation trusted workspace concept: https://github.com/microsoft/vscode/issues/106488 Marp for VS Code has not allowed custom Marp CLI configuration for preview and export by default, to...
In Linux, the current chrome-finder is trying to find out Chromium binary if Google Chrome was not found. (https://github.com/GoogleChrome/chrome-launcher/commit/96d5c7ce14b196623fe08e3701a124e3c3547ab7) In contrast, chrome-finder for macOS and Windows is not trying to...
A stable VS Code v1.72 has allowed toolbar customization to hide buttons. It means no longer `markdown.marp.toolbarButtonForQuickPick` setting is required to hide Marp toolbar icon. https://code.visualstudio.com/updates/v1_72#_hide-actions-from-tool-bars
We tried upgrade my rails application from 5.0.2 to 5.1.0, it uses cells 4.1.7 and cells-slim 0.0.5. and I saw a lot of escaped strings in cells components... I guessed...