-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎉 #14
🎉 #14
Conversation
… more documentation.
@arash77 in your demo posts that I've seen you also made use of threads, at least on Mastodon. How would that be done here? |
or were these always just long posts that were broken up into a thread? Would it be possible somehow to refer to a previous post from a new one to have the new one added in a thread with the previous one? |
Threads will be created when we have a long content for a post and it will be replied to each other to make the threads.
It is possible to add this feature for example by mentioning the previous post link and the new post will reply to that to make the threads. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Soo much better, thanks!!
…be saved under tmp, warning about ignored images, refactoring
Co-authored-by: Wolfgang Maier <[email protected]>
Co-authored-by: Wolfgang Maier <[email protected]>
Co-authored-by: Wolfgang Maier <[email protected]>
Description:
This pull request introduces the initial setup for creating and processing posts in the Galaxy Social project. It includes instructions for creating posts and adding new social media plugins.
Checklist:
Additional Notes:
processed_files.json
file in theprocessed_files
branch will track the results of post processing actions.plugins.yml
file follows the provided template and includes all necessary configuration details. Also, the name of themedia
in the post file should match thename
inplugins.yml