EGOIST
EGOIST
It should reads `./rollup.config.js` automatically if it exists: ```js // rollup.config.js export default { // ... } ``` I think we can use `rollup` itself to compile this file and...
[](https://issuehunt.io/r/egoist/denote/issues/3) Allow to export notes as a JSON/Markdown file and allow user to download it. --- Details: Let's replace the `Sign out` button with a dropdown menu which lists `Export`...
Consider using Prism.js or @octref's [Shiki](https://github.com/octref/shiki)
Denote Pad is a page `/pad` that allows you write temporary note that won't be listed on homepage. You can just visit `/pad` write something and forget it, it automatically...
- Why is it secure? - Can I use Markdown in notes? - How to add image?
````markdown ## Button ```js // @magi-example document.write('button') ``` ````
If your markdown file contains relative/absolution link, then you might need this to adjust it to the real link: ```markdown ```
For: ```markdown ## Avatar > A circular image for displaying user avatars ``` It renders: