kevboh / longform

A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Other
610 stars 30 forks source link

Change the default css classes for Sortable scenes #196

Closed b-camphart closed 9 months ago

b-camphart commented 10 months ago

By using the default css classes, Sortable.js would create a conflict with other plugins that also used Sortable.js and the default css classes (namely, cMenu). By using more domain-specific classes, we are less likely to have conflicts in the future.

fix #155

b-camphart commented 10 months ago

Waiting for #194 to make tests pass