Results 1 to 9 of 9
  1. #1
    Player
    Jonnycbad's Avatar
    Join Date
    Apr 2015
    Posts
    2,251
    Character
    Seraphus Highwynn
    World
    Gilgamesh
    Main Class
    Lancer Lv 100

    Can we get an in-game sticky note/reminder function?

    It would be cool if the devs could implement a small window, a resizable, moveable, HUD element where we can type in plain text up to 255 characters (same as a single macro). Sometimes, I want to write myself a reminder as a sort of a to-do list for things in game. Other times I want to take notes about mechanics in a new fight without having to resize my window and open another application or even write things with pen and paper. This could also help other people for learning new fights if they could write things in the window like "if I get green mark goto A, if I get red mark goto B" etc. You might be saying "then people would just copy and paste an entire encounter's textguide into it!", but people can technically already do this anyway using a series of macros with the /echo command, so why not streamline it all together?
    (1)
    Last edited by Jonnycbad; 07-16-2020 at 07:20 AM.

  2. #2
    Player
    Canadane's Avatar
    Join Date
    Jul 2011
    Location
    Limsa Lominsa
    Posts
    7,457
    Character
    King Canadane
    World
    Hyperion
    Main Class
    Warrior Lv 100
    Write is as a macro, name it Notes.
    Code:
    /echo This is a note I am writing to myself.


    You can put it on a hotbar and bam, instant reminder as when you click it you'll get "This is a note I am writing to myself" right there in chat!
    If you set it to macro #0 you can even include the command to open your macro list and edit it any time as it'll be the first one open.

    Code:
    /macros
    /echo This is a note I am writing to myself
    /echo It's pretty neat!
    (0)

  3. #3
    Player
    ItMe's Avatar
    Join Date
    Jun 2020
    Location
    Lumsa Lomsa
    Posts
    4,178
    Character
    Iiiiiiiiiiit's Meeeee
    World
    Sargatanas
    Main Class
    Arcanist Lv 90
    Quote Originally Posted by Canadane View Post
    Write is as a macro, name it Notes.
    Code:
    /echo This is a note I am writing to myself.


    You can put it on a hotbar and bam, instant reminder as when you click it you'll get "This is a note I am writing to myself" right there in chat!
    If you set it to macro #0 you can even include the command to open your macro list and edit it any time as it'll be the first one open.

    Code:
    /macros
    /echo This is a note I am writing to myself
    /echo It's pretty neat!
    Is there a way to write that where I don't share my note with the party when I click on it?
    (0)

  4. #4
    Player Mhaeric's Avatar
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    2,141
    Character
    Mhaeric Llystrom
    World
    Balmung
    Main Class
    Red Mage Lv 97
    /echo just sends it to your chat, not the party chat. You'd need to use /p for that to happen.
    (1)

  5. #5
    Player
    Iscah's Avatar
    Join Date
    Nov 2017
    Posts
    14,018
    Character
    Aurelie Moonsong
    World
    Bismarck
    Main Class
    Summoner Lv 90
    Quote Originally Posted by Mhaeric View Post
    /echo just sends it to your chat, not the party chat. You'd need to use /p for that to happen.
    You don't "need to use /p" to accidentally send things to party chat - you just need to forget to put something else.


    Quote Originally Posted by ItMe View Post
    Is there a way to write that where I don't share my note with the party when I click on it?
    The easiest way is to set up your "sticky note" macro in advance with /e (for "echo") at the start of every line to ensure that particular line will always display as echo text regardless of your current chat channel.

    I have a blank one saved as a template and I'll copy it to another slot if I want to start taking notes.
    (0)

  6. #6
    Player
    Iscah's Avatar
    Join Date
    Nov 2017
    Posts
    14,018
    Character
    Aurelie Moonsong
    World
    Bismarck
    Main Class
    Summoner Lv 90
    All that said, what I'd really like (separate to the note macros which I use for longer-term things) would be the ability to create custom quest objectives that go in your journal and show up in that section of your UI. If I want to craft a thing I could set up a shopping list as an objective - "obtain Item X 0/3; obtain Item Y 0/1" and then those get ticked off as I collect the items. Once I have everything, that objective is complete and it moves onto the next objective "craft an Item Z".

    Not sure if it would be possible, but it would be great.
    (1)

  7. #7
    Player
    Canadane's Avatar
    Join Date
    Jul 2011
    Location
    Limsa Lominsa
    Posts
    7,457
    Character
    King Canadane
    World
    Hyperion
    Main Class
    Warrior Lv 100
    Quote Originally Posted by ItMe View Post
    Is there a way to write that where I don't share my note with the party when I click on it?
    As others have said, /echo only gives the message to yourself.
    (0)

    http://king.canadane.com

  8. #8
    Player Mhaeric's Avatar
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    2,141
    Character
    Mhaeric Llystrom
    World
    Balmung
    Main Class
    Red Mage Lv 97
    Quote Originally Posted by Iscah View Post
    You don't "need to use /p" to accidentally send things to party chat - you just need to forget to put something else.
    And for my tangentially related nitpick to your tangentially related nitpick, that is only the case if your default chat is set to party.
    (1)

  9. #9
    Player
    Jonnycbad's Avatar
    Join Date
    Apr 2015
    Posts
    2,251
    Character
    Seraphus Highwynn
    World
    Gilgamesh
    Main Class
    Lancer Lv 100
    Yes, I am award of the macro work-around, I included it in the OP. I'm asking for a window where you can input 255 characters of plain text and pin it to the HUD so it's always in view and won't be pushed away like macro text would in the chat log. You could fill it with notes, to-do lists, etc.
    (0)