",[3055,3056],{"name":3042,"color":3043},{"name":3019,"color":3020},1680,"Tag important for context is removed","2023-02-08T21:56:12Z","https://github.com/elk-zone/elk/issues/1680",0.7532688,{"description":3063,"labels":3064,"number":3072,"owner":3022,"repository":3023,"state":3024,"title":3073,"updated_at":3074,"url":3075,"score":3076},"Steps to reproduce:\n\n1. Search for https://blahaj.zone/notes/9zi3yxjdisa7006n in Elk.\n2. Click the post to open it.\n3. Click the three dots and choose “Copy link to this post.”\n\nThe link https://elk.zone/blahaj.zone/notes/9zi3yxjdisa7006n is copied, yet opening in the browser won’t do anything – only the Mastodon link format is supported here.",[3065,3066,3069],{"name":3042,"color":3043},{"name":3067,"color":3068},"s: accepted","0E8A16",{"name":3070,"color":3071},"c: fediverse","1D10B9",3000,"Post permalinks don’t work for non-Mastodon servers","2024-10-18T13:08:14Z","https://github.com/elk-zone/elk/issues/3000",0.75445336,{"description":3078,"labels":3079,"number":3082,"owner":3022,"repository":3023,"state":3024,"title":3083,"updated_at":3084,"url":3085,"score":3086},"Using elk I replied to a post that had been boosted by a friend, removed the original poster from my reply and mentioned the friend.\r\n\r\nIn elk, this mention isn't visible, whereas in the mastodon UI it is. It looks like a reply to the original post with no indication that I mentioned the friend.\r\n\r\nConcrete example:\r\nhttps://hachyderm.io/@ross/110310075165327904\r\nhttps://elk.zone/hachyderm.io/@ross/110310075165327904\r\n",[3080,3081],{"name":3042,"color":3043},{"name":3019,"color":3020},2059,"Doesn't show mentions in reply","2023-05-04T11:05:34Z","https://github.com/elk-zone/elk/issues/2059",0.7555846,{"description":3088,"labels":3089,"number":3092,"owner":3022,"repository":3023,"state":3024,"title":3093,"updated_at":3094,"url":3095,"score":3096},"Reply to a post just entering the username of the person whose attention you want to draw to the thread. You cannot. You have to add some spurious character/whitespace for bonus points before it is allowed. Super annoying non-feature/bug\r\n\r\nSteps.\r\n1. Find a post.\r\n2. Reply to it with just the a username\r\n\r\nWhat I expect to happen: Hit Reply \r\nWhat happens instead of that: doh! YOU CAN'T \r\n",[3090,3091],{"name":3042,"color":3043},{"name":3019,"color":3020},2357,"Reply just tagging someone ","2023-08-21T22:59:55Z","https://github.com/elk-zone/elk/issues/2357",0.76044387,{"description":3098,"labels":3099,"number":3103,"owner":3022,"repository":3023,"state":3024,"title":3104,"updated_at":3105,"url":3106,"score":3107},"Having all results only in the small dropdown under the search bar makes it difficult to use the search properly. It's good for quick searches, but there should be an option for more advanced search, similar to the search in Mastodon web view. See my comments on #2410\r\n\r\nI suggest that when pressing Enter in the search bar, it should open a new view with options like in Mastodon. (see #682 \r\n\r\nIn addition to sorting the view by All, Profiles, Hashtags and Posts (as in Mastodon), there should be options for filtering the results. \r\n\r\nFilters I wish for are:\r\n- the built in Mastodon options (`has:`, `is:`, `language:`,`from:`,`in:`, `before:`, `during:` and `after:`)\r\n- search within my favourited posts (Mastodon issue [here](https://github.com/mastodon/mastodon/issues/21352) )\r\n- search within my bookmarked posts\r\n- limit search by instance\r\n- limit search to followed and/or followers only\r\n- limit search to list only\r\n- limit search to posts with hashtags (and/or for more than one hashtag) see #905\r\n- standard search operators for full text search (AND, OR, \"exact text quotes\", etc)\r\n",[3100],{"name":3101,"color":3102},"c: feature","2878FF",2900,"Separate search view with filtering (\"Advanced search\")","2024-08-11T07:39:10Z","https://github.com/elk-zone/elk/issues/2900",0.7616648,{"description":3109,"labels":3110,"number":3113,"owner":3022,"repository":3023,"state":3024,"title":3114,"updated_at":3115,"url":3116,"score":3117},"on an instance running Mastodon 3.3.0, using the elk.zone web app:\r\n\r\n- clicking \"follow/unfollow\" from a user's profile pane does not change follow status\r\n- navigating to a user's profile results in an \"Account [account name] not found\" error\r\n- navigating to the #Explore tab results in the error, \"ERROR: MastoDeserializeError: Unknown content type */* returned from the server.\"\r\n\r\nthis functionality works when accessing a different instance running Mastodon 4.0.1 from the elk.zone web app in the same tab. many instances are still running older versions, so it may make sense to seek compatibility with these where possible.",[3111,3112],{"name":3042,"color":3043},{"name":3019,"color":3020},2174,"Some functionality broken with older Mastodon versions","2023-12-20T02:52:02Z","https://github.com/elk-zone/elk/issues/2174",0.76480734,{"description":3119,"labels":3120,"number":3125,"owner":3022,"repository":3023,"state":3024,"title":3126,"updated_at":3127,"url":3128,"score":3129},"### Clear and concise description of the problem\n\nMastodon accepts backticks on URLs if it is in front of a slash `/`\r\n\r\nThis is problematic when the user wants to post a single-line markdown with a URL at the end\r\n\r\n```\r\nYeah, this is a URL `https://ayco.io/`\r\n```\r\n\r\n... because then Mastodon will create a link node and, if the URL is long, will truncate it\r\n\r\n\r\n\r\nIt should be fine if there is no slash `/` as in the screenshot\n\n### Suggested solution\n\nIf we want to give the user a single-line markdown with a URL at the end, we might need to check the link node and display the value of the `href` property.\r\n\r\nHowever there may be a scenario when the typed url is not the same as the `href`, because when Mastodon formats a URL as a link, it queries this link first and puts the final URL it resolves to into the `href` prop\r\n\r\nI'll try to look for an example (I saw one before 🤣)\n\n### Alternative\n\nAn alternative will be to report this to Mastodon, if they will consider ignoring backticks in front of slashes in a URL 😔\n\n### Additional context\n\nRelated discord conversation: https://discord.com/channels/1044887051155292200/1045308117119946784/1063492629007962132",[3121,3122],{"name":3042,"color":3043},{"name":3123,"color":3124},"p: 1-normal","BFDADC",1090,"Handle backticks in front of URLs","2023-01-15T00:37:06Z","https://github.com/elk-zone/elk/issues/1090",0.7648228,["Reactive",3131],{},["Set"],["ShallowReactive",3134],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fCKpZH-OwYBNP0fPkxtEnA_2g5pgsmKbJvingv586hxA":-1},"/elk-zone/elk/1244"]