I tried to update the tui-editor to the latest version, the tui-editor is not work .
I read the document, but because the tui-editor in abp v4.0 use the version 2.5.3, but the document is for version 3.0.2,and the api is not the same.so I can't add the button as the document. thanks
thanks, another question. how to upload file size more than 28M? I can't upload file more than 28M in FileManagement Module
hi @cotur, how to overriding DownloadAsync method of FileDescriptorController controller? I don't want to change the source code of FileManager Module.
thank you @cotur. for now, I can't get the Id of the file have uploaded to FileManager Module directly, So I want to add a CopyUrl method to achieve my request. thanks.
I want to link to a file have uploaded to FileManager Module for example ,I have uploaded a file name "有害垃圾.docx" to FileManager
now In tui.Editor, I want insert a link when I click "Insert link" button
how to write the URL in the picture?
I need upload file(like pdf,doc,zip file) in toastui-editor, how to add a file upload button in the toolbar and write the event? please help me.
please add this feature in the next version,thanks
for example, I create a standalone module ZSHTech.DataDictionary in E:\abp商业版开发软件\模块\数据字典
and I also create ZSHTech.IPMS application use abp suite in E:\abp商业版开发软件\基建项目管理软件
and I want to use my own standalone module ZSHTech.DataDictionary in my application ZSHTech.IPMS,
so I enter the folder E:\abp商业版开发软件\基建项目管理软件 and run cmd:
abp add-module ZSHTech.DataDictionary -s ..\模块\数据字典\src\ZSHTech.DataDictionary.Web\ZSHTech.DataDictionary.Web.csproj
but I got a wrong msg:
ERROR: 'ZSHTech.DataDictionary' module could not be found!
my question is : how to add local module to abp application use abo cli cmd? thanks
I want to use tui-grid in my project, so I run cmd
npm install --save tui-grid
in the web project,then I run cmd
gulp
but I can't see any tui-grid file in the libs, please help me how to copy tui-grid to my libs path?