Hey folks, longtime listener first time caller.
As we've begun enabling more Forems to exist in the universe and rapidly approach general availability where we expect many more, there will be a need to generalize this project to allow posting to any Forem.
This seems like a straightforward enough adjustment... Adding one more input field which takes a domain (i.e. dev.to) and have that value passed down to (I believe) this line...
|
let url = `https://dev.to/api/articles/${ item.id }` |
Of course, the big considerations are the design to allow space for the second input and the brand name... Would you be open to changing the project to publishtoforem.com and redirecting there?
We love the idea of this continuing to act as a valuable third party tool and it will become that much more valuable as our ecosystem makes these tools more important.
Let us know your thoughts, we could definitely help out as needed.
Hey folks, longtime listener first time caller.
As we've begun enabling more Forems to exist in the universe and rapidly approach general availability where we expect many more, there will be a need to generalize this project to allow posting to any Forem.
This seems like a straightforward enough adjustment... Adding one more input field which takes a domain (i.e.
dev.to) and have that value passed down to (I believe) this line...PublishToDev/functions/schedulePostStart/index.ts
Line 46 in 4eeeb48
Of course, the big considerations are the design to allow space for the second input and the brand name... Would you be open to changing the project to
publishtoforem.comand redirecting there?We love the idea of this continuing to act as a valuable third party tool and it will become that much more valuable as our ecosystem makes these tools more important.
Let us know your thoughts, we could definitely help out as needed.