obsidian-wordpress icon indicating copy to clipboard operation
obsidian-wordpress copied to clipboard

An obsidian plugin for publishing docs to WordPress.

Results 54 obsidian-wordpress issues
Sort by recently updated
recently updated
newest added

查看console請求沒有發出,應該是插件原因

但实际WP上面的代码,并没有解析为对应的html,具体内容是如下: PS: 不知道是不是我主题问题,还是我OB问题,验证代码如下: ```markdown >[!question] >即便 Docs 中强调不要将 `Southerner()` 理解为构造函数,但 `Southerner() { isSouthern(this)` 根据上下文来理解,还是和OOPL中的构建函数相似,只不过Southerner 类的返回可以理解为 某个具体的查询结果集合,而不是一个具体的对象;同时,在构造时,也是有默认生成的含义,如在使用`from Southerner s`时,可以理解为s是`Southerner`关系的查询结果集合,就是困惑是`from Southerner s` 导致调用`Southerner() { isSouthern(this)`,还是说当类定义时,已经调用`Southerner() { isSouthern(this)`。 > >个人猜测,是在具体使用`from Southerner s`时,才启动`Southerner() {...

### What Happens If I use the Wordpress publish button in Obsidian's sidebar to publish a note, my frontmatter notes are replaced with frontmatter generated by Obsidian-wordpress. ### What I...

obsidian中有dataview, 发布到官网能否显示dataview检索的内容呢? 如果不能,dataview代码是不是可以隐藏呢? 目前发布到官网,就是显示dataview的代码 https://www.weqoocu.com/11410.html

enhancement

自己使用dataview 将很多的小卡片进行拼接,能否将dataview检索的内容,进行发布呢? ```dataviewjs //输入目标小标题(含#),例如:#### 项目进度条 const header = '### 正文' // 按【路径或文件夹、文件名、标签】筛选并按修改时间降序排列 const pages = dv.pages('[[obsidian.wordpress]]').filter(p => p.file.name.includes("") && p.file.path.includes("文献笔记")).filter(p => p.file.name.includes("") || p.file.name.includes("")).sort(p=>p.编码,"asc"); // This regex will return text...

I don’t know what the error message stands for. How to work around it, and make posting successful? Any hint? Thanks.

question

再上传文章包含图片的时候,能否先检测服务器上是否存在该图片,如果没有的话就上传新的图片,老的图片不会重复上传? 设想方法,将上传的图片全部存在一个文件夹里面,类似obisidian的媒体库,这样在检索是否存在图片的时候就不用一个一个去找了

enhancement

Hey, I saw that this plugin is converting my code snippets and MermaidJS pictures into text. Is there any possibility to display them correctly in WordPress?

enhancement

你好,按照设置,我已获取WP REST API 名称及密码,并将网站完整名称完成设置。 但在文章写好后,点击界面WP图标唤出WP确认登陆弹窗时,却提示用户密码错误。 我在youtube上看到有人说登陆弹窗上的用户名不是wp的登陆名,而是 REST API的名称,于是又分别试了以下组合方式进行登陆: 1.worepress登录名与应用程序密码组合; 2.REST API名称与应用程序密码组合; 结果不论是哪种组合依然是用户密码错误。REST API密码是直接复制的,并没有变更过,包括原始的空格这些也没有更改。这是我的控制台截图,还请指教。

### What Happens If I use the Wordpress publish button in Obsidian's sidebar, and tell it to publish a note to Wordpress as a page, the note is instead published...