Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.63 KB

File metadata and controls

27 lines (18 loc) · 1.63 KB

Contributing to Obsidian Latex Suite

Welcome, and thank you for wanting to contribute to Obsidian Latex Suite

Asking Questions

Have a question? Instead of opening an issue, please create a discussion instead.

Features

  • Have a feature request? Make sure it's related to the typing experience of latex.
  • Have a suggestion for the default snippets? Create an issue or pr describing your suggestion. Note that default snippets have to work on all platforms that the latest version of obsidian supports. Thus for ios specific till they deprecate ios 16.3<=, regex with negative lookbehind can only exists as comments, that have to be manually turned on. Is it not a snippet that should be on by default? Post it in the Snippet sharing thread instead.
  • Did you create snippets for another language like python or templater? Open up an issue/pr linking your snippets.

Contributing to the code of this plugin

  • If you are new to developing plugins in obsidian, reading through the official documentation of building your first plugin is recommend.
  • Need to touch code related to the backend editor codemirror? See official docs.

To install and run this plugin:

  • clone this repo inside .obsidian/plugins of your dev vault
  • run npm install to install the necessary packages
  • run npm run dev to compile the project and reload obsidian either with hotreload or with the command.