Using the hash character without creating a tag

Is there an easier way to use the comment/hash character without it generating tags?

If I open a new note and paste:
#One
#Two

Then it turns them to tags, if I change it to preformatted then they are still tags, I have to manually change them all.

The only workable way so far seems to be:

  • create a note
  • add a blank line
  • set the style to preformatted
  • paste

Which is a bit of a pain, especially when I forget. There must be a better way?

I can add tags via the pop-up, ideally I would be able to turn off the automatic ā€˜#ā€™ effect.

1 Like

A quick shortcut to turning on the preformatted style is to type three quotes ``` in a row, then paste the content.

Iā€™m doing something wrong!
I create a new note, tab to leave the title empty, type
```
paste in
Test
#One
#Two

and the output I get is in the image.
The first line looks to be indented and set as preformatted, nothing else is and the tags are still there.

image

Presumably that would mean I have to add those to every line, is there really no better way?

The preformatted style is indented a bit, which explains the indentation.

The backticks is just a shortcut to ā€œturn onā€ the formatting. I donā€™t know how exactly you create that text, but if you type the backticks, then a space, then Test, then return and add the tags, it should all be in preformatted style.

The backticks have to be on the same line as the start of the preformatted text.

My solution was create a note, add a blank line, change it to pre-formatted, paste in the text. Which is far less messing about than altering the original text.

I typed 3 backticks then pasted the text, that just did the first line as shown in the screenshot.

What I should have done was type 3 backticks and then a space which activates the style and then paste the text. I missed the space.

That is better, but I would still like to be able to turn it off, I donā€™t use tags at the moment and the hash character is more use to me.

Cheers all,

Mark.

Is it possible to use the ā€˜#ā€™ character in body text without it getting messed about with?

I want to wite something that includes #14, I donā€™t want it preformatted or any other style, just want to be able to use the hash character.

Never mind itā€™s :

`#14`
2 Likes

It would be fantastic if it was configurable whether Agenda converted hashes to tags by default or not. I never use Agenda tags, but I often use hashes, and so I always need to escape them by doing something like #this.

1 Like

We would like to have some way to ā€œescapeā€ special meaning, which might help you.

It would be unlikely to add a setting to turn this off altogether, because then you can get all sorts of strange effects if one device has it on and another off, or someone sends you a note with hashes. We would rather give a way to turn off the special meaning for a particular character, like you do with the inline text, but without actually changing the appearance.

Thanks for the feedback!

1 Like

The standard way of doing something like # = # and \ = \ would do me.
Itā€™s a standard, itā€™s quick, itā€™s easy.

Mark.

oops, replied via email, forgot it would mess with it.

Obviously I meant: "\# = #" & "\\ = \"

Sheesh, what with all the spell checkers and myriad different formatting systems itā€™s almost impossible to type anything any more!

1 Like

Yes, that would indeed be the way to go

Is that really what you want though? I assume you would rather just see the hash, with not other characters around.

What I would be inclined to do is to allow the backslash as a way to say ā€œescape this characterā€, but then Agenda marks the character as escaped and doesnā€™t use it for markdown. So the character would appear like other text, but be ignored for the markdown.

This I think would be much nicer than keeping the slash symbol in there. But maybe that is what you meant anyway.

1 Like

That is indeed what I meant, sorry.

The "\" character would effectively escape the following character as in C and other languages. So two backslashes would be changed to display just the one backslash, typing a backslash followed by a hash would show just a hash character overriding the default expansion.

That way we can quickly and easily type something that needs a special character, itā€™s just a bit simpler and easier to remember.

Markdown etc are great but they can catch you out if you arenā€™t used to them (Iā€™m not), so in the previous reply I did it by email, I suggested typing "\#" to get "#", but of course it displayed as "#=#" which is true but nonsense.

Cheers all,

(Loving Agenda, I bought the Premium and havenā€™t regretted it for a second. One of the best apps out there, coupled with Gladys they are my two favourites and both work across all the Apple devices).

Perfect, then weā€™re on the same page, we hope to allow this in the not too distant future.

Brilliant to hear, thank you so much!

Any update on this, I just needed to paste a # in and canā€™t for the life of me remember how.

Iā€™d rather not spend half an hour every time I need to type the hash character just trying to remember how on earth to do it.

So far I have never had cause to use tags but have wanted to use the # character many times.

:slightly_frowning_face:

Never mind Iā€™ve found it now.

Simplicity itself.

To type a single # character you do:

  1. Press .?123 to go to the second keyboard
  2. Press and hold the tick second from right on middle line
  3. Swipe to the far right character `
  4. Type the # character
  5. Repeat steps 1-3

So much easier than just letting me type the # character.

Canā€™t think how I didnā€™t remember it. :wink:

Sorry it is frustrating you. The trick is indeed to use fixed width formatting for the hash tag. You can use the back ticks you mention to do that, or you can use the fixed width style available via the menus on Mac, and via the keyboard bar on iOS.

The reason we chose #tag to be a tag is that it is a very common pattern. Most note taking apps that support tags use this approach (eg Bear).

I understand that it is not something you are used to, but every user is different, and many are used to this convention. And many other users donā€™t use # other than for tags. (BTW type a # in a note here in the community, and note that you get a tag autocompletion. This community is standard software that we didnā€™t write, so it is a very widespread convention.)

In future. we would like to bring in a more systematic approach to ā€œescapingā€ special meaning. That will help with using # where you donā€™t want a tag.

Note also that putting a space after the # will work in preventing a tag.

It would be sooo much simpler if you used ## to preface a Tag, and leave # alone to be used as everyone expects.

Currently when I want a # I type ## and just know it means #.
But it would be infinitely easier and more intuitive if the two were reversed.

Be a leader - start using this simple protocol and let the rest of the industry follow you!!!

1 Like

The syntax we use is a de facto standard for tags, so it would be very odd if we used something else. People expect tags to begin with a hash.

Drew,

Another simple solution would be to have the string #text operate as a Tag, and # text operate normally.

This one could number paragraphs or processes as # 1, # 2, etc, and #text as a normal Tag.

Another solution would be to use the \ character in front of #1 or #2 to let the program know that the string following the \ character is to operate as normal and not as a Tag, and to then block the \ character from displaying in the text string.

Thus typing #2 would display as #2 but not function as a Tag.

Hopes this gives you some ideas. It is a lot simpler than some of the work arounds I have seen discussed.

Kim

1 Like