Pine now supports the following editor block types:
Divider - triggered by typing “
- - -
”.Bullet list - triggered by starting a new line with
*
,-
, or+
followed byspace
.Number list - triggered by starting a new line with a number followed by a space.
Italic - highlight a piece of text and use the
cmd/ctrl
+I
shortcut.Underline - highlight a piece of text and use the
cmd/ctrl
+U
shortcut.Strikethrough - highlight a piece of text and use the
cmd/ctrl +shift + s
shortcut.
Before I consider the editor fully complete, there’s still a to-do list and a preview block (for integrations) that I’m planning.
Server
Speaking of integrations, I’ve started getting the application ready for API and extension support (required updating how data is synced across devices so that costs remain reasonable on my side).
This means that you’ll soon be able to programmatically interact with Pine, as well as add custom UI to the overall interface.