mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Base64 img tag support
Former-commit-id: 5695ac88899e700e190ddc0bc9466ea3ba1033b9 [formerly c4a2f0d21892746681a3d985f450073a752d026b] [formerly 2ffa803285c2d5da541c7ebf171d6fc9c7630c28 [formerly 4560a531f2e198b7a1c20692917d5e518e7a4052 [formerly76863b058e
]]] Former-commit-id: 562a7043ad4106022d08b9a7d49c6c2edbbf6cf3 [formerly 7b78c90f4172d7cfad9297ff0f5b13d539b8f4fc] Former-commit-id: e3bbab6185ed17262f6763461ff212f0f6b2067c Former-commit-id:aeb3dddeda
This commit is contained in:
parent
aec437475b
commit
2283af8cc1
@ -8,7 +8,7 @@ You can also write your notes in [Markdown](https://daringfireball.net/projects/
|
||||
|
||||
If you are writing a list and you want to tick off things really easily, just add `/list`. For example, after editing [`/grocery`](http://cowyo.com/grocery), goto [`/grocery/list`](http://cowyo.com/grocery/list). In this page, whatever you click on will be striked through and moved to the end. This is helpful if you write a grocery list and then want to easily delete things from it.
|
||||
|
||||
Math is supported using [Katex](https://github.com/Khan/KaTeX).
|
||||
Math is supported using [Katex](https://github.com/Khan/KaTeX). Base64 images are supported [in img tags](https://stackoverflow.com/questions/1207190/embedding-base64-images) as well.
|
||||
|
||||
Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, [use the github](https://github.com/schollz/cowyo).
|
||||
|
||||
|
2
utils.go
2
utils.go
@ -27,7 +27,7 @@ You can also write your notes in [Markdown](https://daringfireball.net/projects/
|
||||
|
||||
If you are writing a list and you want to tick off things really easily, just add ` + "`" + `/list` + "`" + `. For example, after editing [` + "`" + `/grocery` + "`" + `](/grocery), goto [` + "`" + `/grocery/list` + "`" + `](/grocery/list). In this page, whatever you click on will be striked through and moved to the end. This is helpful if you write a grocery list and then want to easily delete things from it.
|
||||
|
||||
Math is supported using [Katex](https://github.com/Khan/KaTeX). For example, ` + "`" + `$\frac{1}{2}$` + "`" + ` becomes $\frac{1}{2}$ and ` + "`" + `$$E=mc^2$$` + "`" + ` becomes $$E=mc^2$$
|
||||
Base64 images are supported [in img tags](https://stackoverflow.com/questions/1207190/embedding-base64-images). Math is supported using [Katex](https://github.com/Khan/KaTeX). For example, ` + "`" + `$\frac{1}{2}$` + "`" + ` becomes $\frac{1}{2}$ and ` + "`" + `$$E=mc^2$$` + "`" + ` becomes $$E=mc^2$$
|
||||
|
||||
Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, [use the Github](https://github.com/schollz/cowyo). If you'd like help or find a bug, please submit [an issue](https://github.com/schollz/cowyo/issues).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user