Project Notes
What is the feature you'd like to have? It would be magical to have a "Notes" tab just to the right of the "Files" and "Recents" tab on a Project. It doesn't need to be anything super fancy. It just needs to support Markdown. The goal is to have an easily editable page that can serve as a guide for the Project. For example, if you have a project that is for a malware family, you may have a ton of samples. Some of the samples may have a database. And there are going to be "primary" databases that represent exemplars of variants from the malware family. These are the databases with deep analysis in tags and annotations and work in general. It can be hard to find the exemplar database in a folder of many databases. The Notes tab would give an analyst the ability to write out descriptions and information about the malware family for example. And then leveraging Markdown, links in the descriptions of malware features can link to the appropriate database at the exact location the text is describing using the URL opener syntax. You can even loosely develop a report. Or if you write a report elsewhere, you can paste it here. Options are limitless. Please make an API endpoint for reading and writing this Notes tab if this gets implemented. There are many possibilities for programmatically updating content while working in a database within the project.