Jump to content
You must now use your email address to sign in [click for more info] ×

anto

Members
  • Posts

    1,359
  • Joined

Everything posted by anto

  1. It is not so hard. Create rectangles and pinned them. 2023-08-05 13-21-24.mp4
  2. Publisher 2. Impossible drag and drop Layer Effects (FX) to another layer if object is pinned 2023-08-05 13-10-34.mp4
  3. I didn't study them. I looked it up myself on Internet. I often have to edit a lot of text, and to make my life easier, I first look for ways to automate this process. Then everything is very easy to edit. For practice, you can also use the website https://regex101.com/
  4. \s+ ---> space Goto Find->Special characters->Paragraph Break add + at the end and replace with Paragraph Break In the beginning: ^\s+ ---> space at the end: (\s)+ paragraph break sign replace to paragraph break Goto Find->Special characters->Tab add + and replace with Tab copy quotes which you want to replace and paste them into the appropriate windows
  5. For me problem is not in xlsx files i.e. LibreOffice files but in Google tables. I checked it, and the problem is with Google spreadsheets. Do you think that if you save a Google spreadsheet and open it in LibreOffice, there will be no problem? I can't check this right now.
  6. Currently, regular expressions don't work directly in styles (if that's what you mean), so you have to use them through find/replace. GREP was asked to be integrated into styles so that it works by default. Maybe one day this will happen. First, you type normally as you always do, and then you can use a regular expression to change the case of the letters.
  7. You can use regular expression. If you want to replace all capital letters with lowercase letters at the beginning of a sentence, use a regular expression: Find: ^([ A - Z ]+ ) replace with: \L$0 If you want to replace all capital letters in sentences, use the following expression: find: ([ А - Я ]+) replace with: \L$0 2023-08-01 06-43-16.mp4
  8. This problem seems to apply only to Macs. I reported it to support via email. Hopefully they will fix it. The essence of the problem is as follows. Take the side slider and go to any page. Try to select an element. You won't be able to do it until you scroll with the mouse wheel. Then you will be able to select it. Here's a video that demonstrates this. This works for all files on Mac. On Windows, it seems to work fine. 2023-07-31 о 09.56.56.mov
  9. First, you have to select text frame with Move tool, and then uncheck it. In video you can see how it works 2023-07-30 21-45-27.mp4
  10. It is not so hard 2023-07-30 17-26-23.mp4 Or another way 2023-07-30 17-36-15.mp4 2023-07-30 17-38-31.mp4
  11. I want to rotate image and then apply to it Perspective Tool. But after rotation how to get nodes of Perspective tool on the corners of image?
  12. You can also use Line Symbol Alt Codes https://www.lennyfacecopypaste.com/text-symbols/line.html
  13. You have understood everything correctly. Now, having applied the contour, I'm trying to join the cut parts, and they don't match a little bit, because the thickness of the contour has taken away the image in each part. And if you print and cut it like this, the image will not match 100%.
  14. The Contour Tool is a good idea, but if I cut across the white, then the picture won't match, because the Contour "eats" up several pts.
  15. You can also try to use for example font Bookshelf Symbol 7 2023-07-29 14-06-36.mp4
  16. You can try to joke with these symbols / and \ 2023-07-29 13-14-26.mp4 2023-07-29 13-16-41.mp4
  17. Is it possible to add effect only for stroke? For example, I want to add a 5pt stroke to each split piece and apply an Erase blend mode to the stroke to make it transparent? Or how do I shift each split part proportionally by 5pt to create gaps between them?
  18. But I can also just click, and the image with the + sign is misleading because the scale is reduced.
  19. But in the picture you showed above, this icon is without the + sign. I think the + sign should be removed.
  20. When you press Control+ALT+click, a scale icon with a + appears, but the scale is zoomed out. 2023-07-28 07-49-35.mp4
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.