-
-
Notifications
You must be signed in to change notification settings - Fork 106
Project editing cheat sheet
Orcpub is not a simple project to dive into, having documentation of frequently edited areas of the project is super useful. So those notes should be kept public so others can benefit!
Note: This doc will be presumed almost constantly WIP.
Warning: The import/export process isn't just one simple function, it has several moving parts.
The import/export process starts here, though:
https://github.com/Orcpub/orcpub/blob/develop/src/cljs/orcpub/dnd/e5/views.cljs#L6896
CSS is compiled/minified at build time, from a core file.
The CSS core file is found here:
https://github.com/Orcpub/orcpub/blob/develop/src/clj/orcpub/styles/core.clj
The save event for custom items: https://github.com/Orcpub/orcpub/blob/develop/src/cljs/orcpub/dnd/e5/views.cljs#L7245
Magic Item Builder: https://github.com/Orcpub/orcpub/blob/develop/src/cljc/orcpub/dnd/e5/magic_items.cljc