action-markdown icon indicating copy to clipboard operation
action-markdown copied to clipboard

Markdown content editing for Ruby on Rails.

Results 9 action-markdown issues
Sort by recently updated
recently updated
newest added

This commit updates the use of the `serialize` macro in `markdown_text.rb` and silences the Rails 7.2 deprecation warning.

## What Move Rails engine hooks into `after_initialize` ## Why After adding `action_markdown` to a Rails 7.1 application that was already using [sorcery](https://github.com/Sorcery/sorcery) the application would raise an error at...

Once https://github.com/alexandreruban/action-markdown/pull/24 is finished, it would be nice to add I18n support for Markdown toolbar.

enhancement
good first issue

Create a method to extract a table of contents.

enhancement
good first issue

It might not be obvious how to create fixtures for `ActionMarkdown`. In the installation task, we should generate a fixture template file.

enhancement
good first issue

[Forem](https://github.com/forem/forem) uses [liquid tags](https://shopify.github.io/liquid/) to create components that can be embedded in Markdown. Here is for example a [YouTube liquid tag](https://github.com/forem/forem/blob/main/app/liquid_tags/youtube_tag.rb). How cool it that? 😎

enhancement

Just like for the real GitHub issue editor, `ActionMarkdown` should support attaching files by: - Drag & Drop - Selecting them - Pasting them

enhancement

While Yarn was the de facto package manager for Rails for a long time, that is changing 🙂