home.social

#formatting — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #formatting, aggregated by home.social.

fetched live
  1. Alright, I spent a few hours learning how to format an eBook in Libre Office, and got it about 90% right this far (still an issue with page breaks, the table of contents not showing up, and I need to get an ISBN from finnish National Library), and the process isn't all ass so I am very happy. (:

    It seems the "abandon D2D for their fuckery" arc is a go after I have refreshed my books. <3

    #formatting #books #bookstodon #indieAuthor

  2. Alright, I spent a few hours learning how to format an eBook in Libre Office, and got it about 90% right this far (still an issue with page breaks, the table of contents not showing up, and I need to get an ISBN from finnish National Library), and the process isn't all ass so I am very happy. (:

    It seems the "abandon D2D for their fuckery" arc is a go after I have refreshed my books. <3

    #formatting #books #bookstodon #indieAuthor

  3. Sidequest!

    I can't live without proper formatting since working on baseline. So: editorconfig, prettier with the jinja-template plugin for nunjucks, eslint.

    Workspace prep first, before any work. Always. 😉

    #formatting #webdev

  4. Sidequest!

    I can't live without proper formatting since working on baseline. So: editorconfig, prettier with the jinja-template plugin for nunjucks, eslint.

    Workspace prep first, before any work. Always. 😉

    #formatting #webdev

  5. How is this thing done? I tried Markdown code format here on Mastodon, using code HTML tags, neither work.

    Is my suspicion using own instance with allowed code use correct? ActivityPub supports this, but Mastodon don't?

    PS: This shows up as <code> tags on Mastodon.

  6. How is this thing done? I tried Markdown code format here on Mastodon, using code HTML tags, neither work.

    Is my suspicion using own instance with allowed code use correct? ActivityPub supports this, but Mastodon don't?

    PS: This shows up as <code> tags on Mastodon.

    #mastodon #mastoadmin #mastolivre #html #css #formatting #markdown #masto

  7. People that decide to send plaintext only emails: You’re the unspoken heroes of my life 🥰

    #emails #formatting #nettiquete

  8. People that decide to send plaintext only emails: You’re the unspoken heroes of my life 🥰

    #emails #formatting #nettiquete

  9. Formatting a C64 Disk In 15 Seconds
    Recently Commodore History investigated just how Commodore 1541 disk drives format disks, and why it took them over a minute. It was also an explanation of just what it means to format a floppy disk. We linked that last week.

    Well, yesterday they posted a second video on matters involving formatting disks. (16½ min
    setsideb.com/formatting-a-c64-
    #hardware #retro #1541 #c64 #commodore #DiskDrive #formatting #hardware #retro

  10. My gut is telling me that Mastodon is having an issue today.

    It could be WRONG, mind you; my gut doesn't have a perfect track record. But I have a feeling that suddenly a bunch of responses are going to flood in. Kind of like a surge of peristalsis, know what I mean?

    That's how I view Mastodon: as a huge length of human intestine, pumping information along with occasional delays and blockages. Which makes it feel more •human•, oddly enough.

    By the way, I'm really liking the use of bullets for emphasis instead of asterisks. It looks better, somehow. What do you think?

    #Mastodon #TextFormatting #Text #Formatting

  11. My gut is telling me that Mastodon is having an issue today.

    It could be WRONG, mind you; my gut doesn't have a perfect track record. But I have a feeling that suddenly a bunch of responses are going to flood in. Kind of like a surge of peristalsis, know what I mean?

    That's how I view Mastodon: as a huge length of human intestine, pumping information along with occasional delays and blockages. Which makes it feel more •human•, oddly enough.

    By the way, I'm really liking the use of bullets for emphasis instead of asterisks. It looks better, somehow. What do you think?

    #Mastodon #TextFormatting #Text #Formatting

  12. LibreOffice #Writer finally supports #Markdown, proving once again that it takes a #global #community several years to add a feature that a lone developer could whip up in a weekend. 😂 But hey, at least you can now write your poorly formatted documents faster! 🚀
    blog.documentfoundation.org/bl #LibreOffice #Support #Development #Document #Formatting #HackerNews #ngated

  13. LibreOffice #Writer finally supports #Markdown, proving once again that it takes a #global #community several years to add a feature that a lone developer could whip up in a weekend. 😂 But hey, at least you can now write your poorly formatted documents faster! 🚀
    blog.documentfoundation.org/bl #LibreOffice #Support #Development #Document #Formatting #HackerNews #ngated

  14. I wish my server had the option for basic text formatting like italics and boldface. I hate having to use ALL CAPS or *asterisks* or _underscores_ for emphasis!

    #Mastodon #Formatting

  15. I wish my server had the option for basic text formatting like italics and boldface. I hate having to use ALL CAPS or *asterisks* or _underscores_ for emphasis!

    #Mastodon #Formatting

  16. does it make more sense to have it all one page per topic or create seperate pages and then link to them ? #orgmode #documentation #formatting

  17. Округление и форматирование чисел в React: адаптивный подход

    Всем привет, на связи снова я — Дмитрий, React-разработчик. И сегодня хочу поднять тему, которая на первый взгляд кажется простой, но на практике может доставить немало сюрпризов - округление и форматирование чисел в интерфейсе. Изначально может показаться, что здесь сложного практически ничего нет: есть toFixed() и toLocaleString(), но практика показывает, что реальные интерфейсы почти никогда в это не укладываются. Почему? Потому что в разных диапазонах чисел пользователи ждут разного поведения. Именно с этим сталкиваются разработчики при работе с таблицами, отчётами, финансовыми данными и аналитикой. В этой статье я предложу функцию, которая решает определенные задачи округления и форматирования, и разберу, как она подбирает количество знаков после запятой в зависимости от величины числа Ниже опишу требования к форматированию, которые легли в основу функции, и покажу, как они отражаются в коде и в интерфейсе.

    habr.com/ru/companies/gnivc/ar

    #javascript #react #mathematics #frontend #rounding #formatting #numbers #math #working_with_numbers #case