Skip to content

Any plugin to speed up UI to insert links to existing posts?

Chitchat
9 3 1.6k 1
  • This is a feature from wikis, which are designed to increase internal links.
    You know how many notetaking apps use ‘[[’ with a pop-up where you can find existing notes? Then enter selects one, and it generates the markdown link. This is extremely handy, example:

    e0650cf6-fd01-472d-a90e-5ef213965a2d-image.png

    Is there anything like this for nodebb?

  • This is a feature from wikis, which are designed to increase internal links.
    You know how many notetaking apps use ‘[[’ with a pop-up where you can find existing notes? Then enter selects one, and it generates the markdown link. This is extremely handy, example:

    e0650cf6-fd01-472d-a90e-5ef213965a2d-image.png

    Is there anything like this for nodebb?

    @qwinter looks good. No plugins exist that I know of sadly.

  • This is a feature from wikis, which are designed to increase internal links.
    You know how many notetaking apps use ‘[[’ with a pop-up where you can find existing notes? Then enter selects one, and it generates the markdown link. This is extremely handy, example:

    e0650cf6-fd01-472d-a90e-5ef213965a2d-image.png

    Is there anything like this for nodebb?

    @qwinter If you define all the links beforehand, you can use this plugin:

    https://github.com/NodeBB/nodebb-plugin-link-mentions

    And this is the same plugin for inserting images:

    https://github.com/NodeBB/nodebb-plugin-image-mentions

    We were testing them in our development for some time and it works great. We are adding them to our prod next week.

  • @qwinter If you define all the links beforehand, you can use this plugin:

    https://github.com/NodeBB/nodebb-plugin-link-mentions

    And this is the same plugin for inserting images:

    https://github.com/NodeBB/nodebb-plugin-image-mentions

    We were testing them in our development for some time and it works great. We are adding them to our prod next week.

    @crazycells didn’t know that even existed ! Will definitely have a look at these.

    Thanks

  • @qwinter If you define all the links beforehand, you can use this plugin:

    https://github.com/NodeBB/nodebb-plugin-link-mentions

    And this is the same plugin for inserting images:

    https://github.com/NodeBB/nodebb-plugin-image-mentions

    We were testing them in our development for some time and it works great. We are adding them to our prod next week.

    @crazycells that’s awesome. I wonder if this would work with the quill editor? Probably not, but you may know for sure?

    About predefining the links, it cannot be too difficult to get links to all posts in the database and prepopulate these. Not that I’m going to try (I’m not a JS guy nor have such a strong the need). But if this were to happen, then we would have nodebb as a bonafide notetaking app, with versioning and fantastic search, collaboration etc. In fact it could repace wikis too. This is no small feat. because it’s default public, with decent SEO. That’s already better than all notetaking apps that I know. See this site to check what features are fashionable nowadays for notetaking apps/wikis: https://www.noteapps.info/

  • @crazycells that’s awesome. I wonder if this would work with the quill editor? Probably not, but you may know for sure?

    About predefining the links, it cannot be too difficult to get links to all posts in the database and prepopulate these. Not that I’m going to try (I’m not a JS guy nor have such a strong the need). But if this were to happen, then we would have nodebb as a bonafide notetaking app, with versioning and fantastic search, collaboration etc. In fact it could repace wikis too. This is no small feat. because it’s default public, with decent SEO. That’s already better than all notetaking apps that I know. See this site to check what features are fashionable nowadays for notetaking apps/wikis: https://www.noteapps.info/

    I just realized you could get all links from the sitemap, and either feed that to this plugin, or to some desktop tool that would do the autocomplete (on linux there are apps that type for you)

  • @crazycells that’s awesome. I wonder if this would work with the quill editor? Probably not, but you may know for sure?

    About predefining the links, it cannot be too difficult to get links to all posts in the database and prepopulate these. Not that I’m going to try (I’m not a JS guy nor have such a strong the need). But if this were to happen, then we would have nodebb as a bonafide notetaking app, with versioning and fantastic search, collaboration etc. In fact it could repace wikis too. This is no small feat. because it’s default public, with decent SEO. That’s already better than all notetaking apps that I know. See this site to check what features are fashionable nowadays for notetaking apps/wikis: https://www.noteapps.info/

    @qwinter I guess I’m a traditionalist, or perhaps old fashioned. I still use notepad and notepad++ for note taking during meetings. I like the simplicity and rawness and I’ll often use both for a scratchpad when needed.

  • @crazycells that’s awesome. I wonder if this would work with the quill editor? Probably not, but you may know for sure?

    About predefining the links, it cannot be too difficult to get links to all posts in the database and prepopulate these. Not that I’m going to try (I’m not a JS guy nor have such a strong the need). But if this were to happen, then we would have nodebb as a bonafide notetaking app, with versioning and fantastic search, collaboration etc. In fact it could repace wikis too. This is no small feat. because it’s default public, with decent SEO. That’s already better than all notetaking apps that I know. See this site to check what features are fashionable nowadays for notetaking apps/wikis: https://www.noteapps.info/

    @qwinter said in Any plugin to speed up UI to insert links to existing posts?:

    @crazycells that’s awesome. I wonder if this would work with the quill editor? Probably not, but you may know for sure?

    About predefining the links, it cannot be too difficult to get links to all posts in the database and prepopulate these. Not that I’m going to try (I’m not a JS guy nor have such a strong the need). But if this were to happen, then we would have nodebb as a bonafide notetaking app, with versioning and fantastic search, collaboration etc. In fact it could repace wikis too. This is no small feat. because it’s default public, with decent SEO. That’s already better than all notetaking apps that I know. See this site to check what features are fashionable nowadays for notetaking apps/wikis: https://www.noteapps.info/

    Unfortunately, I have not tested it on the quill. We are using default composer, but I believe it should work.

    I guess the initial idea was to make “most popular links that are shared in the forum” available for all users to share easily… and I can say we are using it for this purpose. But, you can open an issue on GH. @barisusakli is a great person, although he might not do it right away if it will be useful eventually he creates these kinds of plugins when he has time.

  • @qwinter I guess I’m a traditionalist, or perhaps old fashioned. I still use notepad and notepad++ for note taking during meetings. I like the simplicity and rawness and I’ll often use both for a scratchpad when needed.

    @phenomlab said in Any plugin to speed up UI to insert links to existing posts?:

    @qwinter I guess I’m a traditionalist, or perhaps old fashioned. I still use notepad and notepad++ for note taking during meetings. I like the simplicity and rawness and I’ll often use both for a scratchpad when needed.

    for me it is joplin 😄

    I use Joplin and use my empty OneDrive for synchronization (with E2EE) from all of my devices.


Related Topics
  • 5 Votes
    4 Posts
    1k Views
    @crazycells I did see something similar to that article, yes. I never fully understood why anyone would want to give unfettered and complete access to AI without first understanding exactly what it had control of, and what it intended to do with that access. This isn’t the first “horror story” and it won’t be the last.
  • Adobe Contracts

    Chitchat adobe
    9
    7 Votes
    9 Posts
    2k Views
    @phenomlab LOL yep that is right, because there was a huge stack of them, I remember and it seemed like it took forever to go through the whole stack. Then you had to install drivers for each device. Oh the good ole days haha
  • Happy New Year!

    Chitchat new year
    4
    4 Votes
    4 Posts
    1k Views
    Happy New Year !!
  • Merry Christmas

    Chitchat christmas
    5
    8 Votes
    5 Posts
    1k Views
    Hard to believe that we’ll soon be leaving 2024 and starting 2025. Where does the time go? Frightening.
  • Nord VPN renewal

    Chitchat nord vpn renewal
    37
    2
    30 Votes
    37 Posts
    14k Views
    So far so good .
  • Arch Server Progress

    Chitchat arch linux server web server
    64
    31 Votes
    64 Posts
    22k Views
    @phenomlab I think I am going to switch to this theme eventually. The one I have is ok, but the price for this theme and what you get with it is really good. The business has broken even and is actually making some money now. We will see what the future holds. I am hoping to start getting enough business so I am behind 2 to 3 months. So we will see. My Arch web server has been working great! No issues with it so far. The only thing lately was the mail server software being updated, and they broke everything. I was able to make the required changes and get it back working and it has been working amazingly so far. I am still really happy I switched to Arch Linux Server and I haven’t had to reinstall the whole operating system due to this switch.
  • Want to use Sudonix themes ?

    Chitchat themes nodebb
    80
    1
    34 Votes
    80 Posts
    25k Views
    omg thank you Mark.
  • Humour

    Chitchat humour
    28
    1
    53 Votes
    28 Posts
    10k Views
    [image: 1755105646597-1608635114226.jpg]