Giter VIP home page Giter VIP logo

Comments (4)

yhatt avatar yhatt commented on July 17, 2024 2

Please notice to path preprocessing in config.ts. If remote URL(s) was passed to theme and themeSet, you should skip preprocessing to resolve theme's relative path from the location of configuration file.

marp-cli/src/config.ts

Lines 156 to 171 in 29c8c0f

const theme = await this.loadTheme()
const initialThemes = theme instanceof Theme ? [theme] : []
const themeSetPaths =
this.args.themeSet ||
(this.conf.themeSet
? (Array.isArray(this.conf.themeSet)
? this.conf.themeSet
: [this.conf.themeSet]
).map((f) => path.resolve(path.dirname(this.confPath!), f))
: [])
const themeSet = await ThemeSet.initialize(
(inputDir ? [inputDir] : []).concat(themeSetPaths),
initialThemes
)

from marp-cli.

robertjdominguez avatar robertjdominguez commented on July 17, 2024 2

I've opened a PR for this, folks 👋

#571

from marp-cli.

simoneggler avatar simoneggler commented on July 17, 2024

+1

from marp-cli.

vincent-zurczak avatar vincent-zurczak commented on July 17, 2024

Hello,

Any plan to support this feature?
I am ready to contribute if it can help.

Basically, it seems updating the theme file and extending the load function should be enough. What do you think?

from marp-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.