mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #426] [FR] Maths Support #193
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#193
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?
Originally created by @garv-shah on GitHub (Mar 30, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/426
1~3 main use cases of the proposed feature
Ex: As a math student , I think it'd be great to be able to have support for inline maths or full maths blocks. This could possibly be achieved with LATEX similar to how Notion does it
what types of users can benefit from using your proposed feature
Ex: math students, general note takers which include equations, programmers, etc
Additional context
Add any other context or screenshots about the feature request here.
@JianqiaoLu commented on GitHub (Jun 7, 2022):
agreed and It would be my please if I can contribute to the math equation set-up ;)
@SSebigo commented on GitHub (Oct 13, 2022):
I'm desperately looking for this feature on every Flutter editor I've found but none of them have it, some are working on it, but it's taking quite a long time.
Would be cool to have AppFlowy have a stable support first.
@garv-shah commented on GitHub (Oct 13, 2022):
I've been working a bit on maths support on quill like editors, you can take a look at this pr if you'd like to add anything
For now the best bet seems either to make a popup dialogue where you enter the LATEX, that then gets embedded in, like notion, or to have in text maths editing with a custom keyboard, powered by 'math_keyboard'
@LucasXu0 commented on GitHub (Oct 14, 2022):
Hi, @SSebigo @garv-shah. Recently, we implemented a KateX plugin in our editor. Does it meet your expectations?
@garv-shah commented on GitHub (Oct 14, 2022):
ah that's great! it might be nice to have the ability to edit the maths afterwards, or to have an inline editor without the popup dialogue, not sure, but it's really nice to see that the support for maths is there now :)
@SSebigo commented on GitHub (Oct 14, 2022):
@LucasXu0 is it possible to have a toolbar to make the editor look like a basic WYSIWYG editor?
I can't seem to find anything related to that in the README.
Thx for the info, I'll try that today, it looks almost like what I'm looking for.
@LucasXu0 commented on GitHub (Oct 17, 2022):
Did you mean to embed the Latex in the text? Like this,
@LucasXu0 commented on GitHub (Oct 17, 2022):
It's possible. But it hasn't happened yet.
@SSebigo commented on GitHub (Oct 17, 2022):
@LucasXu0 How did you achieve the inline formula in your screenshot?
@LucasXu0 commented on GitHub (Oct 20, 2022):
@SSebigo I didn't implement the inline formula for now. This screenshot is from Github. The inline LateX feature is on my plan.
@annieappflowy commented on GitHub (Dec 24, 2023):
@axiomtutor commented on GitHub (Nov 8, 2024):
Note to anyone who sees this later: It is not clear how to access the inline editor, as you don't get an option when writing
/mathor any other slash command. (By the way, it would be nice to have that!)To get inline math you have to right-click on a point in the document and find it in the context menu.