Creating custom views (lists of topics)
I would like to build lists of topics, a bit similar to what is already possible for pull requests or issues, but without distinguishing one from another. So for isntance a list of assinged topics, no matter whether they are issues or pull requests.
Also, I would like to be able to customize how each line is printed. It could be via % formatters but if it's not that powerful, I'm fine.
For instance, I'd be able to see entries like
1583io: title by author
where the three first fields are the number of the topic, its type (issue or merge request) and its status.
Would that be doable?
Many thanks because that's would be an amazing help for me, I realsied today I always wanted to be able to explore repos that way but was unable to state it, until I read forge's docuemntation again recently.