Sort by: Newest, Oldest, Most Relevant
(#bvykn5a) Only way I can think of to solve this (_because Go's regexp library doesn't have negative look behinds_) is to do something like this: ``` func ExpandTag(conf *Config, db Store, user *User, text string) string { - re := regexp.MustCompile(```#([-\w]+)`) + re := regexp.MustCompile(`[( ,;]#([-\w]+)`) ```

matched #237sn5a score:4.28 Search by:
Search by 1 tags:
(#nlouyba) Yeah it would be! I _think_ we'd have a lot to complement each other. Problem is it actually is a lot of work to create a generalised search engine. It's much easier to create a search engine for a small domain like Yarn.social / Twtxt. But even then there's still work to be done on the crawling side (_I think_) -- Right now it just re-crawls the space once a day.

matched #23afyqa score:4.28 Search by:
Search by 1 tags:
(#djhy5wq) **FYI:** I hacked up the beginnings of the "Invite SysteM", right now its just a customisable Markdown page that a Pod owner/operator can change by creating a file in `/path/to/data/pages/join.md` 👌 -- @darch Are you able to fix the styling of the buttons now that there will always be two? 🤔

matched #23bjfdq score:4.28 Search by:
Search by 1 mentions:
Search by 1 tags:
This is twtxt search engine and crawler. Please contact Support if you have any questions, concerns or feedback!