💻 Studying for a degree in Software Engineering
📷 Freelance News Photographer
🪡 Learning to sew
- Get images and videos working using `NSTextAttachment`.
- I also need to get the animation working when collapsing a heading, so that the text moves up and its opacity decreases.
- Get images and videos working using `NSTextAttachment`.
- I also need to get the animation working when collapsing a heading, so that the text moves up and its opacity decreases.
I still need to implemented the visual canvas functionality, which will be a major part of the app. I think it will be perfect for brainstorming and organizing notes.
I still need to implemented the visual canvas functionality, which will be a major part of the app. I think it will be perfect for brainstorming and organizing notes.
Resizing images and videos doesn't work.
Resizing images and videos doesn't work.
I also need to figure out how to show the text formatting options.
I see two options:
1. Either show a toolbar
2. Or show all the formatting options in a sidebar
I also need to figure out how to show the text formatting options.
I see two options:
1. Either show a toolbar
2. Or show all the formatting options in a sidebar
- Improved caret navigation between blocks. It feels much more natural now because the app remembers the x-position, so the caret stays in the same place on the x-axis when moving between text blocks with the arrow keys up and down (not implemented for lists yet).
- Improved caret navigation between blocks. It feels much more natural now because the app remembers the x-position, so the caret stays in the same place on the x-axis when moving between text blocks with the arrow keys up and down (not implemented for lists yet).
- Collapsible headings.
- Added a translucent background color when hovering blocks.
- Collapsible headings.
- Added a translucent background color when hovering blocks.
- Indentation now works in lists. Using tab to indent and Shift+Tab to unindent.
- Deleting list items is now possible with backspace. If the item has text, it’s transformed into a normal text block. If empty, the list item is removed.
- Indentation now works in lists. Using tab to indent and Shift+Tab to unindent.
- Deleting list items is now possible with backspace. If the item has text, it’s transformed into a normal text block. If empty, the list item is removed.