The main idea of this project is to have an online tool to be able to visually add formatting to a text and get back a swift attributed string with that format.
- Install dependencies:
npm install
- Start a server listening on localhost:3000 to preview the project:
npm start
- Compile
npm run compile
- Basic structure
- Basic design
- Add
NSAttributedStringKey.foregroundColor
- Add
NSAttributedStringKey.font
- Add
NSAttributedStringKey.backgroundColor
- Add button to copy the generated code.
- Be able to drag and drop custom fonts to be used
- Use numbers for text size instead of clases
- Add tests
- Keep adding support for more
NSAttributedStringKey
- Add support for objective-c