🥇 Our documentation has moved here.
Development Status: Maintenance Mode
Due to a glut of high priority Javalent plugin projects, this plugin is now entering maintenance mode for the time being. This is not a permanent status.
- PR's will be reviewed.
- Yay bugs will be reviewed and worked if able.
- Feature Requests will not be worked.
Markdown Attributes is a proof of concept Obsidian plugin that allows users to add Pandoc-style markdown attributes to various elements such as text, headers, tables, links, lists, code blocks, and block quotes.
This plugin enhances Obsidian's functionality by providing more options for customization and organization within notes. Note that while this plugin is stable and should not result in any loss of data, rendering errors may occur.
- Allows using Pandoc-style markdown attributes
- Supports attributes for:
- Inline text elements such as italics, bold and highlights
- Paragraphs
- Headers
- Tables and individual table cells
- Links (both Wikilinks and Markdown syntax links)
- Lists and individual list items
- Code blocks, Block quotes, and Obsidian callouts
- To add an attribute to an element, surround the attribute name and value in curly braces {}. For example, to add a class attribute to a paragraph, write
{ .my-class }
at the end of the paragraph. - To add an ID attribute to an element, use the format
id=identifier
. For example, to add an ID attribute to a header, write{ id=my-header }
at the end of the header line. - You can add attributes to a variety of elements, including paragraphs, headers, tables, links, lists, code blocks and block quotes. See the specific usage examples above for more information.
- If you encounter any rendering errors, create an issue and include the source text that caused the problem.
Check out the plugin documentation for more detailed instructions and examples.
If you encounter any issues, want to give back and help out, or have suggestions for new features, file an issue on the GitHub repository.
If you're using Obsidian to better organize your notes, you may find some of my other plugins useful:
- Admonitions Create and customize code-block callouts.
- Prominent Bookmarked Files Make your Bookmarked files stand out better on the file pane.
- Settings Search Get to your settings faster.