https://linen.dev logo
Docs
Channels
blog
core
default
docs
feedback
intros
testing
Powered by Linen
testing
  • This is a test of Linen
    k

    Kam

    11/25/2022, 3:11 PM
    Hello this is a request for help
    • 1
    • 3
  • header testing
    k

    Kam

    11/25/2022, 3:15 PM
    #This is a header
    console.log("hello world")
    • 1
    • 1
  • This is a Test
    k

    Kam

    11/25/2022, 3:20 PM
    This is a message
    • 1
    • 4
  • Another help
    k

    Kam

    11/25/2022, 7:09 PM
    I need some help
    • 1
    • 3
  • Help with debugging
    k

    Kam

    11/25/2022, 7:14 PM
    Can you help me with debugging
    • 1
    • 4
  • Help around something
    k

    Kam

    11/25/2022, 7:38 PM
    I need some help
    • 1
    • 3
  • u

    user

    11/28/2022, 8:00 PM
    testing chat
  • Testing
    b

    Barbosa

    11/28/2022, 9:53 PM
    testing post
    e
    • 2
    • 5
  • k

    Kam

    11/29/2022, 9:01 PM

    https://www.youtube.com/watch?v=aEILZ_tukLg&ab_channel=Box▾

  • Cookie search ad
    l

    Litto Dennis

    12/05/2022, 5:39 AM
    Cookies anyone? 🍪 Not the chocolate kind...the internet kind! Cookies have long been in the news for all the wrong reasons and we want to bring transparency around these ubiquitous things that are ever-present in your devices. We are presenting CookieSearch (https://cookiesearch.org/), an extensive open-source database of cookies. Want to know who sets a cookie or why it's hiding in your browser? Just search in our database and you’ll have the answers! We are happy to know your thoughts about our endeavor, so we can finesse it along the way.
  • s

    somarandos

    12/07/2022, 3:30 AM
    Hi this is a test
    • 1
    • 3
  • a

    am81888189

    12/08/2022, 5:30 AM
    Hlo
    e
    • 2
    • 1
  • This is another test
    g

    gilsonmontanhajr

    12/08/2022, 12:33 PM
    Hi, testing 1,2,3... :+1
    👍 1
    e
    • 2
    • 4
  • Testing lists
    e

    Emil Ajdyna

    12/28/2022, 12:03 PM
    • foo
    • bar
  • k

    Kam

    12/28/2022, 3:10 PM
    1. hello world
    2. this is a list
    • 1
    • 2
  • k

    Kam

    01/06/2023, 6:05 PM

    January Release update:

    1. Advanced markdown support
    👍 1
    • 1
    • 1
  • k

    Kam

    01/06/2023, 6:31 PM

    Feature changes

    • Support sign in in custom domains
    • Read/unread status
    • Email notifications when someone doesn’t see the email
    • !mention triggers an immediate push notification
    • Set up api key for admin account
    • Markdown improvements
    • Support inline images
    • Support heading
    • Support Lists
    • Expanded images on click
    • Preview mode has been moved above the chat message
    • Improve infinite scrolling
    👍 2
  • t

    Tobias

    01/07/2023, 9:54 AM
    Test!
  • t

    Tobias

    01/07/2023, 9:55 AM
    Amptjer Test
  • k

    Kam

    01/09/2023, 7:23 PM
    testing 12 3
  • u

    user

    01/09/2023, 10:31 PM
    hello
  • This is Title
    s

    SJLee

    01/15/2023, 12:16 PM
    this is test
  • u

    13093023233

    01/09/2023, 5:40 AM
    nice
  • s

    sharklasers

    01/12/2023, 6:49 PM
    test
    👍 1
  • n

    nordicap

    02/24/2023, 9:27 AM
    #!/bin/bash
    #----------
    echo -e ' TEST of pip'
    pip check
    echo -e "---------------------------------------------"
    pip list --format columns
    ###pip list --format columns | grep --color 'reportportal'
    echo -e ''
  • n

    nordicap

    02/24/2023, 9:28 AM
    Nice. ..formatting and highlighting also works fine.
    👍 1
  • n

    nordicap

    02/24/2023, 9:31 AM
    So, time to question. What is your prefer test-automation-framework ? Personally I recommend some modern based on JS like playwright, cypress, webdriver, testcafe, atc. ---
  • test test
    k

    Kam

    03/02/2023, 2:32 AM
    testing ignore
  • Conversation Title
    j

    jeff at livecanvas

    03/13/2023, 11:39 AM
    let's see how i can start a thread
    e
    • 2
    • 5
  • [EMBEDDING CODE]
    j

    jeff at livecanvas

    03/13/2023, 2:07 PM
    Let's try to embed code as well
    e
    • 2
    • 12
Powered by Linen
[EMBEDDING CODE]
j

jeff at livecanvas

03/13/2023, 2:07 PM
Let's try to embed code as well
<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>
e

Emil Ajdyna

03/13/2023, 2:45 PM
We don't allow user written html, but you can use markdown if you want to include some basic styling.
j

jeff at livecanvas

03/13/2023, 2:59 PM
Thanks Emil, but I'm talking about something else,
meaning what if I want to embed code samples
eg if a community is about HTML code snippets
e

Emil Ajdyna

03/13/2023, 3:10 PM
You can use three backticks for code blocks, e.g.
<div>foo</div>
https://www.linen.dev/s/linen/t/8338039/markdown-syntax-in-linen-headings-to-create-headings-add-a-s#ac6440ee-8f35-4744-839c-8b036d68bbd8
j

jeff at livecanvas

03/14/2023, 9:29 AM
<div>foo</div>
Got it, thank you. An idea could be to auto-recognise code pasting and treat it appropriately, as using backticks would not sound like something the average user would imagine
e

Emil Ajdyna

03/14/2023, 10:19 AM
I like the idea :) making it super robust would be tricky for sure, but I guess we could add it easily at least for html like templates (we have something similar for JSON already).
Let me try to spin up a PR real quick.
https://github.com/Linen-dev/linen.dev/pull/1069
View count: 85