mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #411] [CLOSED] Added auto fetching web page title when url pasted #747
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#747
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/411
Author: @ymtdzzz
Created: 4/16/2020
Status: ❌ Closed
Base:
master← Head:feature/auto-fetch-page-title📝 Commits (8)
d152895Added auto fetching web page title when url pasteda5c6f2aImplemented another solution7d13063Fixed the feature to be only for desktop and mobile version application.1d1f365change target to desktop app only and resolve cors error79a76a4fixed some review issues3436464fix copyrightc1f29dccheck only if the response is text/html when fetching page title21bc392Merge branch 'master' into feature/auto-fetch-page-title📊 Changes
22 files changed (+271 additions, -12 deletions)
View changed files
📝
package-lock.json(+19 -8)📝
package.json(+6 -2)📝
src/components/PreferencesModal/EditorTab.tsx(+28 -0)📝
src/components/atoms/CodeEditor.tsx(+2 -2)📝
src/components/atoms/CustomizedCodeEditor.tsx(+3 -0)📝
src/electron/index.ts(+4 -0)➕
src/electron/ipcEventHandlers.ts(+22 -0)➕
src/lib/eventHandler/pasteHandler.ts(+159 -0)📝
src/lib/preferences.ts(+2 -0)📝
src/locales/de.ts(+2 -0)📝
src/locales/enUS.ts(+2 -0)📝
src/locales/esES.ts(+2 -0)📝
src/locales/frFR.ts(+2 -0)📝
src/locales/ja.ts(+2 -0)📝
src/locales/ko.ts(+2 -0)📝
src/locales/ptBR.ts(+2 -0)📝
src/locales/ukUA.ts(+2 -0)📝
src/locales/zhCN.ts(+2 -0)📝
src/locales/zhHK.ts(+2 -0)📝
src/locales/zhTW.ts(+2 -0)...and 2 more files
📄 Description
related issue: #410
Description
Added auto fetching web page title when url pasted.
I referred to the old BoostNote source code.
Screenshot
Setting

Behavior

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.