Now I need to trace it onto real pattern paper.
Now I need to trace it onto real pattern paper.
I need this functionality for my block-based notes app, where each block lives inside its own text view. #dev
danielsaidi.com/blog/2022/06...
If you're new to #AppKit and need to build something that requires using text views, I'd recommend giving it a read.
danielsaidi.com/blog/2022/06...
If you're new to #AppKit and need to build something that requires using text views, I'd recommend giving it a read.
This caused a problem where I was unable to perform text selection across multiple blocks, since the blocks were in separate `NSTextView`'s.
This caused a problem where I was unable to perform text selection across multiple blocks, since the blocks were in separate `NSTextView`'s.
This means I can now display interactive #SwiftUI views inside an `NSTextView`. Notice how I’m embedding an image directly into the textview, which the user can click to show the image in a popup. #dev
#dev #Swift #SwiftUI #AppKit
Basically, I was using an independent and separate `NSTextView` inside of each block. For example, if I had two text blocks, it would be two separate `NSTextViews`.
#dev #Swift #AppKit #SwiftUI
Simply click on an image, and it will open the image in a popup with a blurry and slightly dark background. I think it looks beautiful 🤩
Also added a subtle fade-out effect to the note content right below the tabs at the top.
Simply click on an image, and it will open the image in a popup with a blurry and slightly dark background. I think it looks beautiful 🤩
Also added a subtle fade-out effect to the note content right below the tabs at the top.
The weather outside is cold and it’s raining 🌧️ Not very fun to be outside this time of the year…
The weather outside is cold and it’s raining 🌧️ Not very fun to be outside this time of the year…
Now the note documents are displayed inside what looks like a page. I personally really like the design, but it’s just an option the user can toggle. If disabled, the note shows without the page outline. #dev #Swift #AppKit
One of the really good channels I’ve found is called Victoria Jin.
youtu.be/kWofmqyVqpM
One of the really good channels I’ve found is called Victoria Jin.
youtu.be/kWofmqyVqpM
At least #ATProto has solved that problem.
At least #ATProto has solved that problem.
One of my tasks is to develop a widget that clients can embed on their websites using a simple `<script>` tag. That tag should fetch a JavaScript file from our server that contains all the logic.
One of my tasks is to develop a widget that clients can embed on their websites using a simple `<script>` tag. That tag should fetch a JavaScript file from our server that contains all the logic.
Will add a button with a plus (+) icon, which will bring up a new window where the user can type a group name and then click a "Create" button.
Will add a button with a plus (+) icon, which will bring up a new window where the user can type a group name and then click a "Create" button.
Hitting the escape key will close the overlay. I’m thinking about maybe making the background of the overlay slightly blurry. #dev
Hitting the escape key will close the overlay. I’m thinking about maybe making the background of the overlay slightly blurry. #dev
Before, all directories were displayed in the root level.
1/2👇
But it’s not fully functional yet.
1/3👇
Before, all directories were displayed in the root level.
1/2👇
But it’s not fully functional yet.
1/3👇
But it’s not fully functional yet.
1/3👇