Hello everyone,<p>For a long time I thought there must be a better way to utilize notes in your work. Physical notes are difficult to bring with you and "search" through and ordinary note apps often don't have functionality for math and code snippets.<p>For this reason I created this website where you can add the following:<p>Links:<p>The key thing here is that these links are searchable by the content they point to since they are scraped. This is useful for things that are hard to google and you want to keep for later use.<p>Markdown documents with additional functionality:<p>Here you can add:<p>* code snippets that are made searchable, independently of the markdown document, by adding description and/or tags.<p>* images<p>* math (latex)<p>* PDFs (converted to images)<p>The text inside the images/PDFs are also extracted and added to improve the search of the markdown document (this doesn't happen instantaneously though but can take a bit of time to propagate). The markdown documents are useful when taking notes since you can combine theory and code snippets while making both searchable.<p>Still in the early stages, feedback is appreciated!