E21: Building a Better Markdown Editor with Custom Pages in Frappe

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 17

  • @NIKITPULEKAR
    @NIKITPULEKAR 8 месяцев назад +1

    Damn bro such a smooth explanation & tutorial.
    THANKS

  • @shanuka-98
    @shanuka-98 Год назад +1

    Hi Hussain,
    We have been trying the new feature `Add Custom Page` that you have mentioned in this video using React.
    I want to know if is it possible to add tailwind CSS in `Add Custom Page` feature and use it for styling.
    let me know how to do it if possible.
    Thanks

    • @BuildWithHussain
      @BuildWithHussain  Год назад +1

      Hi 👋
      You can follow tailwindcss docs for getting it running in normal sites. It should just work.

  • @sonalinarkar6087
    @sonalinarkar6087 7 месяцев назад

    used Render datatable and added button as well ,thanks for you idea, used buttonformatter to add button , can i add number card in page , ? tried with render_number_cards, but getting error number card not found

  • @sonalinarkar6087
    @sonalinarkar6087 7 месяцев назад

    can i add table like report view or list view in page?

    • @BuildWithHussain
      @BuildWithHussain  7 месяцев назад

      Absolutely! Report view is also built using Page API 😉
      The library used for the table is: Frappe DataTable.
      You can check Frappe codebase for report view js file.

    • @sonalinarkar6087
      @sonalinarkar6087 7 месяцев назад

      @@BuildWithHussain used Render datatable and added button as well ,thanks for you idea, used buttonformatter to add button , can i add number card in page , ? tried with render_number_cards, but getting error number card not found

  • @vinayyadav-sb5hm
    @vinayyadav-sb5hm Год назад

    can we do this in frappe 14 version ?

  • @yassermohmmed905
    @yassermohmmed905 Год назад

    how to use many to many relationship in frappe ?

    • @BuildWithHussain
      @BuildWithHussain  Год назад +1

      Hi 👋🏼
      You can use the concept of a junction table (or DocType in Frappe's case). Or you can post your specific question here: discuss.frappe.io

  • @Rakeshpal935
    @Rakeshpal935 4 месяца назад

  • @divyajayaram6504
    @divyajayaram6504 6 месяцев назад

    please help me with frappe list view : frappe.route_options = {
    "$or": [
    { "owner": frappe.session.user },
    { "reports_to": frappe.session.user }
    ]
    };

    • @BuildWithHussain
      @BuildWithHussain  6 месяцев назад

      Can you post your question after elaborating a bit here: discuss.frappe.io?

    • @divyajayaram6504
      @divyajayaram6504 6 месяцев назад

      @@BuildWithHussain thank u for the reply.. actually i have a doctype where in the list view I have to display the forms filled such that fraape.session.user= owner(column name) or fraape.session.user= reports_to(column name)

    • @divyajayaram6504
      @divyajayaram6504 6 месяцев назад

      I have posted there also

    • @divyajayaram6504
      @divyajayaram6504 6 месяцев назад

      @@BuildWithHussain can u please help