Skip to content

Easier integration of icons in Markdown #7

@cseguenot

Description

@cseguenot

Hello,

Many people use Obsidian as their Markdown editor.
To integrate Font Awesome icons into Markdown, most use the Iconize plugin (1.5M installations) (https://florianwoelki.github.io/obsidian-iconize/guide/icon-packs.html).
This plugin lets you add icons with the following notation: :FasLaptopCode: (Camel case without hyphens).

But for Eleventy to recognize icons, all :FasIconCode: notations must be manually replaced by <i class="fa-solid icon-code"></i> notations.

If the 11ty/font-awesome plugin supported the Iconize syntax directly, it would be possible to use Markdown pages created in Obsidian without any modification, and would save time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions