djblue / portal

A clojure tool to navigate through your data.
https://djblue.github.io/portal/
MIT License
888 stars 82 forks source link

Ability to start Portal without UI #145

Closed pfeodrippe closed 2 years ago

pfeodrippe commented 2 years ago

Am I able to start Portal without a UI?

For example, a p/open that does not open a window, it just starts the server (so I can link later somewhere using the new p/url function), returning the usual Portal object (p/start returns a map).

djblue commented 2 years ago

@pfeodrippe, I recently added https://github.com/djblue/portal/commit/0dfe3425cc10671285c709decde97173cb863059 to allow users to disable the launcher with {:launcher false}. It will be part of the next release.

pfeodrippe commented 2 years ago

@pfeodrippe, I recently added 0dfe342 to allow users to disable the launcher with {:launcher false}. It will be part of the next release.

Oh nice!! This is why your gist in Clojurians for Portal in Clerk wasn’t working ahahahahahaha sorry, man.

Keep the good work, don’t forget to take some good breaks