Skip to content

Instantly share code, notes, and snippets.

@nuadaria
Created May 12, 2023 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuadaria/2dc07e3ad753bee47c48f246e09025ec to your computer and use it in GitHub Desktop.
Save nuadaria/2dc07e3ad753bee47c48f246e09025ec to your computer and use it in GitHub Desktop.
For implementation of nest-able accordions on Obsidian Portal
$(".accordion").accordion({
header: "> h3:not(.item)",
heightStyle: "content",
active: false,
collapsible: true
});
@nuadaria
Copy link
Author

Requires HTML from here in order to work. Add this to either of the Custom JavaScript fields in Advanced for your campaign's Settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment